﻿table.form, table.form tr, table.form td
{
	border: 0;
	padding: 0;
	margin: 0;
}

table.form td
{
	padding-top: 1px;
	padding-bottom: 1px;
}

table.form td.label
{
	padding-right: 5px;
	margin: 0;
}

.normal 
{
	font-family: Arial, Helvetica, sans-serif;
	font: normal normal 14px Arial;
	color: #1C3F94;
}

.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.confirm{
   background-color:White;
   padding:10px;
   width:420px;
}


.modalPopup
{
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 250px;
}

.loaninfoOn
{
	text-decoration: underline;
}
.loaninfoOff
{
	background: images/LoanInfo_off.gif;
}


.button
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #C9D3E1;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	border-width: 1px;
	border-style: ridge;
	width: 50px;
	height: 20px;
}
.displayMessages
{
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #CC0000;
}
.footer
{
	font-size: 11px;
	text-align: center;
}
.highlightRow
{
	background: gray;
	background-color: Gray;
	font-weight: bold;
}

.DisclaimerText
{
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
}
.MenuNormal
{
	padding-left: 5px;
	padding-top: 2px;
	color: White;
	background: rgb(179, 35, 23);
}
.MenuHover
{
	background: rgb(154, 30, 20);
	color: White;
}
.MenuSelected
{
	background: rgb(154, 30, 20);
	color: White;
}

.TableRowHeader
{
	color:White;
	background-color:#507CD1;
	font-weight:bold;	
}

.CenteredText
{
	text-align: center;
}

.alertText 
{
	font-family: Arial, Helvetica, sans-serif;
	font: normal normal 14px Arial;
	font-weight: bold;
	color: Maroon;
}
