/******************** Main Body Styles ***********************/
body {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-color: #E5E5E5;
}
body,td {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #000000;
}
.sidelines {
	border-left: 2px solid Silver;
	border-right: 2px solid Silver;
}

/******************** Forms Styles ***********************/
option,input,select,textarea {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #000000;
	border: 1px solid Silver;
	background-color: White;
	padding-top: -1px;
	height: 20px;
	background: White;
}
#showhideform {
	display: none;
}

/******************** Error Boxes and Box Styles ***********************/
#graybox {
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	background-color: #EBEBEB;
	border: 1px solid Silver;
	font-weight: bold;
	text-align: center;
}
#errorbox3 {
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	background-color: #EBEBEB;
	border: 1px solid Silver;
	text-align: center;
}
.vehlisttitle {
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 4px 4px 4px;
	background-color: #2868A0;
	color: White;
}
#successbox {  
margin: 5px 5px 5px 5px;
padding: 5px 5px 5px 5px; 
background-color: #FCF9D2; 
border: 1px solid #F9D43E;
font-weight: bold;
text-align: center;
}
#errorbox {
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	background-color: #FCF9D2;
	border: 1px solid Maroon;
	font-weight: bold;
	text-align: center;
}
#errorbox2 {
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	background-color: #FCF9D2;
	border: 1px solid Maroon;
	font-weight: bold;
	text-align: left;
}
/******************** Image Styles ***********************/
.imgborder {
	border: 1px solid Silver;
}

/************** Bold Colors and Font Styles ****************/
#boldblack {
	font-family: Trebuchet MS, Tahoma, Helvetica, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
#boldred {
	font-family: Trebuchet MS, Tahoma, Helvetica, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #b92025;
}
#boldredprice {
	font-family: Trebuchet MS, Tahoma, Helvetica, Arial;
	font-size: 15px;
	font-weight: bold;
	color: #b92025;
}
#boldgreen {
	font-family: Trebuchet MS, Tahoma, Helvetica, Arial;
	font-size: 12px;
	font-weight: bold;
	color: Green;
}
#h1black {
	font-family: Trebuchet MS, Tahoma, Helvetica, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
#h1red {
	font-family: Trebuchet MS, Tahoma, Helvetica, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #b92025;
}
#boldlarge {
	font-family: Trebuchet MS;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
#boldsmall {
	font-family: Trebuchet MS, Tahoma, Helvetica, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
#small {
	font-family: Trebuchet MS, Tahoma, Helvetica, Arial;
	font-size: 9px;
	color: #000000;
}
/************** Hide From Print Style ****************/
@media print {
	.hideforprint {
		display:none;
	}
}

/************** Link Style ****************/
a.navigate, a:active.navigate, a:focus.navigate, a:link.navigate, a:visited.navigate {
	font-family: Trebuchet MS, Tahoma, Helvetica, Arial;
	font-size: 12px;
	font-weight: bold;
	color: White;
}
a.navigate:hover {
	font-family: Trebuchet MS, Tahoma, Helvetica, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #EBEBEB;
}
a, a:active, a:focus, a:link, a:visited {
	font-family: Trebuchet MS, Tahoma, Helvetica, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #2868A0;
	text-decoration: none;
}
a:hover {
	font-family: Trebuchet MS, Tahoma, Helvetica, Arial;
	font-size: 11px;
	font-weight: bold;
	color: Maroon;
	border-bottom: 1px dashed #2868A0;
}


	