﻿.VehicleTab
{
	color: #FFFFFF;
	background-color: #aabdda;
	background-image:url(images/tab/tab_vehicle_bg.gif);
	font-size:11px;
	font-family: arial; 
	cursor:pointer;
	z-index:99;
	position:relative;
	font-weight: bold;
}


.VehicleSubTab
{
	color: #666666 ;
	background-color: white;
	background-image:url(images/subtab/tab_vehicle_bg.gif);
	font-size:10px;
	font-family: arial; 
	cursor:pointer;
	z-index:99;	
	top: 1px;
	position:relative;
}

.VehicleContentHeaderRow
{
	background-image: url(images/content/content_vehicle_bg.gif); 
	background-color : #8695ac;
	height: 21px;
}

.VehicleContentSeperatorCell
{
	background-image: url(images/content/content_vehicle_right.gif);
	background-repeat: no-repeat;
	background-color : #8695ac;
	width: 2px;
	overflow: hidden;
}

.VehicleContentCell
{
	padding: 3px;	
	border-right: solid 1px #8695ac;
	border-left: solid 1px #8695ac; 
	vertical-align: top;
	background-color: White;
}

.VehicleContentFooter
{
	height: 5px; 
	border-top: solid 1px #8695ac;
	
}

