.error {
	color: red;
}

table {
	word-wrap: break-word; 
	table-layout: fixed;	
}

table.view td {
  padding: 2px 10px 1px 2px;
}

table td.top {
	vertical-align: top;
}

table tr.top {
	vertical-align: top;
}

ul,li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.itemList {
	list-style-type:disc; 
	margin-left: 20px;
}

.itemListNone {
	list-style-type:none; 
	margin-left: 10px;
}

label {
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.capitalize {
	text-transform: capitalize;
}

#vehicleHome ul li {
	float: left;
	width: 8.3em;
}

#vehicleHome ul {
	width: 100%;
}

#vehicleHome ul li div {
	height: 60px;
	vertical-align: middle;
}

ul,li {
	list-style-type: none;
}

div#pages a.pageNumberLink {
	border: 2px solid white; 
	color: white; 
	background-color: #235253;
	padding: 1px 3px;
}

div#pages span.pageNumberSelected {
	border: 2px solid black; 
	color: black;	
	padding: 1px 3px;
}

a {
	color: #014991;
	margin: 0;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;
	padding: 0;
	text-decoration: none;
}
a:hover {
	color: #014991;
	margin: 0;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: medium;
	padding: 0;
	text-decoration: underline;
}

#vehicleHome ul li span.thumb {
	display: block;
	padding: 0;
	text-align: center;
}

#vehicleHome ul li span {
	display: block;
	font-size: 0.85em;
	padding: 2px 0;
	text-align: center;
}

img {
	border: medium none;
}

#vehicleHome ul li span a {
	color: #3C3C3C;
	text-decoration: none;
}

.clear {
	clear: both;
}

.mapout {
	height: 410px;
	width: 460px;
}

.map {
	height: 400px;
	width: 450px;
}

.vehicleselect {
	float: left;
	width: 150px;
	margin-top: 5px;
}

.optionselect {
	float: left;
	width: 150px;
	margin-top: 5px;
}

.selectWidth {
	float: left;
	width: 150px;	
}

.top5px {
	padding-top: 5px;
}

.paddingLeft_10px {
	padding-left: 10px;
}

.paddingLeft_5px {
	padding-left: 5px;
}

.even {
	background: #EAF3E8;	
}

.odd {
	background: #fff none repeat scroll 0 0;	
}

.banned {	
	border: 1px solid red;
}

.white {
	color: white;	
}

.bold {
	font-weight: bold;
}

.margin_top {
	margin-top: 5px;
}

.margin_bottom_zero {
	margin-bottom: 0px;
}

.margin_bottom_10 {
	margin-bottom: 10px;
}

.margin_bottom_5 {
	margin-bottom: 5px;
}

.margin_bottom_3 {
	margin-bottom: 3px;
}

.mid_text {
	font-size: 0.9em;
}

.marginLeft60 {
	margin-left: 60px;
}

.marginLeft50 {
	margin-left: 50px;
}

.box {
	padding: 2px;
	background: #BBD9EE;
	color: #000;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.boxh3 {
	font: normal 120%/ 1.3 Verdana, sans-serif;	
	padding: 5px 5px 5px 10px;
	text-align: left;
	color: #FFF;
	font-weight: bold;
}

.adSubTitle {
	font: normal 120%/ 1.3 Verdana, sans-serif;	
	padding: 5px 5px 5px 10px;
	text-align: left;
	color: #000;
	font-weight: bold;
	border-bottom:1px double;
}


.boxbottom {
	margin: 0px;
	padding: 2px 0 3px;
}

.ajaxloading {
	background: #EFF3F8 none repeat scroll 0 0;
}

.site, .boxh3, .searchheader {
 	background-color: #235253;	
}

#chromemenu {
	width: 100%;
	font-weight: bold;
	font-size: 90%;
}


#chromemenu :after {
	/*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


#chromemenu ul {
	border: 1px solid #BBB;
	width: 100%;
	background: url(images/chromebg.gif) center center repeat-x;
	padding: 5px 0;
	margin: 0;
	text-align: left;
	position: relative;
	list-style-position:outside;
	/*set value to "right" for example to align menu to the left of page*/
}

#chromemenu ul li {
	float:left;
	height:20px;
	border-right:1px dotted Black;
}

#chromemenu ul li a {
	color: #494949;
	padding: 5px;	
	margin-left:5px;
	margin-right:5px;
	text-decoration: none;
	/*border-right: 1px solid #DADADA;*/
}

