﻿body
{
	background-color: #C4C4C4;
	background-image: url(/_images/Backgrounds/VehixBodyBackground.jpg);
	background-repeat: repeat-x;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
}

a:link, a:visited { color:#336699; text-decoration:none; }
a:hover, a:active { color:#336699; text-decoration:underline; }

img
{
	border-style: none;
}

p
{
	margin-top: 0;
	margin-bottom: 16px;
}

hr
{
	background: #CCCCCC none repeat scroll 0 0;
	border-width: 0;
	clear: both;
	color: #CCCCCC;
	height: 1px;
}

/* Headers */
h2, .titlePanel h2.title, .titlePanel h3.title
{ font-size:16px; }
h1, h2, h3, h4, h5, h6 { margin:0; color:#000; }
h1 { font-size:18px; }
h2 { font-size:16px; }
h3 { font-size:15px; }
h4 { font-size:14px; color:#CC6600;}
h5 { font-size:14px; font-weight:normal; }
h6 { font-size:12px; text-transform:uppercase; }
h1 em, h2 em, h3 em { color:#999; font-style:normal; }
h2.orange { color:#CC6600; }

.titlePanel h1.title, .titlePanel h2.title, .titlePanel h3.title, .titlePanel div.title, .titlePanel .title, .titlePanel .title, .titlePanel .title, .titlePanel .title A
{
	font-weight: bold;
	color: #336699;
	margin: 0px;
	height: 32px;
	overflow: hidden;
	text-decoration:none;
}

.titlePanel
{
	border: solid 1px #E3E3E3;
}

.titlePanel .title
{
	font-size: 18px;
	overflow: hidden;
	width: inherit;
	display: block;
	padding: 0px 0px 0px 0px;
	background:#F0F0F0 url(/_images/Backgrounds/TitleBar_10x35.gif) 0 0 repeat-x;
	text-indent: 10px;
	font-weight: bold;
	line-height: 32px;
	border-bottom: solid 1px #D5D5D5;
	white-space: nowrap;
}

.rootDiv
{
	position: relative;
	top: 0;
	left: 0;
	width: 1003px;
	margin: 0 auto 20px auto;
	overflow: hidden;
}

.rootDiv .pageContentDiv
{
	background-color: #FFFFFF;
	left: 0;
	overflow: hidden;
	position: relative;
	top: 0;
	width: 1003px;
	padding: 16px 0 12px;
}

.rootDiv .pageContentDiv .navMenuShadow
{
	background-color: Transparent;
	background-image: url(/_images/Backgrounds/ToolbarShadow_10x10.png);
	background-repeat: repeat-x;
	height: 10px;
	left: 0;
	position: absolute;
	top: 0;
	width: 1003px;
	z-index: 1000;
}

.rootDiv .pageContentDiv .content
{
	position: relative;
	top: 0;
	left: 0;
	width: 980px;
	margin: auto;
	overflow: hidden;
}

.rootDiv .pageContentShadowPanel
{
	height: 50px;
	left: 0;
	overflow: hidden;
	position: relative;
	top: 0;
	width: 1003px;
}

.buildNumber
{
	color:#C4C4C4;
}


div.vxdrima_img div.vxdrima_left, div.vxdrima_img div.vxdrima_right
{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	margin: 0 !important;
}

.vxdrima_img, .vxdrima_img .vxdrima_left, .vxdrima_img .vxdrima_center, .vxdrima_img .vxdrima_right 
{
	height: 25px;
	overflow: hidden;
}
.vxdrima_img .vxdrima_left, .vxdrima_img .vxdrima_right 
{
	float: left;
	width: 8px;
	background: url(/_images/Buttons/Dynamic/BlueL_8x25.gif) top no-repeat;
}
.vxdrima_img .vxdrima_right 
{
	background-image: url(/_images/Buttons/Dynamic/BlueR_8x25.gif);
}
.vxdrima_img .vxdrima_center 
{
	float: left;
	background: url(/_images/Buttons/Dynamic/BlueC_1x25.gif) top repeat-x;
}
.vxdrima_img a.vxdrima_center
{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 24px;
	padding: 0 8px;
}

.notificationMessagePanel
{
	position: relative;
	top: 0;
	left: 0;
	padding: 7px 12px;
	color: #CC0624;
	background-color: #FFFFCC;
	border: 1px solid #FCEF02;
	margin-bottom: 8px;
	overflow: hidden;
}

.notificationMessagePanel .closeIcon
{
	position: absolute;
	top: 2px;
	right: 2px;
	width: 14px;
	height: 14px;
	border: none;
	overflow: hidden;
	background: url(/_img/Buttons/Close_14x14.gif) left no-repeat;
}

.notificationMessagePanel .lead
{
	font-weight: bold;
}

.notificationMessagePanel ul.validation-summary-errors
{
	margin: 0;
	padding: 0;
	padding-left: 12px;
}

.notificationMessagePanel .message ul.validation-summary-errors
{
	margin-top: 5px;
}

.validation-summary-errors li
{
	margin-left: 0;
}

.field-validation-error
{
	color: #CC0624;
}

.input-validation-error
{
	border: 1px solid #CC0624 !important;
}

.hidden
{
	display: none;
}
