* {
	font-family: Arial, Helvetica, sans-serif; 
}

article,aside,canvas,details,embed,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {
	display:block;
}

command,datalist,keygen,mark,meter,progress,rp,rt,ruby,time,wbr {
	display:inline;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:link { /* 未访问链接 */
	color: #000;
}

a:visited { /* 已访问链接 */
	color: #000;
}

a:hover { /* 鼠标悬停在链接上 */
	right: 0px; 
	top: 1px;
	color: #4169E1;
}

a:active { /* 被选择的链接 */
	color: #000;
}

body {
	margin: 0 auto; 
	background: url(dayMode/background.jpg);
	font-size: 12px;
	color: #000;
}

#wrap { /* 1000*381 */
	width: 1000px;
	margin: 0px auto;
	padding-top: 1px;
	background: #fff;
}

header#header {
	background: #fff;
}

header#header #header_top { /* 1000*80 */
	height: 79px;
	margin: 0px auto;
	padding-top: 1px;
	background: url(dayMode/top_back.jpg);
}

header#header #header_top #logo { /* 400*79 */
	width:400px;
	height:79px;
	float:left;
	background:url(dayMode/logo.png);
}

header#header #header_top #caps { /* 585*67 */
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 400px;
	text-align: right;
}

header#header #header_top #caps #date { /* 585*17 */
	margin-top: 33px;
}

header#header #banner {
	width: 1000px; 
	height: 269px;
	margin-top: 1px;
}

header#header #banner #focus {
	width: 1000px;
	height: 269px;
	position: relative;
	float: left;
	clear: both;
	overflow: hidden;
}

header#header #banner #focus ul {
	width: 1000px;
	height: 269px;
	position: absolute;
	float: left;
	margin: 0px;
	padding: 0px;
	clear: both;
}

header#header #banner #focus ul li {
	width: 1000px;
	height:269px;
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

header#header #banner #focus .preNext {
	width: 500px;
	height: 269px;
	position: absolute;
	top: 0px;
	cursor: pointer;
}

header#header #banner #focus .pre {
	left: 0; 
	background: url(nightMode/sprite.png) no-repeat left center;
}

header#header #banner #focus .next {
	right: 0;
	background: url(nightMode/sprite1.png) no-repeat right center;
}

nav#nav { /* 1000*31 */
	height:30px;
	margin-top:-12px;
	padding-left:70px;
	background:url(dayMode/head_bg.gif);
	border-bottom:#888 1px solid;
}

nav#nav li { /* 一级导航菜单 */
	float: left;
	text-align: center;
	display: inline;
}

nav#nav .dh { /* 二级导航菜单框体 */
	position: relative;
}

nav#nav .dh2 ul {
	width: 270px;
}

nav#nav .menua {
	height: 28px;
	position: relative;
	float: left;
	margin: 0px 10px;
	z-index: 5;
	display: block;
	overflow: hidden;
	line-height: 30px;
	text-decoration: none;
	color: #fff;
}

nav#nav .menua2 {
	line-height: 30px; 
	color: #fff; 
}

nav#nav li ul {
	z-index: 1;
	width: 90px;
	position: absolute;
	top: 28px;
	left: 0px;
	padding: 3px 0px 0px;
	display: none;
	background: #555;
	border-top: #fff 1px solid;
	border-right: #fff 2px solid;
	border-bottom: #fff 2px solid;
	border-left: #fff 1px solid;
}

nav#nav li ul li {
	width: 86px;
	height: 24px;
	margin-right: 2px;
	margin-left: 2px;
	line-height: 24px;
}

nav#nav li ul li a {
	width: 86px;
	height: 21px;
	line-height: 24px;
	color: #fff;
	display: block;
}

nav#nav li ul li a:hover {
	line-height: 24px;
	background: #777;
}

nav#nav li.show ul {
	display: block;
}

nav#nav li.show .menua {
	height: 28px;
	display: block;
	color: #ff9;
}

aside#aside {
	width: 190px;
	float: left;
	margin-top: 4px;
	border: #999 1px solid; 
	overflow: hidden;
}

