/* CSS Document */
html,body{
 width:100%;
 height:100%;
}
body,div,td,table,tr,span{
	font-family:verdana;
	font-size:9pt;
}
body{
	background-color:#000000;
	margin:0px;
	padding:0px;
}
td.mainBody{
	background-color:#FFFBE5;
	padding-right:5px;
	padding-bottom:5px;
}
div#redBar{
	height:2px;
	background-color:#773d3d;
	font-size:1px;
    line-height:0;
	
}
div#redBarThin{
	height:1px;
	border-top:1px solid #773d3d;
	font-size:1px;
    line-height:1px;
	
}
div.addressLine{
border-top:1px solid gray;
font-size:10pt;
margin-left:5px;
padding-left:165px;
}
input.loginField{
	height:18px;
	font-size:8pt;
}
a, a:visited{
	color:#993300;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a.toolItem,a.toolItem:visited{
	color:#CCCCCC;
	font-weight:normal;
	text-decoration:none;
	width:115px;
	filter:shadow(color:black, strength:1, direction:135);
}
input.calendar{
width:22px;
height:20px;
top:-2px;
text-align:center;
background-color:white;
background-image:url(/images/icons/calendar.gif);
background-repeat:no-repeat;
background-position:center;
}	
a.toolItem:hover{
	text-decoration:underline;
}
div.footer{
	text-align:center;
	color:white;
}
div.googleSearch{
	color:#FFF5D6;
	text-align:center;
	margin:10px;
}
div.menuItem{
	border-color:#ffcc00;
	border-width:1px;
	border-style:solid;
	height:18px;
	padding:0px;
	margin:0px;
	padding-left:10px;
	color:#A60505;
	font-weight:bold;
	font-size:13px;
	font-family:arial;
	cursor:pointer;
	overflow:hidden;
}
div.menu{
	background-color:#fff000;
	border-color:#FFCC00;
	border-width:1px;
	border-style:solid;
	overflow:hidden;
}/* default setup that everything sees */
.shadow {
  /* needed for Internet explorer */
  height: 1em;
  filter: Shadow(Color=#000000, 
                 Direction=135, 
                 Strength=5);

 
}
input.loginbox{
font-size:8pt;
height:18px;
}
input.loginsubmit{
	color:#333;
	font-weight:bold;
	font-size:8pt;
	border:1px solid;
	border-top-color:#999;
	border-left-color:#999;
	border-right-color:#666;
	border-bottom-color:#666;	
	background-color:#fcc;
	filter:progid:DXImageTransform.Microsoft.Gradient(
		GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffffaaaa');
}
input.setupbtn{
	color:#333;
	font-weight:bold;
	font-size:8pt;
	border:1px solid;
	border-top-color:#999;
	border-left-color:#999;
	border-right-color:#666;
	border-bottom-color:#666;	
	background-color:#ccf;
	filter:progid:DXImageTransform.Microsoft.Gradient(
		GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffaaaaff');
}
table.dataDisplay{
	border:1px solid black;
	border-collapse:collapse;
}
table.dataDisplay td{
	border:1px solid gray;
	background-color:##eee;
}
