﻿/*
Color Varians super light | light | dark
Blue: #bbe4f2 | #90d2d9 | #22748b
Green: #e3f2bb |#98ba40 | #608925
Red: #df8078 | #9d371e
Yellow:#ebe86c | #bdc015
*/

body
{
	background: #ebebeb;
	color: #444;
}

.div_CalcPaymentHeader
{
	background: white url(HeadBarBack.png) repeat-x;
}

.div_Panel
{
	border: solid 1px #cccccc;
	background: white url(../../Images/PanelHeaderBack.png) top repeat-x;
}

.div_infoBox
{
	background: #eee;
}


.div_HNIVehiclePager DIV.notSelected
{
	background: #bbe4f2;
	border: solid 1px #22748b;
}
.div_HNIVehiclePager DIV.Selected
{
	background: #90d2d9;
	border: solid 1px #22748b;
}


/*Very Light*/

.tr_AppraisalHeading
{
	background: #d4ecf4;
		color:#444;
}

/*Light*/

.div_modalContainerInner
{
	border: solid 4px #90d2d9;
}

.div_ModalFileUploadWrapper
{
	border: solid 1px #90d2d9;
}

.div_modalContainerInnerBig
{
	border: solid 4px #90d2d9;
}

.div_HNIVehicleContainer
{
	border: solid 1px #90d2d9;
}


/*Dark*/

H1
{
	color: #22748b;
}

.div_OptionalEquipmentTotal
{
	color: #22748b;
}

H2
{
	color: #22748b;
}

.p_Description
{
	border-left: solid 2px #22748b;
}

.div_CalcPaymentHolder
{
	background: white url(BoxBody.png) repeat-x bottom left;
	border: solid 1px #22748b;
	color:#444;
}

.div_LogoText
{
	color: #22748b;
}

.browseButton
{
	background: transparent url(Button/Browse.png) no-repeat right;
}

.div_updateProgress
{
	border: solid 1px #22748b;
		color:#444;
}
