/* Base */
* {
	margin:0;
	padding:0;
}
img {
	border:0;
}
html {
	overflow-x:hidden;
}
/* Links */
a {
	color:#267F30;
	text-decoration:none;
}
a:hover {
	color:#267F30;text-decoration:underline;
}
/* Typography */
body {
	background:#7ABA0C url(../images/bg_page.jpg);
	color:#333;
	font:12px/1.231 Arial, Helvetica, sans-serif;
}
/* Header */
#header {

}
#header .logo {
	float:left;
	width:280px;
	margin-bottom:2px;
	padding:2px 10px 0;
	padding-top:4px;
}
#header .banner {
	float:right;
	margin:4px 0 8px;
	width:468px;
}
#header .title {
	clear:both;
	width:880px;
	height:28px;
	color:white;
	margin-bottom:4px;
	/*
	height:17px;
	 border:2px solid #FFF;
	 background:url(../images/bg.gif) repeat-x 0 -76px; */
	background:#000;
	line-height:28px;
	text-align:center;
}

#header .title a{
	color:white;
}
#header .title .playerInfo {
	float:left;
	padding:0 8px;
}
#header .title .playerInfo a{
	
}
#header .title .playesTotal {
	display:inline;
}
#header .title .time {
	float:right;
	padding:0 20px;
}
/* Footer */
/*#footer {
	width:980px;
	clear:both;
	text-align:left;
	height:98px;
	margin:0 auto;
	 background:url(../images/bg_footer.gif) repeat-x bottom; 
}
#footer .bottom {
	height:98px;
	 background:url(../images/bg_bottom.jpg) repeat-x; 
}*/

#footer .wrap {
}
#footer .wrap .sline {
	height:18px;
	padding-left:5px;
	background:#2e7d0a;
	font:11px/18px "Verdana";
}

#footer .wrap .sline a{
	color:white;
	padding-bottom:1px;
	
}

#footer .wrap .copyright {
	float:left;
	display:inline;
	margin:25px 20px;
	color:#FFF;
}
#footer .wrap .logo {
	float:right;
	display:inline;
	margin:25px 20px;
}

/* Layout */
#container {
	zoom:1;
	overflow:hidden;
	width:980px;
	margin:0 auto;
	text-align:left;
}
.mainCont {
	float:left;
	width:980px;
}
.sidebar {
	float:left;
	width:150px;
	margin-right:10px;
}
/* Main Nav */
.mainNav {
	list-style:none;
	line-height:23px;
}
.mainNav li {
	display:inline;
	color:#FFF;
}
.mainNav li a {
	display:block;
	padding:0 0 0 20px;
	border-top:1px solid #FFF;
	outline:none;
	blr:expression(this.onFocus=this.blur());
	background:url(../images/bg.gif) no-repeat 100% -137px;
	background-position-y:-136px;
	color:#FFF;
}
.mainNav li a:hover, .mainNav li a:visited {
	border-bottom:0;
	color:#FFF;
}
.mainNav ul {
	background:#FFF url(../images/bg_side.gif) repeat-x;
	list-style:none;
}
.mainNav ul li a {
	border:0;
	background:none;
	color:#333;
}
.mainNav ul li a:hover {
	color:#267F30;
	
}
.mainNav ul li a:visited {
	color:#586A5A;
}
.mainCont .gMod .top, .mainCont .gMod .bottom {
	margin-right:4px;
}
/* General Module */
.gMod {
	margin-bottom:4px;
}
/*
.gMod .top {
	height:2px;
	background:url(../images/bg.gif) no-repeat 0 -168px;
}
.gMod .top .right {
	height:2px;
	background:url(../images/bg.gif) no-repeat 100% -170px;
	font:0/0 "";
}
.gMod .bottom {
	height:6px;
	background:url(../images/bg.gif) no-repeat 0 -182px;
}
*/
.mainCont .gMod .bottom {
	background-position:0 -176px;
}
.gMod .wrap {
	zoom:1;
	overflow:hidden;
	background:#FFF;
}
.mainCont .gMod .wrap {
	min-height:400px;
	/* background:#FFF url(../images/bg_gmod_border.gif) repeat-y 100% 0; */
}
.gMod .wrap .content {
	float:left;
	width:440px;
}
.gMod .wrap .side {
	float:left;
	width:240px;
}
.gMod h2 {
	height:24px;
	/*background:url(../images/werw.gif);*/
	font:bold 12px/24px "Verdana";
}
.gMod h2 .crumb {
	padding:4px 0 4px 20px;
	background:url(../images/icon.gif) no-repeat 7px -729px;
	font-weight:normal;
}
.gMod h2 .game {
	padding:4px 30px;
	*padding-top:6px;
	background:url(../images/icons.gif) no-repeat 4px 2px;
}
.gMod h2 .social {
	padding:4px 30px;
	*padding-top:6px;
	background:url(../images/icons.gif) no-repeat 0 -522px;
}
.gMod h2 .login {
	padding:4px 30px;
	*padding-top:6px;
	background:url(../images/icons.gif) no-repeat 4px -389px;
}
.sidebar .gMod h2 a, .gMod h2.dz a, .sidebar .gMod h2 a:hover, .gMod h2.dz a:hover {
	color:#FFF;
}
/* Form */
.gForm {
	margin:0 5px;
	padding:3px 0;
}
.gForm .row {
	zoom:1;
	overflow:hidden;
	margin-bottom:0.3em;
	line-height:22px;
}
.gForm .row label {
	float:left;
	width:4em;
}
.gForm .row label.spec {
	width:auto;
}

.gForm .row .clue {
	display:block;
	color:#A8A8A8;
}
input.inputbox {
	margin-right:0.5em;
	padding:1px;
	border:1px solid #7ABA0C;
	background:#FFF;
	font-size:12px;
	color:#333;
	vertical-align:middle;
	*vertical-align:baseline;
}
input.narrow {
	width:7em;
}
button.btn, button.btn span, span.btn, span.btn input {
	background:url(../images/bg.gif) no-repeat;
}
button.btn {
	overflow:hidden;
	height:20px;
	_height:21px;
	margin-right:0.8em;
	border:0;
	vertical-align:middle;
	*vertical-align:baseline;
	cursor:pointer;
}
.sidebar button.btn {
	margin-left:0.7em;
}
button.btn span {
	display:block;
	padding:2px 10px 4px;
	*padding:4px 6px;
	background-position:100% 0;
	font:12px "Arial";
	color:#FFF;
}
button.btn span, x:-moz-any-link {
	float:right;
	*float:none;
	margin:-1px -3px 0 0;
	*margin:0;
}
button.btn span img {
	_vertical-align:middle;
}

.Portrait_img{ background:url(../vimages/main.gif); padding:9px; width:120px; height:120px; margin:10px 30px 0px 75px; display:inline;}





/*ÈÈÃÅ±êÇ©*/
.hottags{ display:block; width:70px; height:25px;background-image: url(/vbbs/images/Fmw/hottags.gif); color:#fff; padding-left:10px; line-height:25px; float:left; margin-right:10px; font-weight:bold;}



.forum{width:320px; height:60px; border:1px solid #70a46d; margin:20px auto; list-style-type:none; padding-left:30px;}
.forum li{ float:left; display:block; width:85px; height:55px; line-height:55px; padding-left:40px;}
.forum li.new{background: url(../../images/Fmw/forum_new.gif) no-repeat 0 10px ;}
.forum li.no{background: url(../../images/Fmw/forum.gif) no-repeat 0 10px ;}