aside#aside .widget {
	padding: 0;
}

aside#aside .widget .widget_title {
	height: 28px;
	padding-left: 15px;
	background: url(dayMode/title_bg.gif);
	line-height: 28px;
	letter-spacing: 5px; 
	color: #666;
	font-size: 12px;
	font-weight: bold;
}

aside#aside .widget .widget_content {
	padding: 8px 15px;
	overflow: hidden;
}

aside#aside .widget .widget_content .userlogin {
	padding: 5px 0px;
	line-height: 18px;
	text-align:center;
}

aside#aside .widget .widget_content .userlogin fieldset {
	margin-top: 0px;
	padding: 0;
	border: 0;
}

aside#aside .widget .widget_content .userlogin #username {
    background-position: 7px -8px !important;
}

aside#aside .widget .widget_content .userlogin #password {
    background-position: 7px -45px !important;
}

aside#aside .widget .widget_content .userlogin #inputs input {
    width: 95px;
    margin: 0px 0px 10px 0px;
	padding: 2px 0px 2px 22px;
    border: 1px solid #aaa;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #4d90fe;
    -webkit-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #4d90fe;
	box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #4d90fe;
	background: #eee url(dayMode/login_small.png) no-repeat;
	font-size: 12px;
	line-height: 18px;
}

aside#aside .widget .widget_content .userlogin #inputs input:hover {
	border: 1px solid #4d90fe;
}

aside#aside .widget .widget_content .userlogin #inputs input:focus {
	background: #F0F9FB url(dayMode/login_small.png) no-repeat;
	border: 1px solid #4d90fe;
	outline: none;
}

aside#aside .widget .widget_content .userlogin input[type="submit"], 
aside#aside .widget .widget_content .userlogin input[type="reset"], 
aside#aside .widget .widget_content .userlogin input[type="button"] {
	height: 22px;
	margin: 0px 0px 5px 0px;
	padding: 0px 11px;
	border: 1px solid #4d90fe;
	border-radius: 3px; 
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
	box-shadow: 0px 1px 2px #ccc;  
	-moz-box-shadow: 0px 1px 2px #ccc;
	-webkit-box-shadow: 0px 1px 2px #ccc;
	background: -moz-linear-gradient(100% 100% 90deg, #d5d5d5, #eee);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#d5d5d5));
	background: -webkit-linear-gradient(#eee, #d5d5d5);
	background: -o-linear-gradient(#eee, #d5d5d5);
	color: #666;
	text-shadow: 0px 1px 0px #ccc;
	cursor: pointer;
}

aside#aside .widget .widget_content .userlogin input[type="submit"]:hover,
aside#aside .widget .widget_content .userlogin input[type="submit"]:active {
	color: #4169E1;
}

aside#aside .widget .widget_content .userlogin input[type="reset"]:hover,
aside#aside .widget .widget_content .userlogin input[type="reset"]:active {
	color: #d85054;
}

aside#aside .widget .widget_content .download {
	line-height: 18px;
	text-align: center;
}

aside#aside .widget .widget_content .download img {
	border: 1px solid #ccc;	
}

aside#aside .widget .widget_content .download #download:hover {
	content: url('nightMode/downloadhover.png');
}

aside#aside .widget .widget_content .download #download2:hover {
	content: url('nightMode/download2hover.png');
}

aside#aside .widget .widget_content .download #download3:hover {
	content: url('nightMode/download3hover.png');
}

aside#aside .widget .widget_content .maplist {
	padding-left: 4px;
}

aside#aside .widget .widget_content .maplist .mapname {
	padding-left: 27px;
	background: url(dayMode/class3.gif) no-repeat;
}

aside#aside .widget .widget_content .maplist .smallClassName {
	width: 160px;
	float: left;
	line-height: 20px;
}

aside#aside .widget .widget_content .maplist .switchimg {
	width: 20px;
	height: 20px;
	float: left;
	padding-bottom: 2px;
	background-image: url(dayMode/class1.gif);
	cursor: pointer;
}

