body
{
	font: normal 10pt Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
}
body.pending
{
	background-color: #FFFFE0;
}
#pageContent 
{
	position: relative;
}
#pnlBanner
{
	padding: 0;
	margin-bottom: 5px;
}
#pnlHeader
{
	margin: 5px 5px 5px 5px;
}
#pnlValidation
{
	margin: 5px 5px 0px 5px;
}
#pnlError
{
	font-weight: normal;
	font-size: larger;
	color: Red;
	margin: 5px 5px 0px 5px;
}
#pnlMessage
{
	font-weight: normal;
	font-size: larger;
	color: Blue;	
	margin: 5px 5px 0px 5px;
}
#pnlData
{
	margin: 10px 5px 0px 5px;
}
#pageFooter
{
	font: normal xx-small Verdana, Geneva, Sans-Serif;
	color: #000000;
	position: relative;
	width: 100%;
	text-align: right;
	padding: 10px 0px 5px 0px;
}
a.plain,
a.plain:link,
a.plain:visited,
a.plain:hover,
a.plain:active {
	color: #000000;
	text-decoration: underline;
}
a.plain:hover {
	color: #3333FF;
}
.pendingHeader
{
	font-size: large; 
	font-weight: bold; 
	border-bottom: solid 1px black;
}
.formLabel
{
	font-weight: bold;
	white-space: nowrap;
	padding-right: 1em;
}
.reqFieldMarker
{
	font-size: x-small;
	color: Red;
	padding-left: 3px;
}
.emptyData
{
	padding: 5px 5px 5px 5px;
	font-weight: bold;
	font-size: larger;
}
a.nohyper:link,
a.nohyper:active,
a.nohyper:visited,
a.nohyper:hover
{
	font-weight: bold;
	text-decoration: none;
}
.detailView
{
	font-size: small;
}
.ruleView
{
	font-size: small;
}
.gridView 
{
	font-size: small;
	border: solid 1px black;
}
.gvHeader
{
	background-color: #6B696B;
	color: White;
	font-weight: bold;
	border: solid 1px #E0E0E0;
}
.gvRow
{
	background-color: #F7F7DE;
	cursor: hand;
}
.gvAltRow
{
	background-color: White;
	cursor: hand;
}
.gvSelRow
{
	color: Black;
	background-color: #C0C0A0;
	font-weight: bold;
}
.gvCell
{
	border: solid 1px #CCCCC0;
}
.lineSep
{
	height: 1px;
	color: #333333;
}
.dvLabel
{
	font-weight: bold;
	white-space: nowrap;
	vertical-align: top;
}
.dvText
{
	vertical-align: top;
}
.selTemplateHdr
{
	font-size: small;
	font-weight: bold;
	margin-left: 3px;
	margin-bottom: 3px;
}
.selTemplate
{
	font-size: small;
	margin-left: 20px;
}
