/* 
===================================================
		COMMON CLASS
===================================================
*/
body {
	width:1015px;
	margin:0 auto;
	text-align:left;
	font-family:arial;
	background:url('../images/body-bg.gif') #fdffdf;
}

.clear {
	clear:both;
	height:0%;
}
/* ============================================= */





/* 
===================================================
		HEADER
===================================================
*/
.header {
	height:257px !important;
	display:block;
}

.header-menu {
	padding:0;
	margin:0;
	height:29px;
	padding:7px 10px 5px 170px;
	background:url('../images/header-menu.gif') no-repeat;
}

.header-line {
	padding:0;
	margin:0;
	height:4px;
	background:url('../images/header-line.gif') no-repeat;
	overflow:hidden;
}

.header-bg {
	padding:0;
	margin:0 3px;
	height:212px;
	background:url('../images/header-bg.jpg') no-repeat;
}
/* ============================================= */





/* 
===================================================
		CONTENT
===================================================
*/
.container {
	margin:0;
	padding:3px 15px 10px 15px;
	background:url('../images/content-bg.gif') repeat-y;
	text-align:left;
}

.content-top {
	padding:0;
	margin:10px 0 0 0;
	height:10px;
	background:url('../images/content-top.gif') no-repeat;
}

.content-left {
	float:left;
	width:208px;
	overflow-x:hidden;
}

.content-main {
	float:right;
	width:777px;
}

.content-middle {
	float:left;
	width:529px;
	padding:10px 20px;
	overflow-x:hidden;
}

.content-right {
	float:right;
	width:208px;
	overflow-x:hidden;
}
/* ============================================= */





/* 
===================================================
		SIDEBAR LEFT
===================================================
*/
.sbar-left {
	padding:10px 5px 0 5px;
	background:#8d0c0c;
	color:#fff;
}

.sbar-left-title {
	height:42px;
}

.sbar-left-title-login {
	background:url('../images/sbar-left-title-login.jpg') no-repeat;
}

.sbar-left-title-support {
	background:url('../images/sbar-left-title-support.jpg') no-repeat;
}

.sbar-left-title-stat {
	background:url('../images/sbar-left-title-stat.jpg') no-repeat;
}

.sbar-left-title-stat-member {
	background:url('../images/sbar-left-title-stat-member.jpg') no-repeat;
}

.sbar-left-subtitle-stat-member {
	padding:0;
	margin:10px 0 20px 0 !important;
	font-size:10pt;
	font-weight:bold;
	background:#8d0c0c;
	color:#fdf00e;
	text-transform:uppercase;
	letter-spacing:1px;
}

.sbar-left-bottom {
	height:15px;
	margin-bottom:15px;
	background:url('../images/sbar-left-bottom.jpg') no-repeat;
}
/* ============================================= */





/* 
===================================================
		SIDEBAR RIGHT
===================================================
*/
.sbar-right {
	padding:5px 5px 0 5px;
	color:#535353;
	background:#fff95d;
	border-left:1px solid #ff9804;
	border-right:1px solid #ff9804;
	font-weight:normal;
	font-size:8pt !important;
}

.sbar-right ul {
	margin:0;
	padding:0;
}

.sbar-right li {
	padding:8px 5px;
	border-top:1px solid #fff;
	border-bottom:1px solid #ffbf28;
	font-size:8pt;
	
}

.sbar-right li a {
	font-weight:bold;
	color:#A76A00;
	font-family:arial;
}

.sbar-right li a:hover {
	color:#000;
}

.sbar-right li.first {
	border-top:none;
}

.sbar-right li.last {
	border-bottom:none;
}

.sbar-right p {
	margin:0;
	padding:5px 0;
}

.sbar-right-title-member {
	height:30px;
	padding:22px 40px 0 10px !important;
	background:url('../images/sbar-right-title-member.jpg') no-repeat;
	font-size:10pt !important;
	font-weight:bold;
	color:#fff !important;
}