#chromemenu ul li a:hover {
	/*border-bottom-color: #DEC7A4; */ /*Highlight red color theme*/
	color: Blue;
}

#chromemenu .current a { /** currently selected menu item **/
	/*border-bottom-color: #DEC7A4; */ /*Highlight red color theme*/
	color: Blue;
}


div.img {
	margin: 2px;
	height: auto;
	width: auto;
	float: left;
	text-align: center;
	padding-left:15px;
}

div.img img {
	display: inline;
	margin: 3px;
	border: 1px solid black;
}

div.img a:hover img {
	border: 1px solid #0000ff;
}

span#imgthumb img {
	display: inline;	
	border: 1px solid black;
}

div.desc {
	text-align: center;
	font-weight: normal;
	width: 120px;
	margin: 2px;
}

div.mainColBox {
	margin-bottom: 8px;
}

div.whiteBox {
	background-color: #FFFFFF;
	border: 1px solid #C1C1C1;
	padding: 5px;
}

.whiteBox {
	background-color: #FFFFFF;
	border: 1px solid #C1C1C1;
	padding: 5px;
}

div.footerBox {	
	padding: 5px;
	margin-top: 10px; 
	color: black;
}
.footerBox a {
	color: #797979;	
}
.footerBox a:hover {
	color: #797979;	
}

.clear {
	clear: both;
}

.redbold {
	color: #ff0000;
	font-weight: bold;
}
.captchaimg {
	border:thin solid Green;
}
.searchheader{
	padding-top:10px;
	color: white;
}

.jobTitle {
	color:#0060AF;
	font-size:25px;
	text-align:center;
	font-weight:bold;
	margin-top: 20px;
}
.companyInfo {
	text-align: justify;
	padding:10px;
}

.jobDetails {
	padding:10px;
}

.verticalAlignTop {
	vertical-align:top;
}

/*Credits: CSSpplay */
/*URL: http://www.cssplay.co.uk/menus/pro_five */
.menu5 {padding:5px 0 0 1em; margin:0; list-style:none; height:40px; position:relative; background:transparent url(images/pro_five/pro_five_0c.gif) repeat-x left bottom; font-size:11px;}
.menu5 li {float:left; height:40px; margin-right:1px;}
.menu5 li a {display:block; float:left; height:40px; line-height:35px; color:#333; text-decoration:none; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 4px; cursor:pointer; background:url(images/pro_five/pro_five_0a.gif) no-repeat;}
.menu5 li a b {float:left; display:block; padding:0 16px 5px 12px; background:url(images/pro_five/pro_five_0b.gif) no-repeat right top;}
.menu5 li.current a {color:#000; background:url(images/pro_five/pro_five_2a.gif) no-repeat;}
.menu5 li.current a b {background:url(images/pro_five/pro_five_2b.gif) no-repeat right top;}
.menu5 li a:hover {color:#000; background: url(images/pro_five/pro_five_1a.gif) no-repeat;}
.menu5 li a:hover b {background:url(images/pro_five/pro_five_1b.gif) no-repeat right top;}
.menu5 li.current a:hover {color:#000; background: url(images/pro_five/pro_five_2a.gif) no-repeat; cursor:default;}
.menu5 li.current a:hover b {background:url(images/pro_five/pro_five_2b.gif) no-repeat right top;}
/* END PRO FIVE MENU */

/* start galleraia */
.image_gallery_div {position:relative;margin-top:0em;}
.image_gallery {list-style:none; width:580px;margin-top: 5px;}
.image_gallery li{display:block; width:100px;height:75px; overflow:hidden; float: left; border:1px solid black;margin: 5px 5px 10px 0;background:#FFF;}
.image_gallery li.active{display:block; border: 1px dashed red;}			
.image_gallery li img.thumb{cursor:pointer;}
#main_image{margin:0px 65px 0px 0px;height:360px;width:480px; padding:0px 30px;}
#main_image img{margin-bottom:0px;}
/* end galleraia */

/** Start round corners **/

.custom_reporting {ga-ltr.css (line 2)
	padding:1em 0 0.35em;
}
.round_border * {
	background:#FFFFFF none repeat scroll 0 0;
	display:block;
	height:1px;
	overflow:hidden;
}

.round_border_layer1 {
	border-left:1px solid #C4C4C4;
	border-right:1px solid #C4C4C4;
	margin:0 1px;
}
.round_border_layer2 {
	border-left:1px solid #D3D4D5;
	border-right:1px solid #D3D4D5;
	margin:0 2px;
	padding:0;
}
.round_border_layer3 {
	background:#C4C4C4 none repeat scroll 0 0;
	border-left:1px solid #D3D4D5;
	border-right:1px solid #D3D4D5;
	margin:0 3px;
	padding:0 1px;
}

.round_border_content {
	background:#FFFFFF none repeat scroll 0 0;
	border-left:1px solid #C4C4C4;
	border-right:1px solid #C4C4C4;
	overflow:hidden;	
}
/** End round corners **/

/** Start rounded corner **/

#roundTop {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/images/rounded/roundTop.png) no-repeat scroll 0 0;
	height:17px;
	width:908px;
}
#roundMiddle {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/images/rounded/roundMiddle.png) repeat-y scroll 0 0;
	width:910px;
	padding-left:10px;
}
#roundBottom {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/images/rounded/roundBottom.png) no-repeat scroll 0 0;
	height:22px;
	width:910px;
}

#roundTop_550 {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/images/rounded/roundTop_550.png) no-repeat scroll 0 0;
	height:10px;
	width:549px;
}
#roundMiddle_550 {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/images/rounded/roundMiddle_550.png) repeat-y scroll 0 0;
	width:550px;
	color:black;	

}
#roundBottom_550 {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/images/rounded/roundBottom_550.png) no-repeat scroll 0 0;
	height:22px;
	width:550px;
}
#roundMiddle_550 .text2 {
	padding:0px 40px 0px 20px;	
}
#roundMiddle_550 table {
	padding:0px;	
	margin-bottom: 0px;
}

