@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	}
body,ul,ol,dl,form,h1,h2,h3,h4,h5 {
	margin: 0;
	padding: 0;
	}
h1 { font-size: 2em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }
a img { border: 0; }

.font_deepGreen { color: #063; }
.font_orange { color: #f60; }
.font_grey { color: #888; }
.clearFloat {
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	clear: both;
	}

#wrapper {
	margin: auto;
	width: 930px;
	}

#header {
	position: relative;
	padding-top: 40px;
	height: 110px;
	}
#logo {
	position: absolute;
	top: 27px;
	left: -5px;
	width: 145px;
	height: 75px;
	}
#competitionTime, #noteInfo {
	position: absolute;
	right: 20px;
	top: 40px;
	width: 215px;
	height: 16px;
	}
#competitionTime {
	font-size: 1.5em;
	color: #f60;
	text-align: right;
	background: url(../images/bg_competition_time.gif) 25px 0 no-repeat;
	}
#noteInfo {
	background: url(../images/bg_note.gif) no-repeat;
	}
#navbar {
	list-style: none;
	margin-left: 180px;
	height: 25px;
	}
#navbar li {
	margin-right: 2px;
	width: 85px;
	height: 24px;
	border-bottom: 1px solid #fff;
	background: url(../images/bg_menu.jpg);
	float: left;
	}
#navbar li a {
	display: block;
	text-align: center;
	line-height: 24px;
	font-size: 1.4em;
	color: #fff;
	text-decoration: none;
	}
#navbar li a:hover { color: #ff0; }
#navbar .currentMenu { border-bottom: 1px solid #45916d; }
#navbar .currentMenu a {
	color: #ff0;
	background: url(../images/bg_menu_over.jpg);
	}
#infoPanels {
	padding-left: 190px;
	padding-top: 20px;
	width: 740px;
	height: 55px;
	background: url(../images/bg_header.jpg);
	}
#charge{ float: left; }
#charge a:hover img {
	filter: alpha(opacity=90); /*IE*/
	-moz-opacity: 0.9; /*MOZ , FF*/
	opacity: 0.9; /*CSS3, FF1.5*/
	}
#userInfo, #otherLink {
	margin-left: 20px;
	font-size: 1.2em;
	line-height: 145%;
	color: #fff;
	float: left;
	}
#userInfo .userName {
	margin: 0 10px;
	font-weight: bold;
	}
#userInfo a { color: #ff0; }
#userInfo a:hover { text-decoration: none; }
#otherLink {
	padding-right: 20px;
	width: 200px;
	text-align: right;
	float: right;
	}
#otherLink a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}
#otherLink a:hover {  color: #ff0; }

#sidebar {
	margin-bottom: 10px;
	padding: 15px;
	width: 235px;
	border: 1px solid #eaf4dc;
	float: left;
	}

#content {
	margin-bottom: 10px;
	padding: 0 10px;
	width: 640px;
	float: left;
	}
.moreLink { text-align: right; }

#footer {
	margin-bottom: 10px;
	padding: 10px 0 35px 0;
	border-top: 1px solid #45916d;
	color: #555;
	text-align: center;
	}
#footer p { margin: 8px 0; }
#footer a {
	margin: 0 10px;
	font-size: 1.2em;
	color: #063;
	font-weight: bold;
	}
#footer a:hover {
	color: #f60;
	text-decoration: none;
	}
	
.dialogBox { /*操作对话框*/
	margin: 25px auto;
	width: 314px;
	height: 141px;
	background: url(../images/bg_dialogbox.jpg);
	}
.dbIcon {
	padding: 25px 25px 25px 90px;
	width: 199px;
	height: 91px;
	}
.dbIcon h3 { color: #f60; }
.dbIcon p { margin: 5px 0 0 0; font-size: 12px; line-height: 150%; }
.dbiMoney { background: url(../images/bg_dbicon_money.jpg) 20px 25px no-repeat; }
.dbiSweating{ background: url(../images/bg_dbicon_sweating.jpg) 20px 25px no-repeat; }

.paginator { /*分页*/
	font: 11px Arial, Helvetica, sans-serif;
	padding:10px 20px 10px 0;
	margin: 0px;
}
.paginator a {
	margin-right:2px;
	padding: 1px 6px;
	border: solid 1px #ddd;
	color: #396;
	background: #fff;
	text-decoration: none;
	}
.paginator a:visited {
	padding: 1px 6px;
	border: solid 1px #ddd;
	background: #fff;
	text-decoration: none;
}
.paginator .cpb {
	padding: 1px 6px;
	color: #396;
	font-weight: bold;
	font-size: 13px;
	border:none 
}
.paginator a:hover {
	color: #fff;
	background: #ffa501;
	border-color:#ffa501;
	text-decoration: none;
}