form
{
	margin: 0px;
}


/*  LOGIN ELEMENTS  -------------------*/
#loginBG
{
	background: url(/images/common/bg_login.png) no-repeat top left;
	margin: 75px auto 0px auto;
	width: 545px;
	height: 350px;
	text-align: left;
	padding: 182px 0px 0px 108px;
}

#newUserBG
{
	background: url(/images/common/bg_new_user.png) no-repeat top left;
	margin: 75px auto 0px auto;
	width: 573px;
	height: 400px;
	text-align: left;
	padding: 120px 0px 0px 80px;
}

#newUserBGWhite
{
	background: #FFF url(/images/common/bg_fade_down.jpg) repeat-x top left;
	width: 450px;
	height: 286px;
	border: 1px solid #CCC;
	padding: 12px 25px 12px 25px;
	overflow: auto;
	
}

#newUserBGWhite h1
{
	margin: 0px 25px 0px 0px;
	float: left;	
}

#selectCar
{
	background: url(/images/common/bg_fade_gray_large.png) no-repeat top left;
	margin: 15px auto 0px auto;
	width: 931px;
	height: 601px;
	text-align: left;
	padding: 0px 0px 0px 108px;
}


#login.inBody
{
	margin: 10px 0px 0px 150px;
}

#login a:link
{
	color: #093862;
}

#login a:hover
{
	color: #1A5D7C;
}

#loginForm
{
	width: 250px;	
}

#username
{
	background: none;	
	border: 0px;
	width: 235px;
}

#password
{
	background: none;	
	border: 0px;
	margin-top: 37px;
	width: 235px;
}

input[type=text]
{
	background: #FFFFFF;
	font-size: 12px; 
	font-style: normal; 
	line-height: 1.4; 
	font-weight: normal; 
	color: #666666;
	border-top: 1px solid #AEAEAE;
	border-left: 1px solid #AEAEAE;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 2px;
	padding: 6px;
	width: 90%;
}

#serviceBody input[type=text]
{
	width: 200px;
}

#serviceBody select
{
	width: 100px;
}

#shortInput
{
	width: 42%;
	padding: 4px;
}

#odometer
{
	background: url(/images/common/bg_odometer.gif) no-repeat top right;
	width: 213px;
	padding: 6px 0px 3px 0px;
	letter-spacing: 20px;
	text-align: right;
	font-size: 22px;
	float: left;
	border-top: 1px solid #333;
	color: #333;
}

#odometerSubmit
{
	font-size: 16px;
	padding: 10px;	
	margin-top: 0px;
	float: left;
}

#lastOdometerHolder
{
	float: left;
	clear: both;
	width: 294px;	
	margin: 20px 0px 0px 0px;
}

#lastOdometer
{
	background: url(/images/common/bg_odometer_small.gif) no-repeat top right;
	width: 108px;
	padding: 3px 0px 3px 0px;
	letter-spacing: 10px;
	text-align: right;
	font-size: 11px;
	float: right;
	border-top: 1px solid #333;
	border-left: 1px solid #c9c9c9;
	color: #333;
	margin-top: -5px;
}

#lastOdometerHolder p{
	width:80px;
	display: inline-block;
}

#od
{
	background:url(/app/mileage/images/bg_od.png) top left no-repeat;
	margin:10px auto -50px auto;
	padding-left:40px;
	/*padding-top:10px;*/
	padding-top: 2px;
	width: 856;
	height: 200px;
	padding-bottom: 50px;
}

#od #lastOdometer
{
	background: url(/images/common/bg_odometer_small.gif) no-repeat top right;
	width: 108px;
	padding: 3px 0px 3px 0px;
	letter-spacing: 10px;
	text-align: right;
	font-size: 11px;
	float: right;
	border-top: 1px solid #333;
	border-left: 1px solid #c9c9c9;
	color: #333;
	margin-top: -5px;
	position:relative;
	top:15px;
	right:80px;
}

#one
{
	text-align: left;
	vertical-align: top;
	margin-top: 30px;
	width: 37%;
}

#two
{
	text-align: left;
	vertical-align: top;
	width: 40%;
}

#three
{
	text-align: left;
	vertical-align: top;
	width: 23%;
}

#one h3
{
	margin-top: 10px;	
	margin-bottom: 10px;	
}

#two h3
{
	margin-top: 10px;	
	margin-bottom: 5px;	
}

#three h3
{
	margin-top: 10px;	
}



input[type=password]
{
	background: #FFFFFF;
	font-size: 12px; 
	font-style: normal; 
	line-height: 1.4; 
	font-weight: normal; 
	color: #666666;
	border-top: 1px solid #AEAEAE;
	border-left: 1px solid #AEAEAE;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 2px;
	padding: 6px;
	width: 90%;
}

input[type=text]:focus
{
	background: #FFFFFF;
	border-top: 1px solid #FF9900;
	border-left: 1px solid #FF9900;
	border-right: 1px solid #FF9900;
	border-bottom: 1px solid #FF9900;
}

input[type=password]:focus
{
	background: #FFFFFF;
	border-top: 1px solid #FF9900;
	border-left: 1px solid #FF9900;
	border-right: 1px solid #FF9900;
	border-bottom: 1px solid #FF9900;
}

input[type=image]
{
	border: 0px;
	margin-top: 0px;
	padding: 0px;
}

