/* ------------------------------------------------ */
/* SITE STYLES                                      */
/* ------------------------------------------------ */
body {
	margin: 0px;
	font: 8pt verdana,geneva,helvetica,arial,sans-serif;
}
form {
	 margin: 0px; 
	 padding: 0px;
}
td, p {
 	font: 8pt verdana,geneva,helvetica,arial,sans-serif;
}
h1 {
	font: 14pt tahoma,geneva,helvetica,arial,sans-serif;
	border-bottom: 2px solid #cc0000;
	margin-left: 10px;
	margin-top: -10px;
	margin-right: 10px;
	padding: 3px;
	margin-bottom: 20px;
}
h2 {
	font: bold 10pt tahoma,geneva,helvetica,arial,sans-serif;
	border-bottom: 1px solid #eeeeee;
	margin: 5px;
}
h3 {
	font: bold 10pt tahoma,geneva,helvetica,arial,sans-serif;
	border: 1px solid #666666;
	border-top: 2px solid #666666;
	margin: 15px;
	margin-top: 20px;
	margin-bottom: 0px;
	background: #eeeeee;
	padding: 4px;
}
.subheading {
	margin-left:20px;
	margin-right:20px;
	margin-bottom:0px;
	margin-top:10px;
	padding-left:5px;
	color:firebrick;
	background-color:#dddddd;
	border:1px solid #888888;
	font: bold 11pt tahoma,geneva,helvetica,arial,sans-serif;
}

/* ------------------------------------------------ */
/* APPLICATION HEADER                               */
/* ------------------------------------------------ */
/* This is done in website-style -- otherwise the background-image can "flash"
.header-logo {
	background-image: url('images/header_bg.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 85px;
}
.header-background {
	background-color: #e06666;
}
*/
.company-name {
	font: bold 14pt tahoma,arial,sans-serif;
	color: #ffffff;
	padding-left: 50px;
}
.contact {
	font: bold 8pt tahoma,arial,sans-serif;
	color: #ffffff;
	padding-right: 10px;
}

/* ------------------------------------------------ */
/* APPLICATION NAVIGATION (TOP)                     */
/* ------------------------------------------------ */
.navitem, .navitemSelected {
	font: bold 8pt tahoma,geneva,helvetica,arial,sans-serif;
	background: #848484;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
.navitemSelected {
	background: #ffffff;
	color: #848484;
}
.userInfo {
	padding: 4px;
	color: #ffffff;
	padding-right: 5px;
}
.navLink {
	color: #ffffff;
	font-weight: bold;
}

/* ------------------------------------------------ */
/* HOME PAGE                                        */
/* ------------------------------------------------ */
.loginHeader {
	font: bold 8pt tahoma,geneva,helvetica,arial,sans-serif;
	color: #ffffff;
}
.loginBackground {
	background-color: #999999;
}
.loginTopBottomBackground {
	background-color: #999999;
}
.loginLine {
	border-bottom: 1px solid #999999;
}
.home-label {
	font: bold 8pt tahoma,geneva,helvetica,arial,sans-serif;
	color: #ffffff;
	text-align: right;
}

/* ------------------------------------------------ */
/* FORMS                                            */
/* ------------------------------------------------ */
.label {
	font: 8pt verdana,geneva,helvetica,arial,sans-serif;
	color: #666666;
	text-align: right;
	white-space: nowrap;
}.top {
	vertical-align: top;
}.form-label {
	font: bold 8pt verdana,geneva,helvetica,arial,sans-serif;
	color: #666666;
	text-align: right;
}.form-label-left {
	font: bold 8pt verdana,geneva,helvetica,arial,sans-serif;
	color: #666666;
}
.top-label {
	font: bold 8pt verdana,geneva,helvetica,arial,sans-serif;
	color: #666666;
}
.data {
	font: bold 8pt tahoma,geneva,helvetica,arial,sans-serif;
}
input, select {
	font:  8pt tahoma,geneva,helvetica,arial,sans-serif;
}
.primary-button {
	background: #990000;
	color: #ffffff;
}
.secondary-button {
	background: #dddddd;
	color: #000000;
}
.details-button {
	margin-left: 20px;
	margin-top: 10px;
}
.submit-message {
	color: #cc0000;
	font-weight: bold;
	text-align: center;
}
.reqd {
	color: #cc0000;
	font-weight: bold;
}
.reissueRateWarning {
	color: #cc0000;
	font-weight: bold;
}
.searchresults {
	padding-left: 50px;
}
.top-separator {
	border-top: 1px solid #cccccc;
}
.bottom-separator {
	border-bottom: 1px solid #cccccc;
}
.legend {
	color: #0000DD;
}
/* ------------------------------------------------ */
/* DATA TABLES                                      */
/* ------------------------------------------------ */

.order-summary-table {
	width: 96%;
}
.search-results-table {
	width: 98%;
}
.colhead {
	font: bold 8pt verdana,geneva,helvetica,arial,sans-serif;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	white-space: nowrap;
}
.dataRow, .dataRow-nohead, .dataRow-nowrap, .dataRowOdd, .dataRowEven {
	background: #ffffff;
	border-bottom: 1px solid #eeeeee;
	vertical-align: top
}
.dataRow-HUD {
	background: #ffffff;
	
	vertical-align: top;
	text-align:center;
	color:#000066
}
.dataRow, .dataRow-nohead, .dataRow-nowrap {
	border-left: 1px solid #eeeeee; 
	border-right: 1px solid #eeeeee;
}
.dataRow-nohead {
	border-top: 1px solid #eeeeee;
}
.dataRow-nowrap {
	white-space:nowrap;
}
.dataRow-hidden {
	visibility:hidden!important;
	border: 0px!important;
}
.file-details-table {
	width: 96%;
	
}
.file-details-colhead {
	border-bottom: 1px solid #999999;
	border-right: 1px solid #ffffff;
	font-weight: bold;
	white-space: nowrap;
}


/* ------------------------------------------------ */
/* HELP                                             */
/* ------------------------------------------------ */

.help-table {
	width: 600px;
}
.helpList {
	line-height: 20px;
}

/* ------------------------------------------------ */
/* FOOTER                                           */
/* ------------------------------------------------ */
/* This is done in code -- otherwise the background-image can "flash"
.footer {
	background-image: url('images/footer.gif');
	background-repeat: no-repeat;
	border-bottom: 1px solid #999999;
	height: 85px;
}
*/
.timezoneBackground {
	background-color: #999999;
}
.footer2, .footer3, .footer4 {
	padding-top: 6px;
	padding-bottom: 6px;
	font: bold 8pt tahoma,geneva,helvetica,arial,sans-serif;
	color: #666666;
}
.footer2 {
	padding-left: 10px;
}
.footer4 {
	text-align:center;
}
.footer-office {
}
.tag-line {
}

/* ---------------------------------------------- */
/* EXTRAS                                         */
/* ---------------------------------------------- */
.loan-loggedin-login-message {
	color: #cc0000;
	font-weight: bold;
}

/* To get rounded fieldset corners in FireFox */
fieldset { -moz-border-radius: 8px; border-radius: px; }

.modalPopup {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:#ffffff;
	padding:3px;
	width:250px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.modalPopupMover {
	cursor: move;
	background-color: #e06666;
	color:White;
	text-indent: 20px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding:3px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}