aside#aside .widget .widget_content .maplist .bigClassName {
	width: 140px;
	margin-left: 20px;
	padding-bottom: 2px;
	line-height: 20px;
}

div#main {
	width: 800px; 
	margin-top: 4px;
	margin-left: 198px;
	border: #999 1px solid;
}

div#main .thread {
}

div#main .thread_title {
	height: 28px; 
	padding-left: 15px;
	background: url(dayMode/title_bg.gif);
	color: #666;
	letter-spacing: 5px;
	line-height: 28px; 
	font-size: 12px;
	font-weight: bold;
}

div#main .thread_content {
	overflow:hidden;
}

div#main .thread_content #screenshot {
	width: 800px;
	height: 208px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 10px;
	overflow: hidden;
}

div#main .thread_content .top {
	width: 232px;
	height: 10px;
	margin: 0 3px;
}

div#main .thread_content .ltop {
	width: 10px;
	height: 10px;
	float: left;
	background: url(dayMode/bg_0ltop.gif);
}

div#main .thread_content .rtop {
	width: 10px;
	height: 10px;
	float: right;
	background: url(dayMode/bg_0rtop.gif);
}

div#main .thread_content .mtop {
	width: 212px;
	height: 10px;
	margin-left: 10px;
	background: url(dayMode/bg_01.gif);
}

div#main .thread_content .mid {
	width: 232px;
	height: 165px;
	margin: 0 3px;
}

div#main .thread_content .lmid {
	width: 10px;
	height: 165px;
	float: left;
	background: url(dayMode/bg_03.gif);
}

div#main .thread_content .rmid {
	width: 10px;
	height: 165px;
	float: right;
	background: url(dayMode/bg_04.gif);
}

div#main .thread_content .mmid {
	width: 212px;
	height: 165px;
	margin-left: 10px;
	padding: 2px 1px;
}

div#main .thread_content .mmid a {
	position: relative;
}

div#main .thread_content .bottom {
	width: 232px;
	height: 10px;
	margin: 0 3px;
}

div#main .thread_content .lbottom {
	width: 10px;
	height: 10px;
	float: left;
	background: url(dayMode/bg_0lbottom.gif);
}

div#main .thread_content .rbottom {
	width: 10px;
	height: 10px;
	float: right;
	background: url(dayMode/bg_0rbottom.gif);
}

div#main .thread_content .mbottom {
	width: 212px;
	height: 10px;
	margin-left: 10px;
	background: url(dayMode/bg_02.gif);
}

div#main .thread_content .caption {
	width: 232px;
	height: 20px;
	margin: 0 3px;
	background: url(dayMode/bg_05.gif);
	text-align: center;
}

div#main .main_title {
	height: 28px;
	padding-left: 15px;
	background: url(dayMode/title_bg.gif);
	border-color: #ccc;
	color: #666;
	font-size: 12px;
	font-weight: bold;
	line-height: 28px;
	letter-spacing: 5px;
}

div#main .borderl {
	width: 392px;
	border-left: 1px solid #ccc;
}

div#main .borderr {
	width: 376px; 
	border-right: 1px solid #ccc;
}

div#main .thread {
}

div#main .left {
	width: 392px;
	float: left;
}

div#main .right {
	width: 392px;
	margin-left: 392px;
}

div#main .thread .half {
	height: 158px;
	padding: 0px 15px;
}

div#main .thread_content .readmore {
	background: url(dayMode/top.gif) no-repeat;
	background-position: 99.5% 0%;
	height: 13px;
	margin-top: 5px;
	text-align: right;
}

div#main .thread_content .readmore2 {
	background: url(dayMode/more.gif) no-repeat;
	background-position: 99.5% 0%;
	height: 13px;
	margin-top: 5px;
	text-align: right;
}

div#main .thread_content .readmore3 {
	background: url(dayMode/more.gif) no-repeat;
	background-position: 98.8% 0%;
	height: 13px;
	margin-top: 5px;
	text-align: right;
}

div#main .thread_content .news {
	padding-left: 20px;
	background: url(dayMode/arrow.gif) 10% 60% no-repeat;
}

