﻿.csMainTable {
	border-width: 0px;
	padding: 3px;
	width: 320px;
	background-image: url('images/BGLine.gif');
	background-repeat: repeat;
	font-family:"Trebuchet MS";
	font-size:14px;
}

.csEmptyTable {
	border: 1px;
	border-color:#C0C0C0;
	border-style:solid;
	padding: 1px;
	width: 320px;
	font-family:"Trebuchet MS";
	font-size:14px;
}

.csContainerTable {
	border: 0px;
	padding: 0px;
	background-image: url('images/BGLine.gif');
	background-repeat: repeat;
	width: 320px;
	font-family:"Trebuchet MS";
	font-size:14px;
}

.csContentTable {
	border: 0px;
	padding: 0px;
	width: 100%;
	font-family:"Trebuchet MS";
	font-size:14px;
}

.csMainTable_TextureHigh {
	border-width: 0px;
	padding: 3px;
	width: 320px;
	background-image: url('images/Bg4.jpg');
	background-repeat: repeat;
	font-family:"Trebuchet MS";
	font-size:14px;
}

.csMainTable_TextureLow {
	border-width: 0px;
	padding: 3px;
	width: 320px;
	background-image: url('images/BG1.jpg');
	background-repeat: repeat;
	font-family:"Trebuchet MS";
	font-size:14px;
}

.csBlackToolbar {
	border-width: 0px;
	padding: 0px;
	background-position: center center;
	background-image: url('images/ToolBar.gif');
	background-repeat: repeat-x;
	height: 35px;
	width: 320px;
}

.csGrayButtonBar {
	border-width: 0px;
	padding: 0px;
	background-position: center center;
	background-image: url('images/ButtonBar2.gif');
	background-repeat: repeat-x;
	height: 36px;
	width: 320px;
}

.csToolbarTitle {
    font-family:Helvetica;
	font-size: 10pt;
	font-weight:bold;
	color: #FFFF00;
	text-align:center;
}

.csBlueToolbar {
	text-align:center; 
	background-image: url('images/Blue-Gradient.gif'); 
	background-repeat: repeat-x;
    font-family:Helvetica;
	height:22px;
}

.csTableHeader_Blue {
	background-image: url('images/Blue-Gradient.gif'); 
	background-repeat: repeat-x; 
	height:22px;
}

.csGrayToolbar {
	text-align:center; 
	background-image: url('images/Toolbar2.gif'); 
	background-repeat: repeat-x;
    font-family:Helvetica;
	height:25px;
	color:yellow;
}

.csPartition {
	text-align:center; 
	background-image: url('images/Bar-Partition.gif'); 
	background-repeat: repeat-x;
    font-family:Helvetica;
	height:30px;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	color:blue;
	text-decoration:underline;
}

.csVehicleInfoPanel {
    border:1px solid #00B900;
    background-color: #D4FFD4;
	font-size: 13px;
	width:100%;
	font-family:'Trebuchet MS'; 
}

.csHistoryTitle {
    border:1px solid #00B900;
    background-color: #D4FFD4;
	font-size: 12px;
	width:100%;
	height:20px;
}

.csUpcommingServiceTitle {
    border:1px solid #00B900;
    background-color: #D4FFD4;
	font-size: 12px;
	width:100%;
}

input.csUpperCaseInput {
text-transform: uppercase;
}

.csProblemNeddTitle {
	font-family: 'Trebuchet MS';
	font-size: 14px;
	background-image: url('images/White-Gradient.gif');
	background-repeat: repeat-x;
	text-align: center;
	height: 40px;
}

.csActiveButton {
  vertical-align: middle; 
  border-width: 0;
  cursor:pointer;
}

.csHintArea {
	border: 1px solid #FFCC66;
	background-color: #FDFDD3;
	font-size: 13px;
	padding: 5px;
	text-align: center;
	max-width: 800px;
}

.csHintAreaGreen {
    border:1px solid #00B900;
    background-color: #D4FFD4;
	font-size: 13px;
	padding: 5px;
	text-align: center;
	max-width: 800px;
}

.csHintAreaBlue {
    border:1px solid #0066FF;
    background-color: #D7E6FF;
	font-size: 13px;
	padding: 5px;
	text-align: center;
	max-width: 800px;
}

.csHintAreaRed {
    border:1px solid #FF0066;
    background-color: #FFDDDD;
	font-size: 13px;
	padding: 5px;
	text-align: center;
	max-width: 800px;
}

.csHintAreaWhite {
    border:1px solid #DDDDDD;
    background-color: #FFFFFF;
	font-size: 13px;
	padding: 5px;
	text-align: center;
	max-width: 800px;
}

.csSelectorRow {
    height:45px; 
    cursor:pointer; 
    background-image:url('images/Gradient-Gray.gif'); 
    background-repeat:repeat-x;
    color: #575757; 
    font-family: Verdana; 
    font-size: 14px; 
    font-weight: bold;
    padding:5px;
}

input.csDateInput {
    width:90px;
    color:silver;
}

input[type="text"] {
  height: 26px;
}

input[type="password"] {
  height: 26px;
}

input[type="checkbox"] {
    cursor:pointer;
}

/*
select {
    height:22px;
}
*/

img{
    border-width: 0px;
}
