TABLE.results THEAD {
	background-color: #003366;
	background-image: url(/images/thead_background.gif);
	background-position: top;
	background-repeat: repeat-x;
}

TABLE.results TH {
	color: #FFFFFF;
	border-right: solid 1px #003366;
	font: bold 13px Arial;
}

TABLE.results TH DIV {
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#000033', Direction=135, Strength=1);
	text-shadow: #000033 2px 2px 2px;
	width: 95%;
}

TABLE.results TR.odd {
	background-color: #FFFFFF;
}

TABLE.results TR.even {
	background-color: #EEEEEE;
}

TABLE.results TR.blocked TD {
	color: #CC0000;
	font-weight: bold;
}

TABLE.results TFOOT {
	background-color: #77A0B8;
	background-image: url(/images/tfoot_background.gif);
	background-position: top;
	background-repeat: repeat-x;
}

TABLE.results TFOOT TD {
	color: #003366;
	font-weight: bold;
	text-align:right;
}

TABLE.results TR.odd TD.label {
	background-color: #D9ECF0;
}

TABLE.results TR.even TD.label {
	background-color: #B3D8E1;
}

TABLE.results TD.label {
	font-weight: bold;
	color: #02417A;
}
