﻿.headerLoanAgmnt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
}
.welcomeName {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}
.bodyLastDay {
    color: #e57a00;
    font-size: 13px;
    font-weight: bold;
}
.processingFont {
    font-family: Arial, Helvetica, sans-serif;
    color: #7ba2c5;
    font-size: 16px;
    font-weight: bold;
}
.processingFooterFont{
    font-family: Arial, Helvetica, sans-serif;
    color: #7ba2c5;
    font-size: 13px;
}
.style1 {font-weight: bold}

.infoDiv2
{
	padding:2px;
}
#loanOfferContainer
{
    background-color: #ffffff;
    width: 760px;
    text-align: center;
    margin: 0 auto 50px auto;
}

/* begin error formatting */

.appFieldWithError, .app_Field_With_Error
{
    border: solid 2px red;
}

.appCheckBoxWithError
{
    color: Red;
}

.appCheckBoxWithError2
{
    background-color: Red;
}

.listWithError
{
    background-color: #ff6666;
}

.listWithError2, .list_With_Error_2
{
    border: solid 2px Red;
    background-color: #ffb6c1;
    padding-left:3px;
    font:12px Arial,sans-serif;
}

.hintWithError
{
    display: block;
}

.errorWithHint
{
    display: block;
    color: Red;
    margin: 0 0 5px 0;
}
.buttoninvisible
{
	visibility:hidden;	
}
/* ---- instead of <nobr> since its not XHTML compliant --- */

.nobr { white-space:nowrap; }
/* end error formatting */

.WireDate
{
	font-weight: bold;
	background-color: lightblue;
	color: #000;
    cursor: pointer;
    border-right-color: #FFFFFF;
    border-top-color: #FFFFFF;
    border-left-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
}

.ProcessingMessage
{
    position: absolute;
    background-color: White;
    bottom: 500px;
    left: 0;
	width: 760px;
	border-width: 2px;
	border-color: Black;
    z-index: 1;
}

.fieldWithError
{
    font:12px Arial,sans-serif;
    border: solid 2px Red;
}

.textWithError
{
    color: #ff0000;
}