div#main .thread_content>ul {
	height: 112px;
	padding-left: 8px;
	padding-right: 4px;
	list-style-type: none;
}

div#main .thread_content>ul>li {
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	border-bottom: #999 1px dotted;
}

div#main .thread_content table {

}

div#main .thread_content tr {
	
}

div#main .thread_content .tablebg {
	background: #e7e7e7;
}

div#main .thread_content .icon_standard {
	width: 36px;
	height: 36px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 3px;
	margin-top: 13px;
	margin-bottom: 43px;
	background: #000;
	display:table-cell;
	vertical-align: middle;
}

div#main .thread_content .icon_small {
	width: 31px;
	height: 31px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background: #000;
	display:table-cell;
	vertical-align: middle;
}

div#main .thread_content #newsnav p {
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #ccc;
	color: #666;
}

div#main .thread_content .newsdetails {
}

div#main .thread_content .newsdetails table {
	border-collapse: collapse;
	border-color: #333;
}

div#main .thread_content .newsdetails .newsinfo {
	padding-top: 8px;
}

div#main .thread_content .newsdetails .newsinfo h2 {
	font-size: 18px;
	color: #f00;
	margin-bottom: -3px;
}

div#main .thread_content .newsdetails .newsinfo p {
	font-size: 12px;
	color: #666;
	margin-bottom: 18px;
}

div#main .thread_content .newscontent {
	margin: 0 auto;
	width: 700px;
}

div#main .thread_content .newscontent td {
	padding: 2px 0px;
}

div#main .thread_content .newscontent p {
	margin: 0px 0px 8px 0px;
}

div#main .thread_content .capture table {
	background: #fff;
}

div#main .thread_content .pagerbar {
	height: 25px;
	margin: 0 20px 0 10px;
	padding-top: 10px;
	line-height: 25px;
	color: #888;
	text-align: right;
}

div#main .thread_content .pagerbar a.listbtn {
	margin-left: -1px;
	border-style: none;
	height: 23px;
	line-height: 23px;
	padding: 0px 12px;
	display: inline-block;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	color: #5b5959;
	cursor: pointer;
	border: 1px solid #CACACA;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}

div#main .thread_content .pagerbar a.listbtn:hover {
	background-color: #D5E9F6;
}

div#main .thread_content .pagerbar a.listbtn:visited {
	color: #5b5959;
}

div#main .thread_content .pagerbar a.mostleft {
	-moz-border-radius-topleft:19px;
	-moz-border-radius-bottomleft:19px;
	-webkit-border-top-left-radius:19px;
	-webkit-border-bottom-left-radius:19px;
	border-top-left-radius:19px;
	border-bottom-left-radius:19px;
}

div#main .thread_content .pagerbar a.mostright {
	-moz-border-radius-topright:19px;
	-moz-border-radius-bottomright:19px;
	-webkit-border-top-right-radius:19px;
	-webkit-border-bottom-right-radius:19px;
	border-top-right-radius:19px;
	border-bottom-right-radius:19px;
}

div#main .thread_content .pagerbar a.invalid {
	color: #999;
	cursor: default;
}

div#main .thread_content .pagerbar a.invalid:hover {
	color: #999;
	background-color: #fff;
	cursor: default;
}

div#main .thread_content .pagerbar a.invalid:visited {
	color: #999;
	cursor: default;
}

div#main .printme {
	margin: 15px 45px;
	text-align: right;
	color: #666;
}

div#main .printme a {
	color: #666;
}

div#main .printme a:hover {
	color: #4169E1;
}

footer#footer {
	width: 998px;
	height: 93px;
	margin-top: 2px;
	padding-bottom: 1px;
	border: #999 1px solid;
	background: url(dayMode/link_bg.jpg);
	text-align: center;
	line-height: 16px;
}

footer#footer #link {
	height: 30px;
	padding: 0 10px;
	border-bottom: #ccc 1px solid;
	line-height: 30px;
	text-align: left;
}

footer#footer #address {
	font-style: normal;
}
