.vehicle_details{
	width: 500px;
	padding: 0;
	margin: 0;
}

/*body {
	color: #333;
	padding: 0 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
}
*/
.panel {
	clear: both;
	display: none;
	border: 3px solid #CCC;
	padding: 1em;
}
.panel.active-tab-body {
	display: block;
}
#tabs {
	list-style: none;
}

#tabs li {
	float: left;
}

#tabs a {
	float: left;
	padding: 5px 8px;
	margin-left: 6px;
	background-color: #F2F2F2;
	text-decoration: none;
	color: #999999;
}

#tabs a.active-tab {
	background-color: #CCC;
	border-top: 3px solid #999;
	padding-top: 3px;
	color: #000;
}
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, input.requiredSmall, textarea.required, select.required {
	border: 1px solid #00A8E6;
}

input.requiredSmallBold {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed, select.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed, select.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {

/*	margin: 5px 0;
*/	padding: 5px;

	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;

}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

label {
	font-weight: bold;
}
.form-row {
	clear: both;
	padding: 0.5em;
}

.field-label {

}

.field-widget {

}

.required {
	background-color: #dfe4e7;
	border-top: 1px solid #868a8e;
	border-right: 1px solid #868a8e;
	border-bottom: 1px solid #aab0b5;
	border-left: 1px solid #aab0b5;
	color: #0b5194;
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 296px;
	margin-top: 4px;
}

.requiredsmall {
	background-color: #dfe4e7;
	border-top: 1px solid #868a8e;
	border-right: 1px solid #868a8e;
	border-bottom: 1px solid #aab0b5;
	border-left: 1px solid #aab0b5;
	color: #0b5194;
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 196px;
	margin-top: 4px;
}

.required-text {
	background-color: #dfe4e7;
	border-top: 1px solid #868a8e;
	border-right: 1px solid #868a8e;
	border-bottom: 1px solid #aab0b5;
	border-left: 1px solid #aab0b5;
	color: #0b5194;
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 296px;
	margin-top: 4px;
}

.required-sort {
	background-color: #dfe4e7;
	border-top: 1px solid #868a8e;
	border-right: 1px solid #868a8e;
	border-bottom: 1px solid #aab0b5;
	border-left: 1px solid #aab0b5;
	color: #0b5194;
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 30px;
	margin-top: 4px;
}
.requiredSmall {
	background-color: #dfe4e7;
	border-top: 1px solid #868a8e;
	border-right: 1px solid #868a8e;
	border-bottom: 1px solid #aab0b5;
	border-left: 1px solid #aab0b5;
	color: #0b5194;
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 30px;
	margin-top: 4px;
}

.notrequiredSmall {
	background-color: #dfe4e7;
	border-top: 1px solid #868a8e;
	border-right: 1px solid #868a8e;
	border-bottom: 1px solid #aab0b5;
	border-left: 1px solid #aab0b5;
	color: #0b5194;
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 30px;
	margin-top: 4px;
}

.requiredSmallBold {
	background-color: #dfe4e7;
	border-top: 1px solid #868a8e;
	border-right: 1px solid #868a8e;
	border-bottom: 1px solid #aab0b5;
	border-left: 1px solid #aab0b5;
	color: #0b5194;
	font-size:xx-large;
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	width: 30px; */
	margin-top: 4px;
	font-weight:bold;
}
.notrequired {
	background-color: #dfe4e7;
	border-top: 1px solid #868a8e;
	border-right: 1px solid #868a8e;
	border-bottom: 1px solid #aab0b5;
	border-left: 1px solid #aab0b5;
	color: #0b5194;
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 296px;
	margin-top: 4px;
}

.notrequiredsmall {
	background-color: #dfe4e7;
	border-top: 1px solid #868a8e;
	border-right: 1px solid #868a8e;
	border-bottom: 1px solid #aab0b5;
	border-left: 1px solid #aab0b5;
	color: #0b5194;
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 196px;
	margin-top: 4px;
}

.label {
width:100px;

}

.widget {
width:100px;
}




#mytable {
	width: 500px;
	padding: 0;
	margin: 0;
}

#mytable caption {
	padding: 0 0 5px 0;
	width: 500px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

#mytable th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	/*text-transform: uppercase;*/
	text-align: left;
	padding: 3px 3px 3px 12px;
	background: #CAE8EA url(../images/bg_header.jpg) no-repeat;
}

#mytable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

#mytable td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 3px 3px 3px 12px;
	color: #4f6b72;
}


mytable td.alt {
	background: #F5FAFA;
	color: #797268;
}

#mytable th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#mytable th.spectwo {
	border-top: 0;
	background: #fff;
	font: bold 16px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}



#mytable th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

#mytable th.specalttwo {
	border-top: 0;
	background: #f5fafa;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}


#mytable5 {
	width: 500px;
	padding: 0;
	margin: 0;
}

#mytable5 caption {
	padding: 0 0 5px 0;
	width: 380px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

#mytable5 th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	/*text-transform: uppercase;*/
	text-align: left;
	padding: 3px 3px 3px 12px;
	background: #CAE8EA url(../images/bg_header.jpg) no-repeat;
}

#mytable5 th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

#mytable5 td {
	border-right: 1px solid #C1DAD7;
	background: #fff;
	padding: 3px 3px 3px 12px;
	color: #4f6b72;
}


mytable5 td.alt {
	background: #F5FAFA;
	color: #797268;
}

#mytable5 th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#mytable5 th.spectwo {
	border-top: 0;
	background: #fff;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#mytable5 th.spectwobold {
	border-top: 0;
	background: #fff;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#mytable5 th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

#mytable5 th.specalttwo {
	border-top: 0;
	background: #f5fafa;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}


#mytable5 select {
	border-top: 0;
	background: #f5fafa;
	font: bold 9px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}


#mytable5 input {
	border-left:0px;
	border-right:0px;
	border-top:0px;
	border-bottom:0px;
	/*background: url(../images/bullet2.gif) no-repeat;*/
	/*font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;*/
	color: #797268;
	width:160px;
	text-align:right;
}


.messageStackCaution{
	background-color:#ffff00;
}

.messageStackError,.messageStackWarning{
	font-size:12px;
	color:#FF0000;
	font-weight:bold;
	/*background-color:#ffb3b5;*/
}

.messageStackSuccess{
	background-color:#d4ffbd;
}

