
#pnlCitySearch
{
position:relative;
margin-left:auto;
margin-right:auto;
width:75%;
margin-bottom:10px;
font-weight:bold;
color:#333333;
}
#pnlCarrierSearch
{
position:relative;
left:20px;
margin-left:auto;
margin-right:auto;
width:75%;
margin-bottom:10px;
font-weight:bold;
color:#333333;
}

.SearchRowOver
{
	background-color: #0078C2;
	color:White;
	font-weight:bold;
}

.SearchAltRow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color: #000;
	background-color: #C3D0E1;
	height: 16px;
	padding-right: 1px;
	padding-left: 1px;
}


.HelperPanelInvisible
{
	visibility:hidden;
	height:0px;
	width:0px;
	position:relative;
	
}
.HelperPanelVisible
{
	position: relative;
	top: 5px;
	height: 260px;
	width: 490px; 
	color: #333333;
	font-weight: normal;
	visibility: visible;
	overflow: auto;
	text-align: center;

}
.searchMenuItem
{
	
	font-weight:900;
	font-size:11px;
	color:#ffffff;
	position: absolute; 
	border:none;
	background-color:#004F85;
	width :75%; 
	height:25px;
	line-height:2em;
	border-right: solid 2px #ffffff;
	
}