select
{
	background: #FFFFFF;
	font-size: 12px; 
	font-style: normal; 
	line-height: 1.4; 
	font-weight: normal; 
	color: #666666;
	border-top: 1px solid #AEAEAE;
	border-left: 1px solid #AEAEAE;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 2px;
	padding: 6px;
	width: 90%;
}

textarea
{
	background: #FFFFFF;
	font-size: 12px; 
	font-style: normal; 
	line-height: 1.4; 
	font-weight: normal; 
	color: #666666;
	width: 90%;
	border-top: 1px solid #AEAEAE;
	border-left: 1px solid #AEAEAE;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 6px;
}

textarea:focus
{
	background: #FFFFFF;
	border-top: 1px solid #FF9900;
	border-left: 1px solid #FF9900;
	border-right: 1px solid #FF9900;
	border-bottom: 1px solid #FF9900;
}

.checkbox
{ 
	margin-left: 2px;
	margin-right: 5px;
	background-color: #EBF1F3;
}

input[type=submit]
{
	background: #7D2520 url(/images/common/bg_button.gif) repeat-x top left;
	padding-left: 10px;
	padding: 5px;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	border: 1px solid #FFF;
	margin-top: 10px;
	font-weight: normal;
}

input[type=submit]:hover
{
	background: #77954B url(/images/common/bg_heading_repeat_green.jpg) repeat-x top left;
}

input[type=button]
{
	background: #7D2520 url(/images/common/bg_button.gif) repeat-x top left;
	padding-left: 10px;
	padding: 5px;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	border: 1px solid #FFF;
	margin-top: 10px;
	font-weight: normal;
}

input[type=button]:hover
{
	background: #77954B url(/images/common/bg_heading_repeat_green.jpg) repeat-x top left;
}


.even {background:#efefef;}
.odd { background:#ffffff; }

/* LOG IN BUTTON
input[type=submit]
{
	background: #7D2520 url(/images/common/bg_button.gif) repeat-x center left;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
	text-transform: uppercase;
	border: 1px solid #FFF;
	margin-top: 10px;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}*/

.required
{
	color: #900;
	font-weight: bold;
}

#sortTable
{
	width: 880px;
	/*float: right;*/	
}

#sortTable select
{
	background: #FFFFFF;
	font-size: 12px; 
	font-style: normal; 
	line-height: 1.4; 
	font-weight: normal; 
	color: #666666;
	border-top: 1px solid #AEAEAE;
	border-left: 1px solid #AEAEAE;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 2px;
	padding: 2px;
	width: 100%;
}

#SortLabel
{
	padding-top: 6px;
	font-weight: bold;
}

#policyIFrame
{
	background: #EBEBEB;
	border: 1px solid #CCC;
	margin-bottom: 15px;
}

/* jQuery DataTable Styles



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features OIL
 */


#maintGetOIL_wrapper {
	position: relative;
	min-height: 302px;
	_height: 302px;
	clear: both;
}

#maintGetOIL_processing {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 250px;
	margin-left: -125px;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 11px;
	padding: 2px 0;
}

#maintGetOIL_length {
	width: 40%;
	float: left;
}

#maintGetOIL_filter {
	width: 50%;
	float: right;
	text-align: right;
}

#maintGetOIL_info {
	width: 60%;
	float: left;
}

#maintGetOIL_paginate {
	width: 100px;
	float: right;
	text-align: right;
}

/* Pagination nested */

#maintGetOIL_paginate span
{
	margin-right: 10px;
	color: #069;
}

#maintGetOIL_paginate span:hover
{
	cursor: pointer;
}

#maintGetOIL
{
	width: 100%;
	float: left;
	clear: both;	
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features TIRE
 */


#maintGetTIRE_wrapper {
	position: relative;
	min-height: 302px;
	_height: 302px;
	clear: both;
}

#maintGetTIRE_processing {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 250px;
	margin-left: -125px;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 11px;
	padding: 2px 0;
}

#maintGetTIRE_length {
	width: 40%;
	float: left;
}

#maintGetTIRE_filter {
	width: 50%;
	float: right;
	text-align: right;
}

#maintGetTIRE_info {
	width: 60%;
	float: left;
}

#maintGetTIRE_paginate {
	width: 100px;
	float: right;
	text-align: right;
}

/* Pagination nested */

#maintGetTIRE_paginate span
{
	margin-right: 10px;
	color: #069;
}

#maintGetTIRE_paginate span:hover
{
	cursor: pointer;
}

#maintGetTIRE
{
	width: 100%;
	float: left;
	clear: both;	
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables features BRAKE
 */

#maintGetBRAKE_wrapper {
	position: relative;
	min-height: 302px;
	_height: 302px;
	clear: both;
}

#maintGetBRAKE_processing {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 250px;
	margin-left: -125px;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 11px;
	padding: 2px 0;
}

#maintGetBRAKE_length {
	width: 40%;
	float: left;
}

#maintGetBRAKE_filter {
	width: 50%;
	float: right;
	text-align: right;
}

#maintGetBRAKE_info {
	width: 60%;
	float: left;
}

#maintGetBRAKE_paginate {
	width: 100px;
	float: right;
	text-align: right;
}

/* Pagination nested */

#maintGetBRAKE_paginate span
{
	margin-right: 10px;
	color: #069;
}

#maintGetBRAKE_paginate span:hover
{
	cursor: pointer;
}

#maintGetBRAKE
{
	width: 100%;
	float: left;
	clear: both;	
}

input[type=text].BBLpicker
{
	width: 148px;
}