@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
}

.resultstable_box {
	width: 580px;
	float: left;
	display: inline;
}

table.results {

	width: 580px;
}

table.results tr{
}
table.results th{

	width: 60px;
	height: 24px;
	background-color: #006699;
	color: #FFFFFF;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	padding-left: 2px;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
table.results td{

	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	height: 30px;
	padding-left: 2px;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
table.results td a{
	text-decoration: none;
	color: #003399;
}
table.results td a:hover{
	text-decoration: none;
}
tr#odd {

	background-color: #E7F1E4;
}
tr#even {

	background-color: #D0E9E9;
}
th#centre {

	text-align: center;
}
td#centre {

	text-align: center;
	vertical-align: middle;
}
.hlt td {
	background-color: #006699;
	color: #FFFFFF;
	cursor:pointer
} 
.hlt td a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
	font-size: 1.1em;
	background-color: #FFFFFF;
}
.results_head {
	font-size: 1.1em;
	color: #006666;
	height: 20px;
	width: 260px;
	font-weight: normal;
	clear: both;
	padding-top: 10px;
	padding-bottom: 5px;
	float: left;
	display: inline;
}
