﻿/*
Color Varians super light | light | dark
Blue: #bbe4f2 | #90d2d9 | #22748b
Green: #e3f2bb |#98ba40 | #608925
Red: #df8078 | #9d371e
Yellow:#ebe86c | #bdc015
*/

body
{
	background: #ffffff;
	color: #000000;
	font-size: 11px;
	
}

.div_CalcPaymentHeader
{
	background: white url(HeadBarBack.png) repeat-x;
}

.div_Panel
{
	border: solid 1px #cccccc;
	background: white url(../../Images/PanelHeaderBack2.png) top repeat-x;
}

.div_infoBox
{
	background: #eee;
}


.div_HNIVehiclePager DIV.notSelected
{
	background: #000000;
	border: solid 1px #000000;
}
.div_HNIVehiclePager DIV.Selected
{
	background: #000000;
	border: solid 1px #000000;
}


/*Very Light*/

.tr_AppraisalHeading
{
	background: #FFFFFF;
	color:#000000;
		
}

.tr_AppraisalTotal
{
	background: #f5f5f5;
	font-size: 12px;
	font-weight: bold;
	color: #ba0606;
}

/*Light*/

.div_modalContainerInner
{
	border: solid 4px #000000;
}

.div_ModalFileUploadWrapper
{
	border: solid 1px #000000;
}

.div_modalContainerInnerBig
{
	border: solid 4px #000000;
}

.div_HNIVehicleContainer
{
	border: solid 1px #000000;
}


/*Dark*/

H1
{
	color: #000000;
	font-size:16px;
	font-family:Helvetica, Arial, Sans-Serif;
}

.div_OptionalEquipmentTotal
{
	color: #000000;

}

H2
{
	color: #000000;
	font-size:14px;
	font-family:Helvetica, Arial, Sans-Serif;
}

.p_Description
{
	/*border-left: solid 2px #000000;*/
	line-height:14px;
	margin-left:0px;
}

.div_CalcPaymentHolder
{
	background: white url(BoxBody.png) repeat-x bottom left;
	border: solid 1px #000000;
	color:#444;
	
}

.div_LogoText
{
	color: #000000;
	font-size: 16px;
}

.browseButton
{
	background: transparent url(Button/Browse.png) no-repeat right;
}

.div_updateProgress
{
	border: solid 1px #000000;
		color:#444;
}
.PageText
{
	font-size: 11px;
	font-family: Arial;
	color: #000000;
}

/****************************************/

A, A:link, A:visited, A:hover, A:active
{
	text-decoration: none;
	color: #4C4C4E;
}

A:hover
{
	text-decoration:none;
	color: #003399;
}
A:active
{
		text-decoration:none;
	color: #003399;
}


.div_ValidationSummaryHolder
{
	margin: 5px 20px;
	background: #ffffff;
	border:none;
	padding: 5px 10px;
	line-height: 20px;
}



