tr.searchMouseOver  {
  background-color : #808080;
	cursor           : pointer;
}

tr.searchMouseOut  {
  background-color : #FFFFFF;
	cursor           : default;
}

tr.searchStatsDown  {
  color           : #CACACA;
}

td.searchCity {
  padding         : 2px;
}

.search_text	{
 	font-family: Trebuchet, Tahoma, Verdana, Arial, Helvetica,sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

a.search_text:hover  {
	background-color: transparent;
}

#searchBox, #searchBox2  {
  position        : absolute;
  background-color: white;
	border					: 1px solid #000000;
	padding					: 2px;
	width						: 200px;
	font-family			: Tahoma;
	font-size				: 12px;
	color           : #000000;
	z-index         : 200;
}