#roundTop_580 {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/images/rounded/roundTop_580.png) no-repeat scroll 0 0;
	height:10px;
	width:580px;
}
#roundMiddle_580 {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/images/rounded/roundMiddle_580.png) repeat-y scroll 0 0;
	width:580px;
	color:black;	
	padding-left: 15px;
}
#roundBottom_580 {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/images/rounded/roundBottom_580.png) no-repeat scroll 0 0;
	height:22px;
	width:580px;
}
#roundMiddle_580 .text2 {
	padding:0px 40px 0px 20px;	
}
#roundMiddle_580 table {
	padding:0px;	
}

#main_580 {
	padding-left: 15px;
}

#roundTop_340 {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/images/rounded/roundTop_340.png) no-repeat scroll 0 0;
	height:10px;
	width:340px;
}
#roundMiddle_340 {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/images/rounded/roundMiddle_340.png) repeat-y scroll 0 0;
	width:340px;
	color:black;
	padding: 5px;
}
#roundBottom_340 {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/images/rounded/roundBottom_340.png) no-repeat scroll 0 0;
	height:22px;
	width:340px;	
}

#roundTop_160 {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/images/rounded/roundTop_160.png) no-repeat scroll 0 0;
	height:10px;
	width:160px;
}
#roundMiddle_160 {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/images/rounded/roundMiddle_160.png) repeat-y scroll 0 0;
	width:160px;
	color:black;
	padding: 5px;
}
#roundBottom_160 {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/images/rounded/roundBottom_160.png) no-repeat scroll 0 0;
	height:22px;
	width:160px;	
}

#roundTop_760 {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/images/rounded/roundTop_760.png) no-repeat scroll 0 0;
	height:10px;
	width:760px;
}
#roundMiddle_760 {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/images/rounded/roundMiddle_760.png) repeat-y scroll 0 0;
	width:760px;
	color:black;
	padding: 5px;
}
#roundBottom_760 {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/images/rounded/roundBottom_760.png) no-repeat scroll 0 0;
	height:22px;
	width:760px;	
}

#roundTop_940 {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/images/rounded/940/roundTop.png) no-repeat scroll 0 0;
	height:12px;
	width:940px;
}
#roundMiddle_940 {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/images/rounded/940/roundMiddle.png) repeat-y scroll 0 0;
	width:940px;
	color:black;
	padding: 5px;
}
#roundBottom_940 {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/images/rounded/940/roundBottom.png) no-repeat scroll 0 0;
	height:22px;
	width:940px;	
}
.boxh3_new {
	font-size:120%;
	font-weight: bold;	
	color: white;
	padding: 0px 10px;
}

/** End peer rounded corner **/

#map_canvas {	
	width:510px;
	height:350px; 
	margin:0px 5px 0px 15px;
}
