body, td, p, input, select, textarea
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #24507C;
}
a
{
	color: #8B7302;
	text-decoration: none;
}
a:hover
{
	color: #000000; 
	text-decoration: underline;
}
a.navlink
{
	font-weight: bold;
	color: #777474;
	margin-left: 5px;
	margin-right: 5px;
}
a.navlink:hover
{
	color: #755F08;
	text-decoration: none;
}
a.nolink, a.nolink:hover
{
	color: #B14300;
	text-decoration: none;
}
div.navitem
{
	font-weight: bold;
	color: #777474;
	margin-left: 8px;
	margin-right: 8px;
}
.messagepanel
{
	color: #333333;
	background-color: #FFFFFF;
	border: #F3730E 1px solid;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	margin: 5px;
}
.copyright
{
	color: #BBC2C1;
}
.pagetitle
{
	display: block;
	color: #24507C;
	font-size: 14px;
	padding-bottom: 3px;
}
.submenuitem
{
	display: block;
	padding: 5px 10px 5px 10px;
	color: #24507C;
	font-size: 12px;
	text-align: right;
}
.submenuitemactive
{
	display: block;
	padding: 5px 10px 5px 10px;
	color: #FFFFFF;
	font-size: 12px;
	text-align: right;
}
.listtable td
{
	padding: 5px 10px 5px 10px;
}
.listtable td.alt
{
	background-color: #F7F9FA;
}
.listtable td.header
{
	color: #937500;
	font-weight: bold;
	border-top: 1px solid #455B71;
	border-bottom: 1px solid #455B71;
}
.listtable td.footer
{
	border-top: 1px solid #455B71;
}
.linkbutton
{
	display: inline-block;
	padding: 3px 10px 3px 10px;
	margin: 5px;
	border: 1px solid silver;
	cursor: hand;
}
.formpanel
{
	border: #FFFFFF 1px solid;
	padding: 5px;
	background-color: #E0E0E0;
}
.required
{
	color: #FF0000;
}
.conentpanel
{
	position: absolute;
	margin: 25px;
}
.pageheader
{
	border-bottom: 1px solid #7D7D7D;
	margin-bottom: 12px;
}
.dialogbutton
{
	display:inline-block;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
	padding-right:10px;
	border: 1px solid silver;
	cursor:hand;
}
.highlight
{
	color: #6B4F04;
	font-weight: bolder;
}