﻿div.info_box
{
	margin: 10px auto;
	/*width: 350px;*/
	padding: 1px 1px 6px 1px;	
	border: 1px solid #648EBD;
}


div.info_box .title
{
	background-color: #648EBD;
	padding: 3px 3px;
	font-family: "Lucida Grande" , "Lucida Sans Unicode" , Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-transform: lowercase;
	color: #FFFFFF;
}


div.info_box .content
{
	padding: 6px 6px 6px 30px;
	background: transparent url(/images/icons/information.gif) no-repeat 6px 8px;
}

div.info_message
{
	color:Black;
}


div.info_message .content
{
	padding: 6px 6px 6px 6px;
}



div.error_box
{
	margin: 10px auto;
	/*width: 350px;*/
	padding: 1px 1px 6px 1px;
	border: 1px solid #C1492F;
}


div.error_box .title
{
	background-color: #C1492F;
	padding: 3px 3px;
	font-family: "Lucida Grande" , "Lucida Sans Unicode" , Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-transform: lowercase;
	color: #FFFFFF;
}


div.error_box .content
{
	padding: 6px 6px 6px 30px;
	background: transparent url(/images/icons/exclamation.gif) no-repeat 6px 8px;
}


div.error_message
{
	color: #FF0000;
}


div.error_box .content
{
	padding: 6px 6px 6px 30px;
}

.fieldWrapper 
{/*
	float: left;
	padding: 2px;
	width:200px;
	border: 1px solid green;*/
}

div.label
{/**/
	font: 12px Arial;
	color: #898989;
	font-weight: normal;
	text-align: left;
	/*padding: 4px 4px 4px 4px;*/
	/*border: 1px solid white;*/
	float: left;
	/*margin: 2px 4px 0px 2px;*/
	height: auto;
	text-transform:lowercase;
	

}

.hangingIndent
{
	padding-left: 20px;
	text-indent: -20px;
}

.leftPadding
{
	padding-left: 43px;
}

div.label, .hangingIndent
{
	text-transform: none;

}

span.reqFieldInd 
{
	color:#990000;
	font-weight:bold;
}

span.readOnly 
{
	vertical-align:top;
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	color: #1777a1;
	padding: 3px 1px;
	cursor:text;
}

.fieldReadOnlyArea
{
	float: left;
	height: auto;
}

.fieldDisplayArea
{
	float: left;
	height: auto;
	border: 1px solid green;
}

.fieldEditArea
{
	float: left;
	height: auto;
	margin: 2px 2px 0px 0px;
	border: 0px solid red;
}

div.row 
{
  clear: both;
  
}


field_hint
{
	white-space: nowrap;
}

	
.hint 
{
	float: left;
	font: 11px Arial;
	color: #333;
	text-transform:lowercase;
	font-weight: normal;
	padding: 2px 2px 2px 2px;
	height: auto;
}

.noteBox 
{  
	/* to be used if validation is displayed as pop up box */
	background-position: 5px 5px;
	background-color: #6dbbdc;
	border: 1px solid #1777a1;
	min-height: 50px;
	padding: 5px;
	margin: 0px 10px 0px 0px;
}

.noteBox p
{
	font: 11px Arial;
	font-weight: normal;
	color:black;
	padding: 0px 5px 0px 5px;
}
	
.noteBox li
{
	font: 11px Arial;
	font-weight: normal;
	color:black;
	padding: 0px 5px 0px 5px;
}
	
.validationBox 
{  
	/* to be used if validation is displayed as pop up box */
	background-image: url(/images/validationIcon.png);
	background-repeat:no-repeat;
	background-position: 5px 5px;
	background-color: #6dbbdc;
	border: 1px solid #1777a1;
	/*width: 250px;*/
	min-height: 50px;
	padding: 5px;
	margin: 2px;
}

.validationBox p
{
	font: 11px Arial;
	font-weight: normal;
	color:black;
	padding: 0px 5px 5px 35px;
}
	
.helpBox 
{  
	/* to be used if validation is displayed as pop up box */
	background-image: url(/images/helpIcon.png);
	background-repeat:no-repeat;
	background-position: 5px 5px;
	background-color: #6dbbdc;
	border: 1px solid #1777a1;
	width: 250px;
	min-height: 50px;
	padding: 5px;
	margin: 2px;
}

.helpBox p
{
	font: 11px Arial;
	font-weight: normal;
	color:black;
	padding: 0px 5px 5px 35px;
}

img.help 
{
	display:inline;
	position: relative;
}

div.disclosure
{
	font-family: Arial;
	font-size: 8pt;
	line-height: normal;
}

div.disclosure p, div.disclosure br
{
	font-family: Arial;
	font-size: 8pt;
	line-height: 15px;
}

div.disclosure ol, div.disclosure li
{
	font-family: Arial;
	font-size: 8pt;
 	line-height: 10px; 
}

.error
{  /* to be used if validation is inline rather than pop up*/
	font: 11px Arial;
	font-weight: normal;
	color:#990000;
	padding: 5px 5px 5px 0px;
	display: inline;
}

.progressbar
{
	background-color: #FFFFCC;
	border: solid 2px #000000;
	width: 300px;
	height: 100px;
	position: relative;
	top: 50%;
	margin-top: 30%;
	margin-left: 50%;
	left: 50%;
}

div.progressbar_content
{
	color: #000000;
	padding-top: 10%;
	font-weight: bold;
	text-align: center;
	
}

.modalPopup {
	/**/
	position:fixed;
	display:block;
	border-style: outset;
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
	z-index: 1000;
}

.modalPopup2 {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
}

#ModalEduForm
{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px; 
    left: 0px;
    z-index: 1000;
}
#ModalCreditForm
{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px; 
    left: 0px;
    z-index: 1000;
}
#ModalMortgageForm
{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px; 
    left: 0px;
    z-index: 1000;
}
#ModalHelocForm
{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px; 
    left: 0px;
    z-index: 1000;
}
#ModalAutoForm
{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px; 
    left: 0px;
    z-index: 1000;
}
#ModalOtherForm
{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px; 
    left: 0px;
    z-index: 1000;
}

.modalBackground2
{
    filter: Alpha(Opacity=40); 
    -moz-opacity:0.4; 
    opacity: 0.4;
    width: 100%; 
    height: 100%; 
    background-color: #999999;
    position: absolute;
    z-index: 1500;
    top: 0px; 
    left: 0px;
}

.modalBackgrounddropshowdo
{
    filter: Alpha(Opacity=40); 
    -moz-opacity:0.4; 
    opacity: 0.4;
    width: 100%; 
    height: 100%; 
    background-color: #999999;
    position: absolute;
    z-index: 1500;
    top: 10px; 
    left: 10px;
}


.modalContainer
{
    position: absolute;
    left: 38%;
    top: 30%;
    z-index: 1750;
}
.modal
{
    position: relative;
    top: -150px;
    left: -150px;
    z-index: 2000;
    background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding: 10px 10px 10px 10px;
}
.modalTop
{
    width: 292px;
    background-color: #000099;
    padding: 4px;
    color: #ffffff;
    text-align: right;
}
.modalTop a, .modalTop a:visited
{
    color: #ffffff;
}
.modalBody
{
    padding: 10px;
}

a.brightbluelink
{
	color: #0000FF;
	font-weight: bold;
}

div.curFocus
{
	background-color: #A0C544;
	height: auto;
	color: #000000;
	border: 1px solid #00853F;
	padding-left: 2px;
}

