@charset "utf-8";
/* CSS Document */


* {
margin:0;
padding:0;
}
body {
background:#000000;
}
body,td,th {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.on{
background:#000000;
cursor:url(img/magnify.cur), pointer;
color:#FFFFFF;
}

.off{
cursor:url(img/magnify.cur), pointer;
	filter:alpha(opacity=70);
	font-weight:bolder;
	-moz-opacity: 0.7;
color:#FFFFFF;
	opacity: 0.7;
	background-color: #000000;
}
.style3 {font-size: 19px}
.style6 {
	color: #FFFFFF;
	font-size: 11px;
}
.style9 {font-size: 14px}

#wrapper {
	position:relative;
	width:960px;
	height:auto;
	margin: 0 auto;
}
#top {
	width:960px;
	height:32px;
	color:#FFFFFF;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
#banner{
	top:32px;
	width:960px;
	/*background:url(img/mainbg2.jpg) no-repeat;*/
	height:390px;
	padding-top:25px;
}

#banner2{
	top:32px;
	width:960px;
	background:url(img/mainbg2.jpg) no-repeat;
	height:133px;
	padding-top:25px;
	position: absolute;
}


#left_bar {
	position:absolute;
	left:13px;
	width:204px;
	height:469px;
	z-index:1;
	top: 7px;
}

#left_bar2 {
	position:absolute;
	left:13px;
	width:204px;
	height:469px;
	z-index:1;
	top: 7px;
}

#body {
	position:absolute;
	top:410px;
	width:960px;
	height:540px;
	background:url(img/body_bg.jpg) bottom no-repeat;
}
#body2 {
	position:absolute;
	top:258px;
	width:960px;
	height:540px;
	background:url(img/body_bg.jpg) bottom no-repeat;
}

#footer {
	position:absolute;
	top:474px;
	width:950px;
	height:67px;
	z-index:1;
	left: 5px;
	text-align: center;
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#footerbody {
	position:absolute;
	top:541px;
	width:950px;
	height:943px;
	z-index:1;
	left: 5px;
	text-align: left;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #000000;
	padding: 10px;
}


#footer td {
	font-size: 9px;
	font-family:"Times New Roman", Times, serif;
	}

#footer a {
color:#000000;
cursor:pointer;
}

#footer a:hover {
text-decoration:underline;
}

#footer2 {
	position:absolute;
	top:493px;
	width:950px;
	height:67px;
	z-index:1;
	left: 5px;
	text-align: center;
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#footer2 td {
	font-size: 9px;
	font-family:"Times New Roman", Times, serif;
	}

#footer2 a {
color:#000000;
cursor:pointer;
}

#footer2 a:hover {
text-decoration:underline;
}

#body_bot {
	position:absolute;
	left:0px;
	top:486px;
	width:960px;
	height:194px;
	z-index:1;
	background-color: #FFFFFF;
}
#textarea {
	position:absolute;
	left:226px;
	top:13px;
	width:724px;
	height:465px;
	z-index:1;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



.greentext{
	color:#0099FF;
	font-size:16px;
	font-weight:bold;
	padding:14px 0 0;
	}
.browntext{
	color:#FFFFFF;
	font-size:14px;
	padding:10px 0 0;
	font-weight: bolder;
	}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
cursor:url(img/magnify.cur), pointer;
	color: #666666;}
a:active {
	text-decoration: none;
	color: #666666;
}

.username{
height:20px; 
background:url(img/loginbg.jpg) no-repeat; 
font-family:'Times New Roman', Times, serif;  
width:80px; 
border:none; 
padding-left:80px; 
padding-top:5px; 
padding-right:10px; 
margin-top:2px;
}

.password{
height:20px; 
background:url(img/loginbg2.jpg) no-repeat; 
font-family:'Times New Roman', Times, serif;  
width:80px; 
border:none; 
padding-left:85px; 
padding-top:5px; 
padding-right:10px; 
margin-top:2px;
}

.loginbut{
background:url(img/loginbut.jpg) no-repeat; 
border:none; 
height:20px; 
width:35px; 
cursor:pointer;
}

.buttonbg1{
background:url(img/buttonbg1.jpg) center no-repeat;
}

.buttonbg2{
	background:url(img/buttonbg2.jpg) right no-repeat;
	padding-left:5px;
	text-align:left;
}
