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

img {
    border: 0;
}


.searchBox {
	width: 280px;
}

#results {
	padding-top:5px;
	/*padding-right:21px;*/
}

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

#results TR.over td{
	background-color: #0fc;
	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;
}

