/*** SETUP ******************************************************************************************/

body {
	background:							#0076b1 url(../../images/bg.gif) repeat-x;
	height:100%;
}

h1 {
	font-family:						Arial, Helvetica, sans-serif;
	text-transform:						uppercase;
	font-weight:						normal;
}

h1 #line-1 {
	font-size:							25px;
	color:								#e21a22;
	display:							block;
	letter-spacing:						0.5px;
}

h1 #line-2 {
	font-size:							52px;
	color:								#fff;
	display:							block;
	letter-spacing:						0.3px;
}

h1 #line-3 {
	font-size:							13px;
	color:								#fff;
	display:							block;
}

h2,
h3 {
	background:							url(../../images/icons/dots.png) left 9px no-repeat;
	padding:							0 0 0 18px;
	font:								bold 13px Arial, Helvetica, sans-serif;
	color:								#fff;
	line-height:						28px;
	text-align: left;
}

h3 {
	background-position:				left 8px;
	font-size:							15px;
	text-transform:						uppercase;
}

p,
label {
	font:								12px Arial, Helvetica, sans-serif;
	color:								#58595b;
}

table p,
table label {
	line-height:						30px;
}

table thead th {
	padding:							0 50px 0 10px;
	height:								28px;
	background:							url(../../images/bg-content-header.gif) repeat-x;
}

table tbody td,
table tbody th {
	background:							#ececec;
}

table tbody td,
table tbody th {
	padding:							0 10px;
}

table tr.light td,
table tr.light th {
	background:							#f6f6f6;
}

div.clear:after {
	content: 							".";
	display: 							block;
	height: 							0;
	clear: 								both;
	visibility: 						hidden;
}

#bg-fade-left {
	padding:							0 0 0 35px;
	width:								1059px;
	margin:								0 auto;
	background:							url(../../images/bg-fade-left.png) left repeat-y;
	text-align:							right;
	position:							relative;
}

#bg-fade-right {
	padding:							0 35px 0 0;
	width:								1024px;
	background:							url(../../images/bg-fade-right.png) right repeat-y;
}

#bg-fade-footer {
	width:								1094px;
	height:								35px;
	position:							absolute;
	bottom:								-55px;
	left:								0;
	background:							url(../../images/bg-fade-footer.png) no-repeat;
}

#footer-white {
	position:							absolute;
	width:								1024px;
	height:								20px;
	background:							#fff;
	left:								35px;
	top:								-20px;
}

#bg-fade-blc {
	width:								35px;
	height:								20px;
	position:							absolute;
	top:								-20px;
	left:								0;
	background:							url(../../images/bg-fade-blc.png) no-repeat;
}

#bg-fade-brc {
	width:								35px;
	height:								20px;
	position:							absolute;
	top:								-20px;
	right:								0;
	background:							url(../../images/bg-fade-brc.png) no-repeat;
}

#contain {
	background:							#fff;
	width:								944px;	/* 1024 */
	padding:							0 40px 0 40px;
	margin:								0 auto;
	text-align:							left;
}

/*** HEADER ******************************************************************************************/

#header {
	width:								100%;
	margin:								0 auto 10px auto;
}

/* this is a complete meth d for clearing floats without using extra markup.
NOTE: 'zoom' setting in conditional statement for IE5-7 */
#header-clear:after {
	content: 							".";
	display: 							block;
	height: 							0;
	clear: 								both;
	visibility: 						hidden;
}

#logo {
	float:								left;
	margin:								30px 0 0 15px;
}

#top-links {
	margin:								10px 0 0 0;
	float:								right;
	font:								bold 12px Arial, Helvetica, sans-serif;
	color:								#939598;
}

#top-links a,
#top-links a:hover {
	font:								bold 12px Arial, Helvetica, sans-serif;
	color:								#939598;
	text-transform:						uppercase;
	text-decoration:					none;
	padding:							0 5px;
}

#top-links a:hover {
	text-decoration:					underline;
}

#top-menu {
	margin:								25px 0 0 0;
	position:							relative;
}

/* clear */
#top-menu:after {
	content: 							".";
	display: 							block;
	height: 							0;
	clear: 								both;
	visibility: 						hidden;
}

#blue-bar {
	width:								944px;
	height:								4px;
	background:							#0076b1;
	position:							absolute;
	top:								20px;
	left:								0;
	z-index:							1;
}

#top-menu ul {
	position:							relative;
	z-index:							2;
	float:								left;
}

/* clear */
#top-menu ul:after {
	content: 							".";
	display: 							block;
	height: 							0;
	clear: 								both;
	visibility: 						hidden;
}

#top-menu ul li {
	float:								left;
}

#top-menu ul li a,
#top-menu ul li a:hover {
	background:							url(../../images/bg-top-menu-link.gif) repeat-x;
	padding:							6px 15px 0 15px;
	border-right:						1px solid #87b8d4;
	font:								bold 12px Arial, Helvetica, sans-serif;
	color:								#fff;
	text-decoration:					none;
	display:							block;
	height:								18px;
	text-transform:						uppercase;
}

