@charset "utf-8";
/* CSS Document */

body {
	font-family: "宋体", Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
}
div, td {
	word-wrap: break-word;
	overflow: hidden;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a.blue {
	color: #0000FF;
	text-decoration: underline;
}
a.sky {
	color: #017DCF;
	text-decoration: underline;
}
img {
	border: 0px;
}
form {
	padding: 0px;
	margin: 0px;
}
.spacing {
	margin-top: 10px;
}
.join {
	margin-top: -1px;
}
.red {
	color: #FF0000;
}
.blue {
	color: #0000FF;
}
.hilite {
	color: #FF4500;
}
.highlight {
	color: #FFA500;
	font-weight: bold;
}
#container {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#container #header {
	width: 940px;
	height: 60px;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: auto;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
}
#container #header #logo {
	float: left;
	width: 300px;
	height: 60px;
	padding-left: 20px;
}
#container #header #userbar {
	float: left;
	width: 610px;
	height: 60px;
	line-height: 30px;
}
#container #header #userbar #member {
	width: 100%;
	text-align: right;
	font-family: Arial;
}
#container #header #userbar #search {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#container #header #userbar #search #key {
	padding: 2px;
	border: 1px solid #CCCCCC;
	width: 186px;
}
#container #nav {
	height: 36px;
	width: 940px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
	list-style-type: none;
}
#container #nav li {
	float: left;
	height: 28px;
}
#container #nav li.space {
	width: 28px;
}
#container #nav li.first {
	width: 12px;
}
#container #nav li.last {
	width: 286px;
	padding-right: 12px;
	text-align: right;
}
#container #nav li {
	width: 62px;
	text-align: center;
	line-height: 28px;
}
#container #nav li a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#container #nav li.visited {
	float: left;
	width: 62px;
	background-image: url(../images/nav_visited.jpg);
	background-repeat: repeat-x;
}
#container #nav li.visited_head {
	background-image: url(../images/nav_visited_head.jpg);
	background-repeat: no-repeat;
}
#container #nav li.visited_tail {
	background-image: url(../images/nav_visited_tail.jpg);
	background-repeat: no-repeat;
}
#container #nav li.visited_first {
	background-image: url(../images/nav_visited_first.jpg);
	background-repeat: no-repeat;
}
#container #wrapper {
	margin-bottom: 4px;
	width: 920px;
	padding: 9px;
	border: 1px solid #B4D2DA;
	overflow: auto;
}
#container #footer {
	text-align: center;
	width: 940px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
}
#container #count {
	display: none;
	width: 100%;
}
#yourplace {
	color: #0000FF;
	background-image: url(../images/title_icon.gif);
	background-repeat: no-repeat;
	text-indent: 20px;
	background-position: left center;
	height: 18px;
	margin-bottom: 6px;
}
#yourplace a {
	color: #0000FF;
	text-decoration: underline;
}
.title {
	background-image: url(../images/title_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 20px;
	height: 18px;
	margin-bottom: 6px;
	font-size: 14px;
	font-weight: bold;
	color: #0000FF;
}
.title a {
	font-size: 14px;
	font-weight: bold;
	color: #0000FF;
}
.more {
	float: right;
	padding-right: 10px;
}
#loading {
	display: none;
}
#codeimg {
	cursor: pointer;
	border: 1px solid #808080;
	height: 20px;
	float: left;
	margin-left: 2px;
}
.pagelist {
	margin-left: 20px;
	width: 595px;
	overflow: auto;
}
.pagelist a {
	color: #0000FF;
	display: block;
	margin: 2px;
	float: left;
	border: 1px solid #CCCCCC;
	padding-right: 6px;
	padding-left: 6px;
	text-decoration: none;
}
.pagelist a:hover {
	border: 1px solid #999999;
	background-color: #CCCCCC;
}
.pagelist span {
	display: block;
	margin: 2px;
	float: left;
	border: 1px solid #CCCCCC;
	padding-right: 6px;
	padding-left: 6px;
}

