/* Default CSS Stylesheet for a new Web Application project */

HTML
{
	overflow-y:scroll;
}

BODY
{
    min-height: 100%;
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;    
}

P
{
	font-size: 9pt;	
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	14pt;
	font-weight: bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	12pt;
	font-weight: bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	11pt;
	font-weight: bold;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}
	
.regularText
{
	font-size: 9pt;
}

.PrintOutAddress
{
	font-size: 8pt;
}

.warningText
{
	color: Red;
}
	
A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}

.tableGeneric
{
	text-align: left;
    FONT-SIZE: 9pt;
    vertical-align: top;
	border-style: none;
}
.tableGenericHeaderRow
{
	font-size: 9pt;
    vertical-align: middle;
	font-weight: bold;
}
.tableGenericRow
{
	font-size: 9pt;
	text-align: left;
	vertical-align: top;
	border-style: none;
}

.tableGenericBordered
{
	text-align: left;
    FONT-SIZE: 9pt;
    vertical-align: middle;
	padding: 4px 4px 4px 4px;
}

.tableGenericBorderedHeaderRow
{
	text-align: left;	
    vertical-align: top;
	background-color: Lavender;
	font-weight: bold;
	padding: 4px 4px 4px 4px;
}

.tableGenericBorderedRow
{
	text-align: left;	
    vertical-align: middle;
}

.tableGenericBorderedCell
{
    border-style:solid;
    border-width: 1px;
    border-color: Gray;
    padding: 4px 4px 4px 4px;
}

.tableSidePanel
{
	text-align: left;
    FONT-SIZE: 9pt;
    vertical-align: top;
    border-style:solid;
    border-width: 1px;
    border-color: Gray;
    padding: 0px 0px 0px 0px;
    border-collapse: collapse;
}

.tableSidePanelHeaderRow
{
	font-size: 10pt;
	text-align: center;	
    vertical-align: middle;
	background-color: Lavender;
	font-weight: bold;
}

.tableSidePanelRow
{
	font-size: 8pt;
	text-align: left;	
	background-color: WhiteSmoke;
}

.tableLoginFields
{
	text-align: left;
    FONT-SIZE: 8pt;
    vertical-align: top;
    border-style:none;
    padding: 2px 2px 2px 2px;
}

.tableDealerSearch
{
    FONT-SIZE: 9pt;
    vertical-align: top;
	padding: 2px 2px 2px 2px;
	border-style: none;
	border-collapse: collapse;
}

.tableDealerSearchRow
{
	padding: 2px 2px 2px 2px;
	vertical-align: top;
}
.tableDealerSearchResults
{
    FONT-SIZE: 9pt;
    vertical-align: top;
	border-collapse: collapse
}
.tableDealerSearchResultsHeaderRow
{
	font-size: 9pt;
    vertical-align: middle;
	background-color: Lavender;
	font-weight: bold;
	border-collapse: collapse;
}
.tableDealerSearchResultsRow
{
	font-size: 8pt;
    vertical-align: middle;
	border-collapse: collapse;
}
.tablePresentData
{
	text-align: left;
    FONT-SIZE: 9pt;
    vertical-align: top;
	padding: 4px 4px 4px 4px;
	border-style: none;
}
.tablePresentDataHeaderRow
{
	font-size: 9pt;
    vertical-align: top;
	background-color: Lavender;
	font-weight: bold;
	padding: 4px 4px 4px 4px;
}

.tablePresentDataRow
{
	font-size: 8pt;
    vertical-align: top;
    background-color: WhiteSmoke;
}

.tableConfirmationPage
{
	text-align: left;
    FONT-SIZE: 8pt;
    vertical-align: top;
	padding: 2px 2px 2px 2px;
	border-style: none;
}
.tableConfirmationPageHeaderRow
{
	font-size: 7pt;
    vertical-align: top;
	background-color: Lavender;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
}

.tableConfirmationPageRow
{
	font-size: 8pt;
    vertical-align: top;
    background-color: WhiteSmoke;
}

.ra_agreements
{
	font-size: 8pt;
}

.confirmationPageText
{
	font-size: 8pt;
}

.DealerButton
{
	width: 200px;
}

.InputField
{
	background-color: #ffffff;
}
.InputFieldError
{
	background-color: #ffe7e4;
}
.InputFieldDisabled
{
	background-color: #E0E0E0;
}
.googleMapOuter
{
	width:510px;
	height:310px;
	visibility:hidden;
	position: absolute;
	z-index: 5;
	background-color: Gray;
}
.googleMap
{
	width:500px;
	height:300px;
	left: 5;
	top: 5;
	position: relative;
	background-color: Gray;
}
.googleCloseButton
{
	left: 410;
	top: 0;
	width: 100px;
	position: absolute;
	font-weight: bold;
	background-color: Yellow;
	border-style:solid;
	border-width:5px;
	border-color: Gray;
	text-align: center;
}
.googleBalloonText
{
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
	font-size: 9pt;
    FONT-WEIGHT: normal;
}
.proprietorPanel
{
	display:none;
}
.referencePanel
{
	display:none;
}
.listBoxRoles
{
	min-width: 150px;
	width: 150px;
}

	