@import url("layout.css");
@import url("searchStyles.css");
@import url("navigation.css");
*{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#595959;
	
}
* a img{
	border:none;
}
p, BLOCKQUOTE {
    font-family: Verdana;
    font-size: 11px;
    color: #555555;
    line-height: 1.5;
    letter-spacing: .25px;
	margin-bottom:1px;
}
a{
	text-decoration:none;
	border:none;
}
a:hover{
	text-decoration:underline;
	border:none;
}
a:visited{
	text-decoration:none;
	border:none;
	color:#333;
}
.greyBackground_P {
	font-family: Verdana;
	font-size: 11px;
	color: #FFF;
	line-height: 1.5;
	letter-spacing: 0.25px;
	margin-left:2px;
}
 
td{
	vertical-align:top;		
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
input{
		
}
#SearchTable{
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;	
}
indexSearch{
	font-family: Verdana, Geneva, sans-serif;
}
#SearchTable table tr td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #FFF;
	margin-top:5px;
}
#SearchTable input{
	border:1px solid #CCC;
	background-color:#FFF;
	font-size:14px;	
	letter-spacing: .25px;
}
#SearchTable select{
	border:1px solid #CCC;
	background-color:#FFF;
	font-size:12px;	
}


.introText{
	color:#FFF;
	font-size:10px;
	font-variant: normal;
	letter-spacing: .25px;	

}
.wrapperTable{
	border:1px solid;
	color:#999;

}
.wrapperTableGrey{
	border:1px solid;
	color:#999;
	border-top:none;
}
.wrapperTableOrange{
	border:2px solid;
	color:#F90;
}
.inputBtn{
	border:1px solid #CCC;
	color:#000;
	background-color:#000;
}
#manageCustomer{
	font-size:9px;	
}

.error{
	color:#FF0000;
}
.viewVehicleTitle{
	font-size:24px;	
}
.borderBottomOrange{
	border-bottom:1px solid;
	color:#F90;
}
.borderBottomGrey{
	border-bottom:1px solid;
	color:#666;
}

.PopBoxImageSmall{
   border: none 0px white;
   cursor: url("../images/buttons/magplus.cur"), pointer;
}
.PopBoxImageLarge{
   border: solid thin #CCCCFF;
   cursor: url("../images/buttons/magminus.cur"), pointer;
} 
.footer{
	font-size:10px;
	
}
.footerOrange{
	color:#F90;
	font-size:10px;
	
}
.statusActive{
	background-color:#99CC66;
}
.statusInactive{
	background-color:#FF9B9B;
	color:#FFF;
}

.searchCityText{
	font-size:9px;
	font-style:italic;
	color:inherit;
}