/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
th {
	background-color:#999999;
	color:#FFFFFF;
	padding-left:6px;
	line-height:12px;
}
input,select,textarea {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#333333;
}
#container {
	position:absolute;
	z-index:1;
	width:750px;
	height:auto;
	top:5px;
	left:5px;
	text-align:left;
}
#header {
	position:relative;
	width:750px;
	float:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#999999;
	padding:5px;
	line-height:60px;
}
#panel_left {
	position:absolute;
	top:70px;
	width:128px;
	float:left;
	margin-top:5px;
	padding:4px;
	background-color:#EBEBEB;
	border-right:solid 1px #D6D6D6;
}
#panel_bottom{
	position:absolute;
	top:170px;
	width:128px;
	height:inherit;
	float:left;
	margin-top:5px;
	padding:5px;
	background-color:#EBEBEB;
	border-right:solid 1px #D6D6D6;
}
#body {
	position:absolute;
	width:608px;
	left:140px;
	top:75px;
	float:none;
	padding:5px;
	border:solid 1px #ACACAC;
	overflow:auto;
}
.error {
	color:#CC3333;
	font-weight:bold;
	font-size:9pt;
}
.info {
	color:#666666;
	font-size:9pt;
	font-weight:normal;
}
.success {
	color:green;
	font-size:9pt;
	font-weight:bold;
}
.bold {
	font-size:9pt;
	font-weight:bold;
}
.footer {
	color:#999966;
	font-size:8pt;
	font-weight:bold;
}
.title {
	background-color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:6px;
	border:0px solid;
	line-height:20px;
	margin-top:0px;
	margin-bottom:0px;
	letter-spacing:normal;
}
#panel_left a:link{
	text-decoration:underline;
	color:#585858;
	font-weight:bold;
}
#panel_left a:visited{
	text-decoration:underline;
	color:#8B8B8B;
	font-weight:bold;
}
#panel_left a:hover{
	text-decoration:none;
	color:#999966;
	font-weight:bold;
}
#panel_left a:active{
	text-decoration:none;
	font-weight:bold;
}