* {font-family: Arial, Trebuchet MS; font-size: 12px;}
body {margin: 0 0 0 0; background-color: white; text-align: center;}

a { color: #2569A1; text-decoration: none; }
a:hover { color: orange; }

.logo {
	padding-left: 0px;
	font-size: 20px;
	float: left;
	border-bottom:2px solid #ccc;
	width:840px;
	height: 200px;
	margin-left: 5px;
	margin-right: 5px;
	background: url('images/paid-tunnel.gif') 15px 0px no-repeat;
}
.mem1 {
	background: url('images/mem1.gif') 0px 0px no-repeat;
	height:24px;
	width:300px;
}
.mem2 {
	background: url('images/mem2.gif') 0px 0px repeat-y;
	width:300px;
	height:200px;
	margin-left:3px;
}
.mem3 {
	background: url('images/mem3.gif') 0px 0px no-repeat;
	height:60px;
	width:300px;
	margin-left:11px;
}

.adv1 {
	background: url('images/adv1.gif') 0px 0px no-repeat;
	height:24px;
	width:300px;
}
.adv2 {
	background: url('images/adv2.gif') 0px 0px repeat-y;
	width:300px;
	height:200px;
	margin-left:4px;
}
.adv3 {
	background: url('images/adv3.gif') 0px 0px no-repeat;
	height:60px;
	width:300px;
	margin-left:11px;
}

.menu, .menu_member { background-color: white; padding: 3px; text-align: center; float: right; }
.menu ul, .menu li, .menu_member ul, .menu_member li { list-style: none; margin: 0px; padding: 0px; }
.menu li, .menu_member li { padding-left: 2px; display: inline;float:left;}
.menu a, .menu_member a {
	font-size: 15px;
	font-weight: bold;
	border: 1px solid #ccc;
	display:block;
	padding:2px 10px;
	-moz-border-radius: 3px;
}
.menu a:hover, .menu_member a:hover { 
	color:#ffffff;
	background-color:#0088ff;
	text-decoration:none;
}
.menu_member {
	float: left;
}
.menu_member a {
	float: left;
	-moz-border-radius: 0px;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;
	margin-left:0px;
}
.menu_member ul {
	margin-left:-5px;
}

.jberita {
	border-bottom: 1px solid #ccc;
	margin-bottom: 2px;
	height:58px;
	background: url('images/latest-news.gif') 0px 0px no-repeat;
}
.berita {
	text-align:left;
	border:1px solid #ccc;
	margin-bottom:2px;
	overflow:scroll;
	height: 150px;
	padding-right: 5px;
}
.berita h1 {
	border-bottom:1px dashed #ccc;
	margin: 0px;
	padding:2px;
}
.berita h1 b{
	font-size:0.8em;
}

.accountmenu { background-color: #F8F8F8; }
.accountmenu ul, .accountmenu li { list-style: none; margin: 0px; padding: 0px; }
.accountmenu li { padding: 4px 10px; display: block; border-top: 1px solid #eeeeee;  }

.copyright { padding: 5px; text-align: right; color: black; }
.copyright a { color: black; padding-left: 20px;}

hr { display: none; }

.container {
	text-align: left;
	background-color: white;
	border-bottom: 2px solid #e8e8e8;
}
.mainWrapper { width: 850px;  margin: 10px auto; border:0px solid #ccc;}

.sidePanel { text-align: center; width: 180px !important; }
.sidePanelR {
	text-align: center;
	width: 180px !important;
	border:1px solid #ccc;
	padding: 5px;
}
.bannerCont {
	text-align: center;
	border: 1px solid #ccc;
	padding:5px 0px 0px 70px;
	margin-bottom:5px;
}
.bannerCont img {
	border:2px solid #ccc;
}

.contentBox {
	border: 1px solid #e8e8e8;
	text-align: left;
	margin-bottom: 5px;
}
.contentBox h2 {
	color: black;
	font-size: 12px;
	background-color: #e8e8e8;
	padding: 2px 5px;
	border: 1px solid white;
	margin: 0px;
}
.contentBox .content {
	border-top: 1px solid #e8e8e8;
	padding: 5px;
}

.contsBox {
	border: 1px solid #e8e8e8;
	text-align: left;
	margin-bottom: 5px;
	background: #ccc;
}
.contsBox .content {
	background: #ccc;
}
.contsBox h2 {
	color: black;
	font-size: 12px;
	background-color: #e8e8e8;
	padding: 2px 5px;
	border: 1px solid white;
	margin: 0px;
}


.siteStats ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.siteStats li {
	list-style: none;
	padding: 4px 0px;
	margin: 2px;
	display: block;
	float: left;
	border: 10px solid #ffaa11;
	width: 77px;
	text-align: center;
}
.siteStats span {
	display: block;
}
.siteStats br {
	clear: left;
}



