/* CSS Document */

a:link, a:visited { color: #003366; }
a:hover, a:active { color: #990000; text-decoration: none; }

#leftpane {
	width: 152px;
	float: left;
	text-align: left;
	background-color: #FFFFFF;
	margin: 0px;
}
#mainpane {
	width: 498px;
	float: left;
	margin: 0px;
	background-color: #FFFFFF;
}
#titlebar {
	height: 18px;
	padding: 8px;
	padding-top: 10px;
	border-bottom: 1px dashed #CCCCCC;
	font-size:16px;
	font-weight:bold;
	color: #003366;
	text-align: left;
}
#content {
	padding: 20px;
	text-align: left;
}

a.menuitem:link, a.menuitem:visited, a.menuitem:hover, a.menuitem:active, a.menuitem_selected {
	display: block;
	width: 132px;
	background-color: #F2F2F4;
	border-top: 1px dashed #CCCCCC;
	padding: 8px;
	color: #003366;
	font-weight: bold;
	font-size: 10px;
	border-left: 4px solid #F2F2F4;
	text-decoration: none;
}
a.menuitem:hover, a.menuitem_selected {
	border-left: 4px solid #990000;
	color: #990000;
}
a.menuitem_selected {
	background-color: white;
}

.paneitem {
	padding: 8px;
	font-size: 10px;
}

.graybox { border: 1px solid #F2F2F4; padding: 3px;}
.graybar { background-color: #F2F2F4; padding: 3px; color: #003366; font-weight: bold;}
.label { background-color: #F2F2F4; font-size: 10px; padding: 3px;}

.errortext { font-weight: bold; color: #990000; }

#footer {
	padding: 3px;
	font-size: 9px;
	color: white;
	background-image:url(/images/footer_bg.gif);
	background-repeat:repeat-x;
}