﻿td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #103356;
}
body {
	background-color: #FFFFFF;
	background-image: url(/images/layout/background.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #103356;
	margin: 0px;
}
a:link {
	color: #1c5086;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1c5086;
}
a:hover {
	text-decoration: none;
	color: #1c5086;
	background-color:#fff5c6;
}
a:active {
	text-decoration: none;
	color: #1c5086;
}

textarea 
{
    font-family: Arial;
    font-size: 12px;
}

/* LOGON SCREEN */
.logonTitle{
	font-size:18px;
	font-weight:bold;
	color:#1d5288;
	line-height:1.1em;
}

.subTitle{
	font-size:14px;
	font-weight:bold;
	color:#1d5288;
	line-height:1.1em;
}
.logonDesc{
	font-size:10px;
	line-height:1.1em;
}
.logonInput{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #1d5288;
	width:100%;
	border:solid 1px #7f9db9;
}

/* LEFT MENU STYLES */
.copyright{
	font-size:10px;
	color:#7f9dbb;
}

/* MAIN CONTENT STYLES */

.HeaderStatusText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:black;
}

.topTitles{
	font-size:16px;
	color:#c4dfff;
	line-height:1em;
	padding-left:4px;
	font-weight:bold;
}
.mainSubTitles{
	font-weight:bold;
	padding-left:4px;
}
.fieldlabel{
	font-weight:bold;
	padding-left:4px;
}
.subTitles{
	padding-left:10px;
}
.value{
	color:#b11915;
	padding-right:10px;
}
.selections{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #103356;
}
.nextPreviousText{
	font-weight:bold;
	font-size:16px;
	color:#1c5086;
}

.btnSelected {
  
    font-size:12px;
	font-family:Arial,sans-serif;
	height:24px;
	background-color:#779999;
	background-image:url(/App_Images/Dealership/back03_Over.gif);
	border-style:solid;
	border-color:#DDDDDD;
	border-width:1px;
}

.btnNavigationNormal 
{
	font-size:12px;
	font-family:Arial,sans-serif;
	height:24px;
	background-color:#779999;
	background-image:url(/App_Images/Dealership/back03.gif);
	border-style:solid;
	border-color:#DDDDDD;
	border-width:1px;
}

.btnSmallNavNormal
{
	border-right: #4b789b 1px solid;
    border-top: #4b789b 1px solid; 
    border-left: #4b789b 1px solid; 
    border-bottom: #4b789b 1px solid;
    background-color: #CFCEFB; 
    font-size: 10px; 
    margin-top:3px;
}

.customBtnNormal 
{
	border: 1px solid #DDDDDD;
	font-size:12px;
		font-family:Arial,sans-serif;
		background-color:#779999;
	background-image:url('/App_Images/Dealership/back03.gif');
	}

.customBtnSelected 
{
	font-size:12px;
	font-family:Arial,sans-serif;
	height:24px;
	background-color:#779999;
	background-image:url(/App_Images/Dealership/back03_Over.gif);
	border-style:solid;
	border-color:#DDDDDD;
	border-width:1px;
}

.TableHeader
{
	background-color: #C0C0C0;
	border-color: #E6E2D8;
	border-width: 1px;
	border-style: Solid;
	border-collapse: collapse;
	font-family: Arial, Tahoma;
	font-size: small;
	color: black;
	font-weight: bold;
}

.TableRow
{
	background-color: white;
	border-color: #E6E2D8;
	border-width: 1px;
	border-style: Solid;
	border-collapse: collapse;
	font-family: Arial, Tahoma;
	font-size: small;
	color: black;
	font-weight: normal;
}

.TableRowAlt
{
	background-color: #E3F1F7;
	border-color: #E6E2D8;
	border-width: 1px;
	border-style: Solid;
	border-collapse: collapse;
	font-family: Arial, Tahoma;
	font-size: small;
	color: black;
	font-weight: normal;
}

.popuphead 
{
	font-weight:bold;
	color:White;
	padding-left:10px;
}

.popupControl {
	background-color:#FFFFFF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.GVPager {
    font-size:18px;
    font-weight:bold;
}

.modalPopup {
	background-color:#FFFFFF;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.pricebox {
    text-align:right;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=20);
	opacity:0.2;
}

.pagerText span {
	font-weight:bold;
    background-color:#BABABA;
    padding:5px;
	font-size:18px;
	color:#1c5086;
}

.pagerText a {
	font-weight:bold;
	font-size:14px;
	color:#1c5086;
}

.message
{
	color: Red;
	font-weight: bold;
}

#popupdiv {
	background-color: #E3F1F7;
	padding: 10px;
}

body.popup 
{
	background-color: #E3F1F7;
}

.bold
{
	font-weight: bold;
}
