/* CSS Document */
body {
	background-color:#B1B1B1;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
}

p {
	color:#003333;
	text-align:left;
	font-weight:bold;
}

h2 {
	background-color:#003333;
	color:#C4C4C4;
    font-size:20px;
}

h3 {
	color:#003333;
	font-size:14px;
	text-decoration:blink;
}

h5 {
    background-color:#003333;
	color:#C4C4C4;
	font-size:15px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
}

a:link {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#999999;
	text-decoration:none;
}

a:active, a:visited {
	color:#999999;
	text-decoration:none;
}

.inputbox {
	background:#D3D3D3;
	font-size:13px;
	color:#003333;
	font-weight:bolder;
}

.wrapper {
	width:100%;
	height:800px;
	background-color:#B1B1B1;
}

.header {
	width:100%;
	/*height:120px;*/
	background-color:#006699;
}

.topbanner {
	width:100%;
	height:70px;
	background-color:#666666;
	background:url(../../admin/sources/c.gif) repeat-x;
}

.sitelogo {
	width:30%;
	height:64px;
	float:left;
	margin-left:10px;
	margin-top:6px;
	background:url(../../admin/sources/d.png) no-repeat;
}

.sitebanner {
	width:68%;
	height:64px;
	float:left;
	margin-left:2px;
	margin-top:3px;
}

.mainbanner {
	width:100%;
	height:118px;
	background-color:#006699;
}

.sublogo {
	width:20%;
	height:95px;
	float:left;
	margin-left:3px;
	margin-top:3px;
}

.subbanner {
	width:78%;
	height:95px;
	float:left;
	margin-left:3px;
	margin-top:3px;
}

.navigation {
	width:100%;
	height:30px;
	text-align:center;
	background-color:#003333;
}

.container {
	width:100%;
	height:800px;
}

.content {
	width:75%;
	height:800px;
	float:left;
	background-color:#E6E6E6;
}

.sidebar {
	width:25%;
	height:800px;
	float:left;
	text-align:center;
	background-color:#E6E6E6;
}

.footer {
	width:100%;
	height:50px;
	float:left;
	text-align:center;
	background-color:#771336;
}

.sidediv {
	width:95%;
	height:226px;
	margin-top:20px;
	text-align:center;
	background-color:#D3D3D3;
	border:#BEBEBE thin solid;
}

.contentdiv {
	width:98%;
	margin-top:20px;
	text-align:center;
	background-color:#E6E6E6;
	border:#BEBEBE thin solid;
}

.formLeft {
	width:40%;
	float:left;
	margin-top:5px;
	text-align:right;
}

.formMiddle {
	width:10%;
	float:left;
	margin-top:5px;
	text-align:center;
}

.formRight {
	width:50%;
	float:left;
	text-align:left;
}

.rowDiv {
	width:90%;
	color:#003333;
	font-weight:bolder;
	margin-top:10px;
	margin-left:5%;
	margin-right:5%;
}

.messagebox{
	position:absolute;
	width:100px;
	margin-left:15px;
	border:1px solid #c93;
	background:#ffc;
	padding:3px;
}
.messageboxok{
	position:absolute;
	width:auto;
	margin-left:15px;
	border:1px solid #349534;
	background:#C9FFCA;
	padding:3px;
	font-weight:bold;
	color:#008000;
}
.messageboxerror{
	position:absolute;
	width:auto;
	margin-left:15px;
	border:1px solid #CC0000;
	background:#F7CBCA;
	padding:3px;
	font-weight:bold;
	color:#CC0000;
}
.instLeft {
	width:20%;
	float:left;
	margin-top:5px;
	text-align:right;
}

.instMiddle {
	width:5%;
	float:left;
	margin-top:5px;
	text-align:center;
}

.instRight {
	width:75%;
	float:left;
	text-align:left;
}

.instDiv {
	width:90%;
	margin-top:10px;
	margin-left:5%;
	margin-right:5%;	
}
.starcol{
	color:#FF0000;
}

.over{
	background:#DFFFDF;
}

.out{
	clear:both;
}