﻿body 
{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: black;
	font-family: Arial;
	font-size: 12px;
	border: groove 5px silver;
	color: black;
}


/*A
{
	color: black;
	font-family: Verdana;
	font-size: 13px;
}

A:Hover
{
	color: black;
	font-family: Verdana;
	font-size: 13px;
}

A:Active
{
	color: black;
	font-family: Verdana;
	font-size: 13px;
}

A:Visited
{
	color: black;
	font-family: Verdana;
	font-size: 13px;
} */

.contentTable
{
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 95%;

}

.requiredField
{
	color: Red;
}

.formLabel
{
    font-weight: bold;
}

.textBoxes
{
    background-color: #FFFFC0;
    border: solid 1px black;
}
/* ############## HEADER STYLES ############## */
.divHeaderMenu
{
	background-image: url(images/menubg2.jpg);
	background-repeat: repeat-x;
	height: 26px;	
	padding-top: 5px;
	text-align: right;
	border-top: solid 1px white;
}


.spanMenuItem
{
	padding-left: 10px;
	padding-right: 10px;
}
.spanMenuItem A
{
	color: White;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
}

.spanMenuItem A:Hover
{
	color: Black;
	text-decoration: underline;
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
}


/*############# FOOTER ############## */

.divFooterMenu
{
	font-size: 12px;
	font-family: Arial;
	margin-top: 20px;
	background-color: #AF1E19;
	color: white;
	border-top: solid 1px white;
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	line-height: 1.8em;
}

.spanFooterMenuItem A
{
	color: Silver;
	font-size: 12px;
	font-weight: bold;
}

/*################################### */

.fieldSetCarDetails
{
	width: 90%;
	margin-left: 10px;
	padding: 5px 5px 5px 5px;
	color: black;
	font-size: 12px;
}

.fieldSetCarDetails LEGEND
{
	color: Red;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 16px;
	text-decoration: underline;
	font-weight: bold;
}

.tableCarDetail
{
	color: black;
	font-size: 12px;
	margin-left: 10px;
	
}

.tableCarDetailHeader
{
	color: Red;
	font-size: 16px;
	text-decoration: underline;
	font-weight: bold;
}

.fieldSetApplyNow
{
	width: 95%;
	margin-left: 10px;
	padding: 5px 5px 5px 5px;
	color: black;
	font-size: 12px;
}

.fieldSetApplyNow LEGEND
{
	color: Red;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
}

.carDetailGVHeader
{
    background-image: url(images/gvbg.jpg); 
    background-repeat: repeat-x;
    height: 30px;
    background-color: #999999;
    color: White;
    font-weight: bold;
    font-family: Verdana;
}

.reOrderList UL LI
{
	list-style-type:none;
}
