body, body #separator
{
	background: rgb(28, 63, 148);
	font-family: Arial, Helvetica, sans-serif;
	font: normal normal 14px Arial;
	color: #1C3F94;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 25px;
	text-align: center;
}
body #left-nav
{
	color: white;
	background-color: rgb(179, 35, 23);
}
body #banner-quote
{
	font-size: 92%;
	padding: 14px 15px;
	color: white;
}
.modalBackground {
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}
.confirm{
   background-color:White;
   padding:10px;
   width:400px;
}
body a, body a:visited, body a:active
{
    color: #3333CC;
}
body a:hover
{
	color: #ff0000;
	text-decoration: none;
}

.DataGridFixedHeader
{
	background-color: white;
	position: relative;
	top: expression(this.offsetParent.scrollTop);
}
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;
}

div
{
	text-align: left;
}




.left
{
	background-color: #fff;
}

.cellText
{
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #cfcfcf;
}
.validatorCalloutHighlight
{
	background-color: lemonchiffon;
}

.highlightRow
{
	background-color: Gray;
	font-weight: bold;
	color :White;
}

.bodyLink A:link { color: #660000; }
.bodyLink A:visited { color: #990000; }
.bodyLink A:active { color: #CC0000; }
.bodyLink A:hover { color: #CC0000; }

.strongRow
{
	font-weight: bold;
}

.tableTextBox
{
	width: 100px;
	text-align: center;
}
.style1 {
	margin: 0;
	padding: 0;
}
.style3 {
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
}

.HeaderCell
{
	background-color: #0047BE;
	padding: 5px;
	border-right: 1px #eeeecc solid;
	border-left: 1px #888866 solid;
	color: white;
	vertical-align: top;
	font-weight:bold;
}

.TableCell{
	padding: 5px;
	color: black;
	vertical-align: top;
	text-align: left;
	border-left: solid 1px #cccccc;
	border-top: solid 1px #cccccc;
	background-color: #ffffff;
}

.AltTableCell
{
	padding: 5px;
	color: black;
	vertical-align: top;
	text-align: left;
	border-left: solid 1px #cccccc;
	border-top: solid 1px #cccccc;
	background-color: #DEEBFB;
}