body
{
	background-color: #000000;
	width:100%;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display:block;
	margin:0px;
	padding:0px;
}
/* new styles */
.mainPgCont
{
	width:950px;
	position:absolute;
	left:50%;
	background:#FFFFFF;
	margin-left:-475px;
	z-index: 1;

}
/* j query modal window*/

/* Z-index of #mask must lower than #boxes .window */
#mask {
  position:absolute;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
  margin:0px;
  top:0px;
  left:0px;
}


/* Customize your modal window here, you can add background image too */
#boxes #dialog {
  width:375px; 
  height:203px;
  background:#FFFFFF;
  border:#CCCCCC 1px solid;
}

/* end jquery modal window*/

/*content boxes */
.twocolcont
{
	width:45%; 
	float:right;
	padding:5px 20px 5px 20px;
	height:250px;
		font-size:10px;
}
.onecolcont
{
	width:500px;
	clear:both;
	position:relative;
	left: 50%;
	margin-left:-250px;
	text-align:center;
	font-size:10px;
}
.onecolcontxl
{
	width:900px;
	clear:both;
	position:relative;
	left: 50%;
	margin-left:-450px;
	text-align:center;
	font-size:10px;
	overflow:visible;
}

#shadow-container {
	position: relative;
	left: 3px;
	top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}
 
#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
	position: relative;
	left: -1px;
	top: -1px;
}
 
	#shadow-container .shadow1 {
		background: #F1F0F1;
	}
 
	#shadow-container .shadow2 {
		background: #DBDADB;
	}
 
	#shadow-container .shadow3 {
		background: #B8B6B8;
	}
 
	#shadow-container .container {
		background: #ffffff;
		border: 1px solid #848284;
		padding: 10px;
	}
	/*content boxes */
div.topMenuCont
{
	width:100%;
	padding:0px;
	margin:0px 0px 10px 0px;
}

/*page and section headers */
.pgTitle
{
	font-weight: bold;
	font-size:14px;
	width:100%;
	text-align: center;
	clear:both;
	margin:10px 0px 10px 0px;
}
.secTitle
{
	font-weight: bold;
	font-size:12px;
	width:100%;
	text-align: center;
	clear:both;
	margin: 5px 0px 5px 0px;
}

/* end page and section headers */
/*vehicle info page */
div.vehInfoCont
{
	width:700px;
	padding:0px 10px 0px 10px;
	float:right;
}
div.vehInfoDet
{
	width:250px;
	clear:both;
	text-align:center;
	font-size:10px;
	border: 1px #000000 solid;
	padding:5px;
}
div.vehInfoDet div.deschead
{
	text-align:left;
	background:#FFFFFF;
	
}
div.vehInfoDet div.desctext
{
	text-align:left;
	
}

/* end vehicle info page */
/*vehicle list links*/
div.vehListCont
{
	width:200px;
	float:left;
	clear:left;
}
deiv.vehDisp, .mInfoLnk
{
	width:700px;
	float:right;
	padding: 0px 10px;
}
.mInfoLnk
{
	display:none;
}
/*end vehicle list links*/
/* form styles*/
form.formOneCol
{
 width:100%;
 padding: 0px;
 font-size:10px;
 display:block;
}
form.formOneCol fieldset
{
 padding:0px 5px 5px 5px;
 border:none;
}

form.formOneCol legend
{
 width:100%;
 padding: 5px 10px 5px 0px;
 font-size:12px;
}
#moreInfoCont
{
	width:300px;
	float:left;
	text-align:left;
}
/*end form styles */
/*image wrappers */
div.tNailCont
{
	width:100%;
	text-align:center;
}
div.contTNail
{
	text-align:center;
	width:150px;
	padding:0px 10px 0px 10px;
	float:left;
}
/* end image wrappers */

/*page and section footer */
.pgFooter
{
	font-weight: bold;
	font-size:12px;
	width:100%;
	text-align: center;
	clear:both;
	margin:10px 0px 10px 0px;
}

/* end page and section footer */
/* links and other sudo classes */
a.oneLineSm, a.vLink
{
	padding:2px;
	margin:2px;
	font-weight:bold;
	color:#FFFFFF;
	background:#000000;
	clear:both;
	display:block;
	text-align:center;
	font-size:10px;
}

