/* CSS Document */

table {
	cursor: default;
	}

tr {
	background: #F2F2F2;
	}

tr.hilite {
	background: #FDFE83;
	}

tr.selected {
	background: #CCCCCC;
	}

th {
	color: #FFFFFF;
	text-align: left;
	line-height: 180%;
	padding: 0 0.5em;
	background: #2E3E5B url( "/images/site/bg_top.gif" ) repeat-x top;
	background: #555555;
	}

th.first, td.first, td.firsthilite {
	padding-left: 1em;
	}

th.last, td.last, td.lasthilite {
	text-align: center;
	padding-right: 1em;
	}

td {
	padding: 0.1em 0.5em;	
	}

th.number, td.number {
	text-align: center;
	}

td.hilite, td.firsthilite {
	/*background: #C9FF54;*/
	}







tr.highlighted td {
	background-color:#fdfe83;
	}
tr.clicked td {
	background-color:#c9ff54;
	}