.sbar-right-title-news {
	height:30px;
	padding:17px 40px 0 10px !important;
	background:url('../images/sbar-right-title-news.jpg') no-repeat;
	font-size:10pt !important;
	font-weight:bold;
	color:#fff !important;
}

.sbar-right-title-star {
	height:30px;
	padding:22px 40px 0 10px !important;
	background:url('../images/sbar-right-title-star.jpg') no-repeat;
	font-size:10pt !important;
	font-weight:bold;
	color:#fff !important;
}

.sbar-right-bottom {
	height:15px;
	margin-bottom:15px;
	background:url('../images/sbar-right-bottom.jpg') no-repeat;
}
/* ============================================= */




/* 
===================================================
		FOOTER
===================================================
*/
.footer {
	height:32px;
	padding:13px 10px 10px 10px;
	background:url('../images/footer-bg.gif') no-repeat;
	font-size:9pt;
	color:#fff;
}

.footer a {
	color:#fff;
	text-decoration:none;
}

.footer a:hover {
	color:#fc0;
}
/* ============================================= */





/* 
===================================================
		STATISTIK MEMBER
===================================================
*/
#top-member, #top-income {
	display:none;
}
.top-member-nav {
	padding:2px 0;
	height:18px;
	overflow:hidden;
	background:url('../images/sbar-left-subtitle-stat-member.jpg') no-repeat;
	text-align:center;
}
.top-member-nav-content {
	padding:2px 0;
	font-size:8pt;
}
.top-member-nav a {
	padding:5px 4px;
	color:#fff;
	font-weight:bold;
	border-right:1px solid #ff6e66;
	border-left:1px solid #a1160e;
	text-decoration:none;
}

.top-member-nav a.first-child {
	border-left:none !important;
}

.top-member-nav a.last-child {
	border-right:none;
}

.top-member-nav a:hover {
	color:#fdf00e;
	text-decoration:none;
}

.top-member-nav a.active {
	color:#fdf00e;
	text-decoration:none;
}
/* ============================================= */





/* 
===================================================
		TABLE COMMON
===================================================
*/
.table-common {
	margin:0 0 5px 0;
	background:url('../images/table-content.gif') #ddd repeat-y;
}

.table-common tr.title-blue {
	background:url('../images/table-title.gif') #fa5555 no-repeat;
}

.table-common tr.title-red {
	background:url('../images/table-title.gif') #fa5555 no-repeat;
}

.table-common th.left {
	padding-left:10px;
}

.table-common th {
	height:30px;
	color:#fff;
	font-size:10pt;
	font-weight:bold;
}

.table-common td {
	padding:10px 10px;
	border-top:1px solid #fff;
	border-bottom:1px solid #aaa;
}

.table-common td small {
	font-size:8pt;
	font-family:tahoma;
}

.table-common tr.bottom {
	width:529px;
	height:10px;
	background:url('../images/table-bottom.gif') bottom no-repeat;
}

.table-common tr.bottom td {
	border-bottom:none;
}
/* ============================================= */





/* 
===================================================
		DATA
===================================================
*/
.data-title {
	padding:7px 10px 0 10px;
	background:url('../images/table-title.gif') #fa5555 no-repeat;
	height:23px;
	color:#fff;
	font-size:9pt;
	font-weight:bold;
}

.data-content {
	padding:10px;
	background:url('../images/table-content.gif') #ddd repeat-y;
	font-size:8pt;
}

.data-bottom {
	height:10px;
	margin:0 0 15px 0;
	background:url('../images/table-bottom.gif') #ddd bottom no-repeat;
}
/* ============================================= */





/* 
===================================================
		CONTENT LIST
===================================================
*/
.content-list {
	border-bottom:1px solid #f5f5f5;
	padding:5px 0 5px 3px;
	font-size:8pt !important;
	line-height:140%;
}

.content-list a {
	text-decoration:none;
	background:url('../../../images/arrow.gif') no-repeat;
	padding:0 0 0 10px;
	color:#286caf;
}

.content-list a:hover {
	color:#cc0000;
}

.content-list small {
	color:#EC650B;
	font-size:7pt;
}