body
{
	margin: 20px;
}

body, table, input, select, .button
{
	font-size: 8pt;
	font-family: Verdana;
	color: #82888D;
}

.button, .buttonOrange, .buttonDarkGray
{
	border-right: medium none;
	border-top: medium none;
	font-size: 6pt;
	border-left: medium none;
	color: white;
	border-bottom: medium none;
	letter-spacing: 1pt;
	height: 18px;
	background-color: #003369;
	font-weight: bold;
}

.buttonOrange
{
	background-color: #CC6633;
}

.buttonDarkGray
{
	background-color: #83888e;
}

A.mainNavLink
{	
	color: #696969;
	text-decoration: none;
	font-weight:bold;
	font-size: 7pt;
}
A.mainNavLink:hover
{
	color: #003369;
}

.mainBorderColor
{
	border-color: #83888e;
	border-style: solid;
	border-width: 0px;
}

.textbox
{	
	border: solid 1px #809DBD;
	height: 18px;
}

A, .boldDarkBlue
{
	color: #003369;
	font-weight: bold;
}

.orangeHeader
{
	color: #CC6633;
	font-size: 14pt;
}

.dataListCell_off, .dataListCell_on
{
	border-width: 1px;
	border-color: white;
	border-style: solid;
	cursor: hand;
}
.dataListCell_on
{
	border-color: #003369;
	background-color: whitesmoke;	
}

.GrayHeader
{
	background-color: WhiteSmoke;
	BORDER: #e5e5e5 1px solid;
}

.GrayHeader_NoBorder
{
	background-color: WhiteSmoke;
	BORDER: #e5e5e5 0px solid;
}

.subMenuClass1 tr td
{
    padding: 2px;
    border-top: solid 1px #aeb6c3;
}


.modalBackground, .modalBackground2 
{
    background-color:#B2AC9A;
    cursor:wait;
    display:block;
    height:100%;
    left:0;
    opacity:0.8;
    position:fixed;
    top:0;
    width:100%;
    z-index:999999;
    *filter: alpha(opacity=80);
}

