/* CSS Document 2008.10.3 */
/*---------------------------------全局*/
body{
	margin:0;
	padding:0; 
	text-align: center; 
	color:#000;
	font-family:Tahoma,SimSun,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:150%;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, fieldset, legend, input, textarea, p, blockquote, th, td div,form,img,ul,ol,li,dl,dt,dd {
	margin: 0; 
	padding: 0;
}
li{
	list-style-type:none;
	}
img{
	vertical-align:top;
	border:0;
}
h1,h2,h3,h4,h5,h6 { 
	margin:0; 
	padding:0;
	font-size:12px; 
	font-weight:normal;
}
input,select{
	vertical-align:middle;
}

/* Link */
a{color: #000; text-decoration:none;outline: none;}
a:hover {color: #FF0000; text-decoration:underline;outline: none;}

/*---------------------------------内容区*/
#content {
	width:975px;
	margin:0 auto;		/*--定位网站水平居中--*/
	background:#FFFFFF;
}
#pageBody {
	clear:both;
	overflow:hidden;
	width:100%;
}
/*---------------------------------页头 邮箱登录*/
#email {	
	clear:both;
	overflow:hidden;
	width:973px;
	height:30px;
	background:#F0FCEF;
	border:#94AD92 1px solid ;
}
.emailLogin{
	float:left;
	padding:0 0 0 3px;
	*padding:2px 0 0 3px !important;
	*padding:2px 0 0 5px;
	line-height:30px;
}
.emailLogin ul li{
	height:100%;
	float:left;		/*--针对文本区块，不加就会换行，若在menu ul li a里加这个则是让文本据左--*/
	text-align:center;
}
.emailLogin .font {
	color:#0000FF;
}

.emailRight{
	float:right;
	padding-right:1px;
	line-height:30px;
}

.emailRightCollection a:link {color: #0000FF;text-decoration:none;}
.emailRightCollection a:visited {color: #2525FA;text-decoration:none;}
.emailRightCollection a:hover {color: #2525FA;text-decoration:none;}
.emailRightCollection a:active {color: #2525FA;text-decoration:none;}


/*---------------------------------页头 用户登录*/
#user {	
	clear:both;
	overflow:hidden;
	margin-top:8px;
	width:100%;
	height:25px;
}
.userLogin{
	float:left;
	line-height:25px;
}
.userLogin ul li{
	height:100%;
	float:left;		/*--针对文本区块，不加就会换行，若在menu ul li a里加这个则是让文本据左--*/
	text-align:center;
}
.userLogin  .font {
	color:#0000FF;
}
.userLoginAlign {
	padding-top:0;
	*padding-top:1px !important;
	*padding-top:1px;
}
.userLoginAlign2 {
	padding-top:0;
	*padding-top:0px !important;
	*padding-top:1px;
	padding-left:10px;
}
.userLoginGap {
	padding-left:10px;
}
.userLoginRegiser {
	padding-left:15px;
	
}
.userLoginRegiser a:link {color: #0000FF;text-decoration:underline;}
.userLoginRegiser a:visited {color: #2525FA;text-decoration:underline;}
.userLoginRegiser a:hover {color: #2525FA; text-decoration:underline;}
.userLoginRegiser a:active {color: #2525FA;text-decoration:underline;}

.hotweb{
	float:right;
	padding:0 0 0 25px;
	height:25px;
	line-height:25px;
}
.hotweb ul li{
	float:left;
	display:block;
}
.hotwebTitle{
	font-weight:bold;
	color:#03510E;
	padding-right:3px;
}
.hotwebContent{
	color:#0000FF;
	padding:0 0 0 15px;
}
.hotwebContent2{
	color:#0000FF;
	padding:0 0 0 5px;
}

/*---------------------------------即时比分*/
#score{
	clear:both;
	margin-top:5px;
	width:973px;
	height:25px;
}
.scoreTitle{
	float:left;
	padding-left:2px; /*--padding和margin的值和区块的width的值总和是区块的总宽度即等于975px--*/
	width:108px;
	line-height:25px;
	background:#8BCA58;
	color:#fff;
	font-weight:bold;
}
.scoreContent{
	float:left;
	width:700px;
	line-height:25px;
	height:25px;
	padding:0 15px 0 5px;
}

/*---------------------------------页面底部栏目*/
#footer {
	clear:both;
	overflow:hidden;
	margin-top:10px;
	width:100%;
	border-top:#419B3C 1px solid ;
	background:#F0FCEF; 
}


.serviceNav {
	width:100%;
	height:30px;
	text-align:center;
	line-height:30px;
}
.serviceNav ul{
	padding:0 0 0 238px;		
}
.serviceNav ul li {
	float:left;
	padding:0 5px 0 5px;
	text-align:center;
}

.copyright {
	width:100%;
	height:28px;
	text-align:center;
}