*{margin:0;padding:0;}
html, body, #wrapper {height: 100%;font-size:13px;}
#wrapper{width:100%;background:#fff;}
body > #wrapper {height:auto; min-height:100%;}
#main {padding-bottom: 54px;min-width:950px;}/* 必须使用和footer相同的高度,最小宽度ie6中加JS解决 */
#header{text-align:center;background:#fff;}
#inheader{width:950px;height:130px;line-height:130px;margin:0 auto;background:#fff;}
h3{font-size:14px;line-height:50px;}
#inheader p{font-size:12px;line-height:30px;}
#footer {
	position: relative;
	margin-top: -30px; /* footer高度的负值 */
	height: 30px;/* footer高度*/	
	width:100%;
	min-width:950px;/*最小宽度ie6中加JS解决*/
	clear:both;
	background:#fff;
	text-align:center;
	color:#fff;
}
#infoot{height:30px;line-height:30px;width:950px;margin:0 auto;background:#666;}
#footer p{line-height:26px;}
#content{background:#fff;width:950px;margin:0 auto;}
#content p{line-height:30px;padding:0 30px;}
/*说明: 需要注意的就是#main的padding值、footer的高度和负margin值，需要保持一致。下面是著名的万能float闭合Clearfix Hack*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.player{
	float: left;
	width: 75px;
	height: 120px;
	margin: 3px 3px 3px 3px;
	padding: 0 0 0 0;
	border: 1px solid #999999;
	text-align: center;
}
.playerno{
	float: left;
	width: 24%;
	height: 20px;
	background-color: #999999;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
}
.playername {
	background-color: #EEEEEE;
	float: left;
	width: 76%;
	height: 20px;
	line-height: 20px;
	text-align: center;
}
.playerinfo {
	padding: 2px 2px 2px 2px;
	line-height: 150%;
}

#nav {
	height:30px;
	line-height:30px;
	width:100%;
	background:#eee;
	color:#000;
}
#nav span{
	font-size:16px;
	font-weight:bold;
	width: 100px;
	display:inline-block;
	text-align:center;
}
#nav span a{
	text-decoration: none;
	color:#666;
}
#nav span a:hover{
	color:#fecf03;
}

body tr .l, body td .l, body div .l, .tablestyle table tr .l, body th .l, #crow table tr .l{ text-align:left}
body tr .r, body td .r, body div .r, .tablestyle table tr .r, body th .r, #crow table tr .r{ text-align:right}
body tr .c, body td .c, body div .c, .tablestyle table tr .c, body th .c, #crow table tr .c{ text-align:center}
body div .fr,body td .fr{	float: right;}
body div .fl,body td .fl{ float:left}

td, th{
	padding: 3px;
}

th {
	background-color: #bbb;
}
