/* ------------------------------------------------ */
/* 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 #a12b22;
	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;
}
/* To get rounded fieldset corners in FireFox */
fieldset {
	-moz-border-radius: 8px;
	/*border-radius: px;*/
	border: 1px solid #ddd;
	padding: 0 1.4em 1.4em 1.4em;
	margin: 0 0 1.5em 0;
	border-radius: 8px;
	margin: 0 5px;
	height: 100%;
}

.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                               */
/* ------------------------------------------------ */
.company-name {
	font: bold 14pt tahoma,arial,sans-serif;
	color: #000000;
	padding-left: 250px;
}

.contact {
	font: bold 8pt tahoma,arial,sans-serif;
	color: #000000;
	padding-right: 10px;
}

/* ------------------------------------------------ */
/* APPLICATION NAVIGATION (TOP)                     */
/* ------------------------------------------------ */
.navitem, .navitemSelected {
	font: bold 8pt tahoma,geneva,helvetica,arial,sans-serif;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
}

.navitemSelected {
	background: #a12b22;
}

.userInfo {
	color: #ffffff;
	float: right;
}

.navLink {
	color: #000000;
	font-weight: bold;
}

#topNavHeader, .mobileNavBar {
	background: #848484;
	color: #ffffff;
	display: none;
	font-family: tahoma,geneva,helvetica,arial,sans-serif;
	font-weight: bold;
	font-size: 1.2em;

	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #d3d3d3;

	/*ie <=8*/
	-ms-border-bottom-left-radius: 0;
	-ms-border-bottom-right-radius: 0;
	-ms-border-top-left-radius: 0;
	-ms-border-top-right-radius: 0;
	/*end ie <=8*/

	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.mobileNavBar {
	padding: 0.5em;
}

#topNavHeader .ui-icon {
	background-image: url(content/themes/base/images/ui-icons_454545_256x240.png)
}

/* This is only applied when the screen size is less than 800px */
@media only screen and (max-width: 800px) {
	.navitem, .navitemSelected{ width: 100%; display: block;}
	#topNavHeader{display: block}
}

/* ------------------------------------------------ */
/* HOME PAGE                                        */
/* ------------------------------------------------ */
.loginHeader {
	font: bold 8pt tahoma,geneva,helvetica,arial,sans-serif;
	color: #000000;
}

.loginBackground {
	background-color: #d6d6d6;
}

.loginTopBottomBackground {
	background-color: #d6d6d6;
}

.loginLine {
	border-bottom: 1px solid #FFFFFF;
}

.loginError {
	font: bold 8pt tahoma,geneva,helvetica,arial,sans-serif;
	color: #a12b22;
	text-align: right;
}

.loginHelp {
	font: 8pt tahoma,geneva,helvetica,arial,sans-serif;
	/*color: black;*/
	color: black;
	text-align: right;
}

.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;
}

input:disabled+label {
	color: #6d6d6d;
}

.selectAlignTop {
	font: 8pt tahoma,geneva,helvetica,arial,sans-serif;
	vertical-align: top;
}

.primary-button {
	background: #a12b22;
	color: #ffffff;
}

.primary-button[disabled] {
	background: #f4f4f4;
	color: #6d6d6d;
}

.secondary-button {
	background: #dddddd;
	color: #000000;
}

.details-button {
	margin-left: 20px;
	margin-top: 10px;
}

.submit-message {
	color: #a12b22;
	font-weight: bold;
	text-align: center;
}

.reqd {
	color: #a12b22;
	font-weight: bold;
}

.reissueRateWarning {
	color: #a12b22;
	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;
}

.file-details-colhead-right {
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	font-weight: bold;
	white-space: nowrap;
}

.dataRow-button {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	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: #d6d6d6;
}

.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 {
}

/* ---------------------------------------------- */
/* Popup                                          */
/* ---------------------------------------------- */
.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;
	box-sizing: border-box;
}

.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;
}

.pleaseWaitBackgroundFilter {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
	z-index: 1000;
}

.pleaseWaitMessage {
	border-width: 0px;
	border-style: solid;
	padding: 10px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	position: absolute;
	z-index: 1001;
	left: 50%;
	top: 50%;
	margin: -100px 0 0 -150px;
	width: 150px;
	height: 150px;
	text-align: center;
	vertical-align: middle;
}

.popup_data {
}

.popup_buttons {
}

.popup_buttons_ok {
}

.popup_buttons_cancel {
}

/* ---------------------------------------------- */
/* HUD Page                                       */
/* ---------------------------------------------- */
.hud-report {
	width: 775px;
	height: 350px;
	margin-left: auto;
	margin-right: auto;
	border-width: 1px;
}
.hud-general {
	margin-left: auto;
	margin-right: auto;
}

/* ---------------------------------------------- */
/* CostCalculatorResults.aspx                     */
/* ---------------------------------------------- */
.balanceValidationPlaceholder {
	padding-left: 12px;
}

/* ---------------------------------------------- */
/* Policy.aspx                     */
/* ---------------------------------------------- */
#sectionLoanInformationPolicy label, #sectionLoanInformationPolicy input {
	vertical-align: middle;
}

/* ---------------------------------------------- */
/* Notes.ascx                     */
/* ---------------------------------------------- */
.note-highlight {
	border: 5px solid #F08080;
}

/* ---------------------------------------------- */
/* EXTRAS                                         */
/* ---------------------------------------------- */
.loan-loggedin-login-message {
	color: #a12b22;
	font-weight: bold;
}


/* ---------------------------------------------- */
/* EXTRAS                                         */
/* ---------------------------------------------- */
.attachDocument_document {
	float: left;
}

.attachDocument_send {
	float: right;
}

.attach-documents-float {
	position: absolute;
}


.divContainer {
	display: table;
	border: none;
}

.divRow {
	display: table-row;
	height: auto;
}

.divRowAlignRight {
	display: table-row;
	height: auto;
	text-align: right;
}

.divColumn {
	display: table-cell;
}

.Container100100 {
	width: 100%;
	height: 100%;
}

.Column50Percent {
	width: 50%;
	height: 100%;
}

.modalPopupCustomFields {
	background-color: #ffffff;
	border-width: 3px;
	border-style: solid;
	border-color: #ffffff;
	padding: 3px;
	width: 1005px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.content {
	overflow: auto;
	width: 1000px;
	background: #ffffff;
	vertical-align: middle;
	display: table;
}

.customFieldHeader {
	margin: 5px;
	text-align: center;
	/*font-weight: bold;*/
	border: 1pt solid #C0C0C0;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	background-color: #e06666;
	color: White;
	padding: 5px;
}
.customFieldRow {
	text-indent: 3px;
	margin: 5px;
	/*font-weight: bold;*/
	border: 1pt solid #C0C0C0;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.left {
	display: inline-block;
	text-align: right;
	width: 30%;
	vertical-align: top;
	color: black;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-right: 1px;
}

.right {
	display: inline-block;
	text-align: left;
	width: 65%;
	vertical-align: top;
	color: black;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 1px;
}
.alignRowMiddle {
	display: inline-block;
	text-align: center;
	width: 95%;
	vertical-align: middle;
	color: black;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
}

.ColumnLeftAlign{
	text-align: left;
}

.hidden {
	display: none;
}