	
	table{
	border: 1px solid #666;
	color: #01244C;
	font-size: .85em;
	}
	tr td{
	padding: 3px 8px;
	background: #fff;
	font-family: "Trebuchet MS", Arial, sans-serif;
	}
	thead td{
	color: #C2BC97;
	background-color: #01244C;
	font-weight: bold;
	border-bottom: 1px solid #999;
	font-size: 0.9em;
	}
	tbody td{
	border-left: 1px solid #D9D9D9;
	font-size: .85em;
	}
	tbody tr.even td{
		background: #C2BC97;
	}
	tbody tr.selected td{
		background: #C2BC97;
		font-weight: bold;
		border-left: 1px solid #346DBE;
		border-bottom: 1px solid #7DAAEA;
	}
	tbody tr.ruled td{
		color: #000;
		background-color: #C6E3FF; 
		font-weight: bold;
		border-color: #3292FC;
	}
	
	/* Opera fix */
	head:first-child+body tr.ruled td{
		background-color: #a39a62; 
	}
legend {
	text-transform: uppercase;
	color: #A39A62;
}
.highlight {
	font-weight: bold;
	background: #C2BC97;
}