#top-menu ul li a:hover,
#top-menu ul li a#top-menu-current {
	background:							url(../../images/bg-top-menu-link2.gif) repeat-x;
	height:								26px;
	margin-top:							-8px;
}

#top-menu ul li a.end {
	border-right:						none;
}

#top-menu a#red,
#top-menu a#redSelected,
#top-menu a:hover#red {
	float:								right;
	background:							#c4132b url(../../images/bg-red-link.gif) repeat-x;
	padding:							4px 15px 0 15px;
	font:								bold 12px Arial, Helvetica, sans-serif;
	color:								#fff;
	text-decoration:					none;
	display:							block;
	height:								20px;
	text-transform:						uppercase;	
}

#top-menu a:hover#red,
#top-menu a#redSelected {
	height:								26px;
	margin-top:							-8px;
}

#header-image {
	width:								930px; /* 944 */
	height:								119px;
	padding:							36px 0 0 14px;
	background:							url(../../images/bg-header.gif) no-repeat;
}

/*** FOOTER ******************************************************************************************/

#footer {
	width:								100%;
	text-align:							center;
	margin:								10px 0 0 0;
}

#footer p,
#footer a,
#footer a:hover {
	font:								12px Arial, Helvetica, sans-serif;
	color:								#939598;
	line-height:						24px;
	text-decoration:					none;
}

#footer a:hover {
	text-decoration:					underline;
}

#footer a {
	padding:							0 5px;
}


/*
/// VEDA ADDED
///
*/

.singleValidationError {
    background:							url(../../images/icons/exclamation.png) left no-repeat;
	padding:							0 0 0 22px;
	font-size:							11px;
	margin:								0 0 0 10px;
	display:							inline-block;
	height:                             17px;
	line-height:1.5;
	vertical-align: middle;
	/*font-weight:normal;
	border:solid 1px black;*/
}

.singleValidationErrorBottom {
    background:							url(../../images/icons/exclamation.png) left no-repeat;
	padding:							0 0 0 22px;
	font-size:							11px;
	margin:								0 0 5px 0px;
	display:							inline-block;
	height:                             17px;
	line-height:1.5;
	vertical-align: middle;
	/*font-weight:normal;
	border:solid 1px black;*/
}

.valSummary, #validationSummary	
{
    font-family:						Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:5px;
	border: solid 1px #ff0000;
	padding:5px 5px 10px 5px;
	background-color:#efefef;
}

.valSummary ul, #validationSummary ul{	
	margin-top:10px;
	font-weight:normal;
}

.valSummary ul li, #validationSummary ul li{	
	color:#ff0000;
	background:							url(../../images/icons/exclamation.png) left no-repeat;
    padding:							5px 0 0 22px;
	margin:								0px 0 0 10px;	
	height:17px;
	/*border:solid 1px black;*/
}

.valSummaryMessages {
    border-color : Green;
}

.valSummaryMessages ul li {	
	color     : Green;
	background:	url(../../images/icons/tick-green.png) left no-repeat;
}


#divPopUpBackground  
{
    background-image: url(../../images/overlay.png); 
    display: none; 
    position: absolute; 
    top: 0pt; 
    left: 0pt; 
    z-index: 80; 
    width: 100%; 
    height: 100%;
}

* html #divPopUpBackground{
	background-color: #333;
	background-color: transparent;
	background-image: url(../../images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../../images/overlay.png", sizingMethod="scale");
}

#divPopup
{
    display: none; 
    position: absolute; 
    z-index: 90; 
    top: 245px; 
    left: 405px;
}

#interest-form
{
	display: inline;
}

.AutoSavePanel
{
    position: fixed;
    left:0px;
    top:0px;
    background-image: url(/images/Processing.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff;
    opacity: 0.5; 
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    width:100%;
    height:100%;
    z-index:1000;
}

/*this is because ajaxToolkit:AlwaysVisibleControlExtender makes the progress update to show under the other layers
    so the tweak is to wrap the UpdateProgress in a Panel, set the same z-index to that panel and link the Update Progress
    with the panel
*/
.AutoSavePanelContainer
{
    position: static;
    height:100%;
    z-index:100;
}

.ajaxCalendarImage
{
    padding-top:5px;
}

.ajax__calendar_container { z-index : 1000 ; }

.HostNameLabel
{
	font:								10px Arial, Helvetica, sans-serif;
	color:								#939598;
	line-height:						24px;
	text-decoration:					none;
	}

#equifax_band {
    padding: 16px 40px;
    background: #981e32;
    border-bottom: #e11b22 solid 4px;
    width: 944px;
    margin: 0 auto;
}

.equifax_logo {
    width: 122px;
    height: 23px;
    margin: 0;
}

#logo {
    margin: 20px 0 16px 2px;
}

#header-clear{
	background: #efefef;
	width: 944px;
	margin: 0 auto;
	padding: 0 40px;
	/*border-bottom: #d6dade solid 1px;*/
}

#white_strip{
	height: 20px;
	
}
