@charset "utf-8";
/* CSS Document */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
body{
	/*border:solid 1px #000000;*/
	background-image:url(../images/bg.png);
	background-repeat:repeat;
	/*background-color:#658C19;*/
	font-family:Trebuchet MS, Tahoma, Georgia, Verdana, sans-serif;
	font-size:13px;
	color:#060;
	text-align: center; /*get IE5 to center the maincontainer*/
}

/*#banner_right p{
 	text-decoration:none;
	color:#FFFF99;
	text-align:right;
	font-size:48px;
}*/

#banner_message p{
	text-decoration:none;
	font-family:Trebuchet MS, Tahoma, Georgia, Verdana, sans-serif;
	font-size:10px;
	text-align:right;
	padding-right:10px;
	color:#030;
}

#banner_message a{
 	text-decoration:underline;
	color:#030;
}

#banner_message a:hover{
 	text-decoration:underline;
	color:#669900;
}

.login p{
	font-family:Trebuchet MS, Tahoma, Georgia, Verdana, sans-serif;
	color:#990033;
	font-size:10px;
	text-align:right;
}
.login a{
	color:#990033;
	font-size:10px;
	text-align:right;
	text-decoration:none;
}
.login a:hover{
	color:#990033;
	font-size:10px;
	text-align:right;
	text-decoration:underline;
}
#leftcol ul{
	/*background-color:#060;
	margin-top:3px;*/
}
#leftcol li{
	display:block;
	list-style:none;
	color:#FFFF99;
	text-decoration:none;
	/*padding-bottom:3px;
	padding-top:3px;*/
	vertical-align:middle;
}

#leftcol a{
	text-decoration:none;
	color:#FFFF99;
	font-weight:bold;
	/*padding-left:10px;*/
}

#leftcol li:hover{
	text-decoration:none;
	/*background-color:#060;*/
	color:#FFFFFF;
}

#leftcol a:hover{
	text-decoration:underline;
	color:#FFFFFF;
}

.leftcolmenu{
	width:220px;
	background-image:url(../images/link_background.jpg);
	background-repeat:no-repeat;
	float:left;
	text-align:left;
	/*margin-right:3px;*/
}

.leftcoladmin{
	width:220px;
	background-image:url(../images/link_admin_background.jpg);
	background-repeat:repeat-y;
	float:left;
	text-align:left;
	/*margin-right:3px;*/
}
fieldset{
	/*border:1px #333333 solid;*/
	background-color:#390;
	/*margin-right:5px;*/
}

#central_content p{
	
	font-size:11px;
	/*color:#660066;*/
	color:#030;
	text-align:left;
	margin-left:5px;
}
#central_content a{
	font-size:11px;
	color:#030;
	font-weight:bold;
}
#central_content a:hover{
	color:#060;
}
#central_content h1{
	font-size:17px;
	color:#030;
}
#central_content h2{
	font-size:15px;
	color:#030;
}
#central_content h3{
	font-size:13px;
	color:#030;
}
#central_content li{
	display:block;
	list-style:none;
	text-decoration:none;
}
#central_content fieldset{
	width: 99%;
	/*border-bottom:#390 1px solid;
	border-left: #390 1px solid;
	border-right: #390 1px solid;*/
	background-color:#CCC;
}
#central_content fieldset legend{
	font-size:14px;
	font-weight:bold;
	color:#990033;
	background-color:#CCC;
	margin-left:5px;
	/*border-top: #390 1px solid;	
	border-left: #390 1px solid;
	border-right: #390 1px solid;*/
}
#central_content fieldset label{
	font-size:14px;
	font-weight:bold;
	color:#990033;
	margin-left:5px;
}
#footerimg p{
	font-size:9px;
	padding-top:38px;
	color:#FFFFFF;
}
#footerimg a{
	font-size:9px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
#footerimg a:hover{
	color:#FFFF99;
	text-decoration:none;
}
/*===============================forms====================================*/
.formcontainer{
	/*margin-top:10px;*/
	text-align:left;
	font-size:11px;
	color:#990033;
	font-weight:bold;
}
.formcontainer p{
	font-family:Trebuchet MS, Tahoma, Georgia, Verdana, sans-serif;
	color:#990033;
	font-weight:bold;
}
.formcontainer h2{
	padding-left:5px;
}
.buttons{
	margin-top:10px;
	margin-left:5px;
	/*margin-bottom:5px;*/
	background-color:#fff;
	border-top-color:#696;
	border-left-color:#696;
	border-right-color:#363;
	border-bottom-color:#363;
	font-size:10px;
	color:#990033;
}
.textfields{
	/*margin-left:5px;
	margin-top:10px;*/
	/*margin-bottom:5px;*/
	background-color:#FFF;
	border-top-color:#696;
	border-left-color:#696;
	border-right-color:#363;
	border-bottom-color:#363;
	font-family:Trebuchet MS, Tahoma, Georgia, Verdana, sans-serif;
	font-size:10px;
	color:#990033;
}

.textreadonly{
	/*margin-left:5px;
	margin-top:10px;*/
	/*margin-bottom:5px;*/
	background-color:#999;
	border-top-color:#696;
	border-left-color:#696;
	border-right-color:#363;
	border-bottom-color:#363;
	font-family:Trebuchet MS, Tahoma, Georgia, Verdana, sans-serif;
	font-size:10px;
	color:#990033;
}
/*===============================tables====================================*/
.tables {
	overflow:auto;
	padding-right:5px;
	/*width:100%;*/
}
.tables table {
	font-size:12px;
	/*color:#660066;*/
	border-style:1px thin #FFFFFF;
}
.tables table .bgstyle{
	background-color:#00CCFF;
}
.tables table .bgstylelight{
	background-color:#99FFFF;
}
.tables table .alternate{
	background-color:#FFCCFF;
}
.tables table th{
	font-size:12px;
	font-weight:bold;
	background-color:#360;
	color:#FFF;
}
.heading {
	background-color:#CCC;
}
