/* CSS Document */
select, .searchBox, .yearBox, input#name {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width: 280px;
	margin-bottom:6px;
}

.searchBox {
	width: 280px;
}

.yearBox {
	width: 135px;
}

#results {
	padding-top:5px;
	padding-right:11px;
}

#results td{
	height:20px;
	padding:2px;
	cursor:pointer;
	vertical-align:top;
}

#results TR.over td{
	background-color: #0ff;
	border-bottom:1px solid #9cf;
	color:#006666;
}

#results TR.normal td{
	border-bottom:1px solid #9cf;
}

#results TR.headRow td{
	border-bottom:1px solid white;
	border-top:1px solid white;
}

#results TR.headRow td.headRowOver{
	font-weight:bold;
}

.darkGrey{
	color:#666666;
}