a.oneLineSm:hover, a.oneLineLg:hover, a.vLink:hover
{
	background:#FF0000;
		color:#FFFFFF;

}

a.oneLineSm:visited, a.oneLineLg:visited, a.vLink:visited
{
	color:#FFFFFF;
}




a.oneLineLg
{
	padding:4px;
	margin:4px;
	font-weight:bold;
	background:#000000;
	clear:both;
	display:block;
	text-align:center;
	font-size:12px;
}

/* end links and other sudo classes */

#vehMenu
{
	text-align:center;
	width:100%;
	display:block;
	clear:both;
}

#vehMenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: verdana, verdana, sanf-serif;
	font-size: 12px;
	text-align:center;
}

#vehMenu li
{
	margin: 2px 0 0;
	list-style-type: none;
	font-family: verdana, verdana, sanf-serif;
	font-size: 12px;
	float:left;
}

#vehMenu a
{
	display: block;
	font-size: 12px;
	width:110px;
	padding: 2px 2px 2px 10px;
	border: 1px solid #FFFFFF;
	background-color:#000000;
	text-decoration: none; /*lets remove the link underlines*/
	color:#FFFFFF;
}

#vehMenu a:hover
{
	color: #FFFFFF;
	background-color:#FF0000;
	font-family: verdana, verdana, sanf-serif;
}

.vehMenu
{
	text-align:center;
	width:100%;
	display:block;
}



/* page error styles */
.pageError
{
display:none;
visibility:hidden;
}
/* end page error styles */


/* end new styles */
.mainContent
{
	width:80%;
	height:600px;
	display:block;
	background:#000000;
	padding:0px;
	margin:0px;
}

caption
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	border-color: Blue;
}

dt
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight:bold;
	border-color: Blue;
}

legend
{
	font-family: Verdana, verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}


.contentTable
{
	width:90%;
	text-align:left;
}

