/*
Project: HuiZhou University Computer Association Member Management System
Date: 2013-05-22
Author: wavelpc
Author URI: http://www.wavelpc.com/
*/





/* Global */
body {
	background: #3A6EA5;
	font-family: "Microsoft YaHei",SimSun,Arial,Helvetica,Georgia,Sans-serif;
	font-size: 16px;
	color: #222;
}

h1{
	text-align: center;
	font-weight: normal;
	padding: 0;
	margin-bottom: 5px;
	color: #000;
}

h2{
	padding: 0;
	font-size: 20px;
	font-weight: normal;
	margin: 10px 20px 15px;
}

h3{
	text-align: center;
	margin-top: 0;
	font-weight: normal;
	font-size: 18px;
	color: #515151;
}

h4 {
	font-size: 20px;
	font-weight: normal;
	margin: 30px 0 15px;
}

img{
	border: 0;
}

a:link,
a:visited{
	text-decoration: none;
	color: #4096EE;
}

a:hover{
	text-decoration: none;
	color: #FF0084;
}

.clear{
	clear: both;
}






/* Container */
#container{
	width: 980px;
	margin: 20px auto;
}

#top{
	width: 980px;
	height: 13px;
	background: url(images/top.png) no-repeat;
}

#bot{
	width: 980px;
	height: 13px;
	background: url(images/bot.png) no-repeat;
}

#mid{
	width: 960px;
	background: url(images/mid.png) repeat-y;
	padding: 5px 10px;
}

p.link-box{
	border-left: 5px solid #0082FF;
	background: #eee;
	margin: 15px auto;
	width: 400px;
	height: 40px;
	padding: 5px 0;
	text-align: center;
	font-size: 30px;
}

p.link-box a{
	display: block;
	width: 100%;
}






/* Header */
#header{
	border-bottom: 3px solid #eee;
	margin: 20px;
}





/* Content */
#content{
	width: 920px;
	padding: 10px 20px;
	margin: 0 auto;
}

#left{
	width: 180px;
	background: #eee;
	padding: 0 0 10px;
	float: left;
	margin-left: 5px;
	border-top: 2px solid #0082FF;
	border-bottom: 2px solid #0082FF;
	text-align: center;
	font-size: 18px;
	line-height: 35px;
}

#right{

	margin: 0 0 0 10px;
	padding: 0 20px 10px;

}

#logo{
	width: 170px;
	height: 170px;
	margin: 10px auto;
}

#logo a{
	display: block;
	width: 100%;
	height: 100%;
}

p.ptitle{
	font-size: 20px;
}

span#id-menu{
	float: right;
	font-size: 18px;
}

#nav{
	margin: 20px 50px 10px;
	border-top: 2px solid #eee;
	padding: 5px;
	text-align: center;
}

.pagelink{
	padding: 5px 10px;
}

.green{
	color: green;
}

.red{
	color: red;
}

.blue{
	color: blue;
}

.grey{
	color: grey;
}

.brown{
	color: brown;
}

.center{
	display: block;
	margin: 20px auto;
	text-align: center;
}

ul#avatar-list{
	list-style-type: none;
	padding: 0;
}

ul#avatar-list li{
	float: left;
	width: 200px;
	height: 230px;
	text-align: center;
	margin: 10px 5px;
}

.code {
	margin: 10px 0 5px 190px;
}






/* Table and Form */
table {
	margin: 5px auto;
}

th {
	background: #E0E0E0;
	padding: 5px 8px;
}

tr.even td {
	background: #eee;
}

tr.over td {
	background: #d1d1d1;
}

input,
select,
textarea {
	font-family: "Microsoft YaHei",SimSun,Arial,Helvetica,Georgia,Sans-serif;
	font-size: 16px;
	padding: 5px;
}

.tdleft{
	width: 120px;
	text-align: center;
}

.tdright{
	width: 500px;
	text-align: center;
}

.right-left{
	vertical-align: left;
	text-align: left;
	width: 500px;
}

tr.button{
	text-align: center;
}

input.radio{
	margin: 0;
	color: #666;
	padding: 2px;
}








/* Footer */
#footer{
	text-align: center;
	font-size: 14px;
	color: #515151;
	border-top: 2px solid #eee;
	padding: 20px 8px 0;
	margin: 20px 50px 10px;
}

#footer-link{
	font-size: 16px;
	text-align: center;
	margin: 0 auto 20px;
}





/* Validform */
.Validform_checktip{
	margin-left: 8px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	color: #999;
	font-size: 13px;
}

.Validform_right{
	color: #71b83d;
	padding-left: 20px;
	background: url(images/right.png) no-repeat left center;
}

.Validform_wrong{
	color: red;
	padding-left: 20px;
	white-space: nowrap;
	background: url(images/error.png) no-repeat left center;
}

.Validform_loading{
	padding-left: 20px;
	background: url(images/onLoad.gif) no-repeat left center;
}

.Validform_error{
	background-color: #ffe7e7;
}