body
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	color: #333;
	padding-top: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: white;
}
h1
{
	padding-right: 0px;
	padding-left: 0px;
	font-weight: 900;
	font-size: 28px;
	padding-bottom: 0px;
	margin: 0px 0px 15px;
	color: #000000;
	line-height: 28px;
	padding-top: 0px;
}
p,ul {
	font:11px/15px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 7px 0px;
	padding:0px;
	}
/* added by JRH to make all text consistent (/15px refers to the line-height style attribute) */
textarea, input, select {
	font: 11px verdana, arial, helvetica, sans-serif;
	}
td, th {
	font:11px verdana, arial, helvetica, sans-serif;
	}
#Content>p {margin:0px;}
#Content>p+p {text-indent:30px;}

a {
	color:#09c;
	font-size:11px; /* orginally was 11px */
	text-decoration:none;
/*	font-weight:600; */
	font-family:verdana, arial, helvetica, sans-serif;
	}
a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {background-color:#eee;}

#Header {
	margin:26px 0px 25px 0px;
	padding:17px 0px 0px 20px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:33px; /* 14px + 17px + 2px = 33px */
	border-style:solid;
	border-color:black;
	border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:11px;
	background-color: Silver;
	height:14px; /* the correct height */
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {height:14px;}

#Info
{
	border-right: black 1px solid;
	padding-right: 10px;
	border-top: black 1px solid;
	padding-left: 10px;
	padding-bottom: 10px;
	margin: 0px 50px 10px 200px;
	border-left: black 5px solid;
	padding-top: 10px;
	border-bottom: black 1px solid;
	background-color: #ccffff;
}

#Content
{
	border-right: black 1px solid;
	padding-right: 10px;
	border-top: black 1px solid;
	padding-left: 10px;
	padding-bottom: 10px;
	margin: 0px 50px 50px 200px;
	border-left: black 5px solid;
	padding-top: 10px;
	border-bottom: black 1px solid;
	background-color: #ccffff;
}

#HelpScreen
{
/*	border-right: black 1px solid; */
	padding-right: 10px;
/*	border-top: black 1px solid; */
	padding-left: 10px;
/*	padding-bottom: 10px; */
	/*margin: 20px 50px 50px 20px;*/
/*	margin: 0px 0px 0px 0px; */
	/* border-left: black 5px solid; */
	padding-top: 10px;
/*	border-bottom: black 5px solid; */
	background-color: #f0f0f0;
}

#Menu
{
	border-right: #999 1px dashed;
	padding-right: 10px;
	border-top: #999 1px dashed;
	padding-left: 10px;
	left: 20px;
	padding-bottom: 10px;
	border-left: #999 1px dashed;
	width: 150px;
	line-height: 17px;
	padding-top: 10px;
	border-bottom: #999 1px dashed;
	position: absolute;
	background-color: #eee;
}

/* Again, "be nice to Opera 5". */
body>#Menu {width:150px;}
/* used at top of maintenance screens */
.HeaderText
{
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	line-height:28px;
	font-weight:900;
	font-family: verdana, arial, helvetica, sans-serif;
	color:#000000;
}
/* Data Grid Style Classes */
.GridStyleClass
{
	border-left-color: gray;
	border-bottom-color: gray;
	border-top-color: gray;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #ffffff;
	border-right-color: gray;
}
.GridHeaderStyleClass
{
	padding-right: 1px;
	padding-left: 3px;
	padding-bottom: 2px;
	padding-top: 2px;
	color: white;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #09c;
}
.GridItemStyleClass
{
	padding-right: 1px;
	padding-left: 3px;
	padding-bottom: 0px;
	color: black;
	padding-top: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #ffffff;
}
.GridSelectedStyleClass
{
	padding-right: 1px;
	padding-left: 3px;
	padding-bottom: 0px;
	color: gray;
	padding-top: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #ffffff;
}
.GridEditStyleClass
{
	padding-right: 1px;
	padding-left: 3px;
	padding-bottom: 0px;
	color: gray;
	padding-top: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #ffffff;
}
.GridAlternatingStyleClass
{
	padding-right: 1px;
	padding-left: 3px;
	padding-bottom: 0px;
	color: black;
	padding-top: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #ffffff;
}
.GridFooterStyleClass
{
	padding-right: 1px;
	padding-left: 3px;
	padding-bottom: 0px;
	color: gray;
	padding-top: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #ffffff;
}
.GridPagerStyleClass
{
	padding-right: 1px;
	padding-left: 3px;
	padding-bottom: 0px;
	color: gray;
	padding-top: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #ffffff;
}
