@import url(global.css);



.box.news {
	width: 652px;
	float: left;
}
.box.news .body .content {
	background-color: #ededed;
	border: 1px solid #ccc;
	border-top: 0px solid #ccc;
	width: 652px;
	_width: 642px;
	padding: 10px;
}
.box.news .body .content.matchbugfix {
	_width: 653px;
}
.box.homeold {
	margin-top: 20px;
}
.box.homeold .body .content {
	background-color: #ededed;
	border: 1px solid #ccc;
	width: 652px;
	_width: 642px;
	padding: 10px;
}
.mainNewsImg {
	background-repeat: no-repeat;
	width: 674px;
	padding-top: 220px;
}
.mainNewsImg .mainNewsImgTitle {
	opacity: 0.8;
	filter:alpha(opacity='80');
	background-color: #000;
	border-top: 1px solid #fff;
	height: 50px;
	color: #fff;
	font-size: 22px;
	text-indent: 40px;
	line-height:48px;
	text-align: left;
}

.box.tab_container {
	width: 302px;
	float: right;
}
.box.tab_container .body .content {
	width: 295px;
	_width: 285px;
}
.box.tab_container.forum .body .content {
	width: 295px;
	_width: 285px;
	border: 1px solid #ccc;
	border-top: 0px solid #ccc;
	padding: 15px 0 0 5px;
	background-color: #ededed;
}
/* Stat tabs */
#stat_tabs {
	width: 302px;
	height: 30px;
	padding: 0;
	margin: 0;
}
#stat_tabs li {
	padding: 0;
	margin: 8px 0 0 0;
	float: right;
	width: 140px;
	height: 20px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	background-color: #fbfbfb ;
	color: #b4b4b4 ;
	list-style: none;
	text-align: center;
	line-height: 20px;
	font-size: 13px;
}
#stat_tabs li.active {
	padding: 0;
	margin: 0;
	height: 29px;
	border: 1px solid #ccc;
	border: 1px solid #ccc;
	border-bottom: 0px solid #ccc;
	background-color: #ededed ;
	color: #577681 ;
	line-height: 29px;
	font-size: 16px;
	font-weight: bold;
}
#stat_tabs li.space_filler {
	margin: 0;
	width: 19px;
	height: 29px;
	border: 0 solid #ccc;
	border-bottom: 1px solid #ccc;
	background: none;
}
#stat_tabs li.space_filler_forum {
	margin: 0;
	width:160px;
	height: 29px;
	border: 0 solid #ccc;
	border-bottom: 1px solid #ccc;
	background: none;
}

.box.forum {
	text-align: center;
	font-size: 12px;
	clear: right;
	margin-top: 25px;
}
.box.forum .body .content {
	width: 295px;
	height: auto;
}
.box.forum .body .content div {
	width: 84%;
	text-align: left;
	background-image: url('../images/ball_forum_icon.gif');
	background-repeat:no-repeat;
	background-position:  7px 52%;
	padding: 10px 10px 10px 33px;
	background-color: #c0c9cc;
	margin-bottom: 5px;
	cursor: pointer;
}
.box.forum .body .content div a {
	color: #000;
	text-decoration: none;
}
.box.forum .body .content div a span {
	color: #577681;
	font-weight: bold;
	text-decoration: none;
}
a.starLink:link, a.starLink:visited, a.starLink:active {
	color: #769FAE;
	text-decoration: none;
}
a.starLink:hover {
	text-decoration: underline;
	color: #769FAE;
}

