﻿/*
Color Varians super light | light | dark
Blue: #90d2d9 | #22748b
Green: #e3f2bb |#98ba40 | #608925
Red: #df8078 | #9d371e
Yellow:#ebe86c | #bdc015
*/

.div_SectionTitle
{

}

.div_ContentPlaceHolder
{
	width: 620px;
	position: relative;
	margin: 10px auto;
}

.contentTable
{
    width: 620px;
    border: 0;
    padding: 0;
}

body
{
	font-size: 13px;
	font-family: Arial;
	margin: 0px;
}

.bodyTableGray
{
	background-color: #e4e4e4;
}

.bodyTableWhite
{
	background-color: white;
}

.bodyTableBlack
{
	background-color: black;
}

.div_PictureHolder IMG
{
	border: solid 1px #cecece;
	margin-bottom: 10px;
}

.PageText
{
	font-size: 13px;
	font-family: Arial;
	color: #444;
}

.FileUploadClass
{
	font-size: 13px;
	font-family: Arial;
	color: #444;	
}


H1
{
    text-align: left;
	font-size: 18px;
	font-weight: bold;
	margin: 3px 0px;
}

H2
{
	font-size: 14px;
	font-weight: bold;
	margin: 3px 0px;
}

H3
{
}

H4
{
}

.div_LeftPush
{
    text-align: left;
}

#map_canvas
{
	color: #444;	
}


A, A:link, A:visited, A:hover, A:active
{
	text-decoration: none;
	color: #226d98;
}

A:hover
{
	text-decoration: underline;
}


.Invisible
{
	display:none;
}

P
{
	padding: 0px 10px;
	line-height: 20px;
	margin: 5px 0px;
}

.p_Description
{
	margin-left: 10px;
	text-align: left;
}

.div_Share
{
	position: absolute;
	top: -20px;
	right: 5px;
	line-height: 20px;
	height: 20px;
	font-size: 10px;   
}

.div_LanguageSelect
{
	position: absolute;
	top: 5px;
	right: 5px;
	line-height: 20px;
	height: 20px;
	font-size: 10px;
}

.RedText
{
	color: #b94026;
}

.GreenText
{
	color: #6f9f2d;
}

.div_Panel
{
	min-height: 100px;
	padding: 10px;
	position: relative;
	margin: 5px 0px;
	text-align: left;
}

.div_PageButtonHolder
{

}

.div_Disclaimer
{
	font-size: 10px;
	text-align: justify;
}

.div_SectionTitle
{
	
}

.td_FormHeader
{
	width: 115px;
	text-align: right;
	padding-right: 5px;
}

.td_FormHeaderSmall
{
	width: 60px;
	text-align: right;
	padding-right: 5px;
}


.div_LeftButton
{
	float: left;
}

.div_RightButton
{
	float: right;
}


.div_selectedVehicleInfoHolder
{
	font-size: 11px;
	text-align: right;
	line-height: 15px;
	padding-bottom: 4px;
}


.div_modalContainer
{
	position: absolute;
	background: url(../Images/transLess.png);
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 100001;
}

.div_ModalBackGroundClass
{
	background: url(../Images/transLess.png);
}

.div_modalContainerInner
{
	background: white;
	width: 300px;
	padding: 10px 15px;
	margin: 100px auto;
	position: relative;
}

.div_modalContainerInnerBig
{
	background: white;
	width: 430px;
	padding: 10px 15px;
	margin: 100px auto;
	position: relative;
}

.div_modelContainerCloseIcon
{
	position: absolute;
	top: 8px;
	right: 8px;
	cursor: hand;
	cursor: pointer;
}

.div_RepeaterRow
{
	position: relative;
	text-align: left;
}

.div_RepeaterAlternateRow
{
	position: relative;
}

.div_OptionalEquipmentPrice
{
	position: absolute;
	right: 5px;
	top: 2px;
}

.div_ValidationSummaryHolder
{
	margin: 5px 20px;
	background: #ffd3d3;
	border: solid 1px #ff1212;
	padding: 5px 10px;
	line-height: 20px;
}

.span_RequiredFieldAsterix
{
	color: #ff1212;
}

.div_LogoContainers
{
	height: 80px;
}

.div_NadaLogo
{
	width: 100px;
	height: 80px;
	float:left;
}

.div_NormalLogo
{
	width: 500px;
	height: 80px;
	float:right;
	position:relative;
}

.div_LogoText
{
    text-align: left;
	font-weight: bold;
	font-size: 18px;
}
.div_NADALogo
{
    text-align: left;
    vertical-align: middle;
	width: 120px;
	height: 80px;
}

.div_transparentBackground 
{
	position: fixed;
	top: 0;
	left: 0;
	
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
	
	height: 100%;
	width: 100%;
	min-height: 100%;
	min-width: 100%
	
}

.div_updateProgress
{
	background-color:white;
	padding: 10px 20px;
	width: 160px;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	bottom: 50%;
	left: 45%;
}

.div_loadingText
{
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: bold;
}