a
{
	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a:visited
{
	color:#000066;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a:hover
{
	color: red;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a.pagenumber
{
	color: white;
	text-decoration:underline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a.pagenumber:visited
{
	color: red;
	text-decoration:underline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a.pagenumber:hover
{
	color: blue;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a.menu
{
	color: red;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a.menu:visited
{
	color:red;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a.menu:hover
{
	color: black;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a.makebuttonmenu
{
	color:red;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	background-image: url(/trucks/images/make_button.gif);
	width:92px;
	height:29px;
	font-size: 12px;
	font-family: Verdana, Geneva, verdana, Helvetica, sans-serif;
}

a.makebuttonmenu:hover
{
	color:blue;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	background-image: url(/trucks/images/make_button_hover.gif);
	width:100%;
	text-align:center;
	height:29px;
	font-size: 12px;
	font-family: Verdana, Geneva, verdana, Helvetica, sans-serif;
}

.menuText
{
	width:100px;
	text-align:left;
	font-weight:bold;
	color:red;
	font-size: small;
	font-family: Verdana, Geneva, verdana, Helvetica, sans-serif;
}

.divmakebutton
{
	text-align:center;
	width:92px;
	height:29px;
	font-size: small;
	font-family: Verdana, Geneva, verdana, Helvetica, sans-serif;
}

.divSalePrice
{
	color:red;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.divPrice
{
	color:red;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.TABLEmain
{
	border-width:1px;
	border-color:#FF0000;
	border-style:solid;
	background-color: White;
	width:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.TDmain
{
	background-color:white;
	width:100%;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	overflow: visible;
	padding:3px;
}

.deschead
{
	background: #666666;
	font-family: verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	width:150px;
}

.desctext
{
	background:#CCCCCC;
	font-family: verdana, Helvetica, sans-serif;
	font-size:12px;
}

body, html
{
	scrollbar-face-color: #0467F9 !important;
	scrollbar-shadow-color: ThreeDDarkShadow !important;
	scrollbar-highlight-color: ThreeDHighlight !important;
	scrollbar-3dlight-color: ThreeDLightShadow !important;
	scrollbar-darkshadow-color: ThreeDDarkShadow !important;
	scrollbar-track-color: #000000 !important;
	scrollbar-arrow-color: #FFFFFF !important;
}

#adminMenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: verdana, verdana, sanf-serif;
	font-size: 12px;
}

#adminMenu li
{
	margin: 2px 0 0;
	list-style-type: none;
	font-family: verdana, verdana, sanf-serif;
	font-size: 12px;
	float:left;
}

#adminMenu a
{
	display: block;
	width:175px;
	padding: 2px 2px 2px 10px;
	border: 1px solid #FFFFFF;
	background-color:#000066;
	text-decoration: none; /*lets remove the link underlines*/
	color:#FFFFFF;
}

#adminMenu a:hover
{
	color: #FFFFFF;
	background-color:#FF0000;
	font-family: verdana, verdana, sanf-serif;
}



.vehMenu table
{
	margin: 0;
	padding: 0;
	font-family: verdana, verdana, sanf-serif;
	font-size: 12px;
	text-align:center;
}

.vehMenu td
{
	margin: 2px 0 0;
	list-style-type: none;
	font-family: verdana, verdana, sanf-serif;
	font-size: 12px;
	float:left;
}

.vehMenu a
{
	display: block;
	font-size: 12px;
	width:110px;
	padding: 2px 2px 2px 10px;
	border: 1px solid #FFFFFF;
	background-color:#000000;
	text-decoration: none; /*lets remove the link underlines*/
	color:#FFFFFF;
}

.vehMenu a:hover
{
	color: #FFFFFF;
	background-color:#FF0000;
	font-family: verdana, verdana, sanf-serif;
}

#divInventory
{
	width:100%;
	height:auto;
	font-family:Verdana, verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bolder;
}

#divInventory a
{
	border-color:#FFFF00;
	border-width:1px;
	border-style:dashed;
	padding:3px;
	margin:3px;
	color: #FFFF00;
	width:100%;
	display:block;
	background-color:#000000;
}

#divInventory a:hover
{
	color: #000000;
	background-color:#CCCCCC;
}

.adminmenu
{
	text-align:left;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	display:block;
}

a.adminmenu
{
	color: black;
}

a.adminmenu:visited
{
	color: black;
	width:100%;
}

#stanButton
{
	width:150px;
	padding: 2px 2px 2px 10px;
	border: 1px solid #FFFFFF;
	background-color:#000000;
	text-decoration: none; /*lets remove the link underlines*/
	color:#FFFFFF;
}

#stanButton:hover
{
	width:150px;
	padding: 2px 2px 2px 10px;
	border: 1px solid #FFFFFF;
	background-color:#990000;
	text-decoration: none; /*lets remove the link underlines*/
	color:#FFFFFF;
}

.searchText
{
	font-variant:small-caps;
	font-weight:bold;
	font-size:12px;
	margin: 0 0 10px 0;
}

.vehicleList
{
	width: 270px;
	text-align:left;
	display:block;/* this width value is also effected by
the padding we will later set on the links. */
}

.vehicleList table
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: verdana, arial, sanf-serif;
}

.vehicleList td
{
	margin: 0px 0 0;
	background-color:#000000;
}

.vehicleList a
{
	font-size: 12px;
	display: block;
	width:250px;
	padding: 2px 2px 2px 10px;
	border: 1px solid #000000;/*lets remove the link underlines*/
}

.vehicleList a:hover
{
	font-size: 12px;
	border: 1px solid #000000;
	background: #333333;
	color: #ffffff;
}

vehicleList a:active
{
	font-size: 12px;
	border: 1px solid #000000;
	background-color: #FF0000;
	color: #ffffff;
}

.selectedTruck
{
	background: #333333;
}

a.vehSelect
{
	width:100%;
	display:block;
}

div.contMidFlt
{
	overflow: visible;
	clear:both;
	width:450px;
	position: relative;
	left: 50%;
	margin-left:-225px;
	z-index: 0;
}

div.contMidFlt > a
{
	font-family: verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size:10px;
	width:100%;
	display:block;
	float:right;
}

.fakeButton
{
	margin:2px;
	overflow:visible;
	padding:2px;
	text-align:center;
	width:92px;
	height:29px;
	font-size: 10px;
	font-family: Verdana, Geneva, verdana, Helvetica, sans-serif;
}
