@charset "utf-8";
/* CSS Document */

div#results {
	position: absolute;
	width: 990px;
	height: 80px;
	top: 5px;
	left: 5px;
	background: url(../images/label_results.jpg) no-repeat 0px 5px;
	color: #ffffff;
}
div#results a, div#results a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
div#results a:hover, div#results a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
div#results h2 {
	display: none;
}
#resultsWindow {
	height:70px;
	width: 470px;
	margin: 5px 0px 0px 45px;
	border: 1px solid #fff;
	background: #000000;
	overflow: auto;
}
#resultsTable {
	width: 450px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}
#resultsTable td {
	padding: 0px;
	margin: 0px;
}
#resultsTable .oddRow {
	background: #666666;
}
#resultsTable td.sport {
	height: 20px;
	width: 35px;
}
#resultsTable td.level {
	text-align: center;
	font-size: 80%;
	width: 60px;
}
#resultsTable td.detail {
	padding-left: 5px;
}
		
