body {
	font-size: 12px;
	color: #030303;
	margin: 0px;
	background-color: #003481;
}

body, p, h1,h2,h3,h4,h5,h6,div,ol,li,td,th,a,form,input,select,textarea,option,label {
	font-family: Tahoma, Verdana, Helvetica;
}

a {
	color: #003481;
	text-decoration: underline;
}

a:hover {
	color: #e42500;
	text-decoration: underline;
}

form {
	margin: 0px;
}
select{
}
textarea {
	overflow: auto;
	font-size: 12px;
	font-family: arial;
}

td, th {
}

img, object {
	border: 0px;
}

.floatRight{
 	float: right;
}
.floatLeft{
 	float: left;
	margin: 0px 10px 0px 0px;
}

.center{
	text-align: center;
}
.left{
	text-align:left;
}
.right{
	text-align: right;
}
.justify{
	text-align:justify;
}

.clear{
	clear: both;
	margin: 0px !important;
	padding: 0px !important;
	height: 0px;
	overflow: hidden;
}
/* ------------------------------------------------------------------------------------- */
.body {
	min-width: 1008px;
	margin: 0px;
	padding: 0px;
	/*background: url(../images/bg.gif) top left repeat-x #fff;*/
	background-color: #fff;
}
.container {
	margin: 0px;
	padding: 0px;
}
.header {
	width: 100%;
	background-color: #003481;
}
.headerCell {
	height: 248px;
	padding: 0px;
	overflow: hidden;
}
.headerImage {
	min-width: 1008px;
	width: 100%;
	height: 208px;
	position: absolute;
	margin-top: 40px;
	margin-left: 0px;
	background: url(../images/headerCurvRight.gif) top right no-repeat #fff;
}
.headerImageCell {
	height: 208px;
	padding: 0px;
	overflow: hidden;
	text-align: center;
	background: url(../images/headerCurvLeft.gif) top left no-repeat;
}
.headerImageCell img, .headerImageCell object {
	margin: 0px auto !important;
}
a.siteLogo {
	width: 278px;
	height: 94px;
	position: absolute;
	margin-top: 0px;
	margin-left: 20px;
	padding: 0px;
	overflow: hidden;
}
.headerMenu {
	text-align: center;
	background: url(../images/bgHeaderMenu.gif) repeat-x;
	background-position: 0px 50%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.ticker {
	padding: 10px 2px 11px 2px;
	color: #fff;
	background-color: #003481;
	border-top: 1px solid #334d73;
}

/* ----------------------------------------- */

.wrapper {
	background-color: #e5f4fb;
}
.topWrap {
	height: 33px;
	padding: 0px;
	overflow: hidden;
	background: url(../images/topwrap.gif) top left no-repeat #9cd3f1;
}
.topWrapCell {
	height: 33px;
	padding: 0px;
	overflow: hidden;
	background: url(../images/topwrapRight.gif) top right no-repeat;
}
.topWrapContent {
	height: 33px;
	padding: 0px;
	overflow: hidden;
	background: url(../images/topwrapLeft.gif) top left no-repeat;
}

.topWrap .search {
	float: right;
}
.topWrap .searchCell {
	padding: 5px;
}
.topWrap .searchCell label {
	padding-right: 5px;
	color: #003481;
	font-weight: bold;
	text-transform: uppercase;
}
.topWrap .searchCell input.searchTxt {
	width: 160px;
	font-size: 12px;
	color: #111;
	padding: 3px 2px;
	border: 1px solid #d0eaf8;
}
.topWrap .searchCell input.searchTxt:focus {
	border: 1px solid #77b8db;
}
.topWrap .searchCell input.searchBtn {
	width: 30px;
	font-weight: bold;
	color: #003481;
	background-color: #9cd3f1;
	border: none;
	text-transform: lowercase;
	cursor: pointer;
}
.topWrap .searchCell input.searchBtn:hover {
	color: #fff;
	cursor: pointer;
}

table.wrapTbl {
	width: 100%;
	height: 400px;
	border: none;
	border-collapse: collapse;
}
table.wrapTbl td.leftSide {
	width: 226px;
	vertical-align: top !important;
	background: url(../images/bgLeftSide.png) top left no-repeat #003481;
	border-bottom: 1px solid #012f73;
}
.sidebar, .rightbar {
	width: 200px;
	padding: 0px 13px 20px 13px;
	overflow: hidden;
}
.pageTop {
	margin-top: 2px;
	padding: 13px 20px 5px 20px;
	color: #003481;
	background-color: #d7eef9;
}
.page {
	margin-top: 2px;
	padding: 10px 20px;
}

.sponsor {
	color: #003481;
	font-weight: bold;
}

.pageButtons {
	margin: 5px 0px;
	font-size: 14px;
	text-align: center;
}
.pageButtons input.leftBtn, .pageButtons input.rightBtn {
	margin-top: 5px;
	width: 125px;
	height: 30px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 2px;
	background: url(../images/pageBtn.gif) top left no-repeat;
	border: none;
	cursor: pointer;
}
.pageButtons input.leftBtn:hover, .pageButtons input.rightBtn:hover {
	color: #e42500;
	cursor: pointer;
}
.pageButtons input.leftBtn {
	float: left;
	margin-right: 20px;
}
.pageButtons input.rightBtn {
	float: right;
	margin-left: 20px;
}
.pageButtons p {
	margin: 10px 0px !important;
	line-height: 150%;
}

.topNav {
	height: 30px;
	margin: 10px 0px 20px 0px;
	padding: 0px;
	overflow: hidden;
	text-align: center;
	background: url(../images/topnav-right.gif) top right no-repeat #d0ecf9;
}
ul.nav {
	margin: 0px !important;
	padding: 8px 5px 10px 5px !important;
	list-style: none;
	background: url(../images/topnav-left.gif) top left no-repeat;
}
ul.nav li {
	display: inline;
	padding: 0px 22px;
	font-weight: bold;
	text-transform: uppercase;
	border-left: 1px solid #7498cd;
}
ul.nav li.first {
	border: none;
}
ul.nav li a {
	color: #003481;
	text-decoration: none;
}
ul.nav li a:hover {
	color: #e42500;
	text-decoration: none;
}

.content {
	padding-bottom: 20px;
}
h1.pageTitle {
	margin: 10px 0px !important;
	font-size: 16px;
	color: #e42500;
}
h2.subTitle {
	margin: 10px 0px !important;
	font-size: 13px;
	color: #003481;
}
h2.headTitle {
	margin: 10px 0px !important;
	padding-bottom: 2px !important;
	font-size: 13px;
	color: #e42500;
	border-bottom: 2px solid #d0ecf9;
}
.content h2.title {
	margin: 10px 0px !important;
	font-size: 14px;
	color: #e42500;
}
.content p {
	margin: 8px 0px 12px 0px !important;
	line-height: 140%;
}

table.wrapTbl td.rightSide {
	width: 226px;
	vertical-align: top !important;
	background: url(../images/bgRightSide.gif) top right no-repeat #d0ecf9;
	border-bottom: 1px solid #7e9dbb;
}
table.wrapTbl td.main {
	vertical-align: top !important;
	background: url(../images/bgMainSide.gif) top left repeat-x;
	border-bottom: 1px solid #8ba2bc;
}

.statistik {
	margin-bottom: 10px;
}
.statistik h2.title {
	position: absolute;
	width: 200px;
	margin: 0px !important;
	margin-top: -24px !important;
	padding: 0px !important;
	font-size: 12px;
	color: #003481;
	text-transform: uppercase;
	text-align: center;
	z-index: 999;
}
.statistikCell {
	padding: 13px 10px;
}
.statistikCell table {
	width: 100%;
	background-color: #e8e8e8;
	border: 1px solid #fff;
}
.statistikCell table td {
	padding: 2px 6px 3px 6px;
	color: #06306e;
	font-size: 11px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.statistikCell table td.bgCC {
	text-align: center;
}

.account {
	margin-top: 5px;
	margin-bottom: 10px;
	background: url(../images/bgBlock-bottom.gif) bottom left no-repeat #fff;
}
.account h2.title {
	margin: 0px !important;
	padding: 7px 10px 10px 10px !important;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	background: url(../images/bgTitle-left.png) top left no-repeat #358ed4;
}
.accountCell {
	padding: 10px 10px 15px 10px;
	text-align: center;
	font-size: 11px;
}
.accountCell p {
	margin: 10px 0px !important;
	padding: 0px !important;
}
.accountCell p span {
	padding: 2px 0px;
	display: block;
	color: #e42500;
	line-height: 110%;
}

.login {
	margin-bottom: 5px;
}
.login h2.title {
	margin: 0px !important;
	padding: 12px 0px 8px 0px !important;
	font-size: 12px;
	color: #003481;
	text-transform: uppercase;
	text-align: center;
}
.loginCell {
	padding: 0px 5px;
}
.loginCell label {
	display: block;
	padding: 3px 8px;
	font-size: 11px;
	font-weight: bold;
	color: #003481;
}
.loginCell label span {
	font-weight: lighter;
}
.loginCell input.loginTxt {
	width: 180px;
	font-size: 12px;
	color: #111;
	padding: 4px 2px;
	border: 1px solid #d0eaf8;
	margin-bottom: 3px;
}
.loginCell input.loginTxt2 {
	width: 80px;
	font-size: 12px;
	color: #111;
	padding: 4px 2px;
	border: 1px solid #d0eaf8;
}
.loginCell input.loginTxt:focus, .loginCell input.loginTxt2:focus {
	border: 1px solid #77b8db;
}
.loginCell img {
	margin-top: 2px;
	margin-bottom: 3px;
	border: 1px solid #d0eaf8 !important;
}
.loginCell p {
	margin: 0px !important;
	padding: 8px 0px !important;
	text-align: center;
	line-height: 200%;
}
.loginCell input.loginBtn {
	width: 90px;
	height: 30px;
	margin-right: 15px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #013481;
	padding: 4px 2px;
	background: url(../images/loginBtn.gif) top left no-repeat;
	border: none;
	cursor: pointer;
}
.loginCell input.loginBtn:hover {
	color: #fff;
	cursor: pointer;
}
.loginCell p a {
	font-size: 11px;
	color: #e42500;
	text-decoration: none;
}
.loginCell p a:hover {
	color: #e42500;
	text-decoration: underline;
}

.cs {
	margin-top: 5px;
	margin-bottom: 5px;
}
.cs h2.title {
	margin: 0px !important;
	padding: 7px 10px 10px 10px !important;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	background: url(../images/bgTitle-right.png) top left no-repeat;
}
.csCell {
	padding: 12px 10px 5px 15px;
}
.csCell p {
	clear: both;
	margin: 0px !important;
	padding: 5px 0px !important;
	font-size: 11px;
	color: #e42500;
}
.csCell p img {
	float: right;
	border: none !important;
}
.csCell blockquote {
	margin: 10px 0px 0px 0px !important;
	padding: 5px 0px !important;
	text-align: center;
	color: #003481;
	line-height: 200%;
}
.csCell blockquote span {
	color: #e42500;
}

.banner {
	margin-bottom: 10px;
	padding: 5px 0px;
	text-align: center;
	font-size: 13px !important;
}
.banner p {
	margin: 5px 0px 10px 0px !important;
	padding: 0px !important;
}

/* TABLES */

table.formTbl {
	width: 100%;
	border: none;
	margin: 15px 0px;
}
table.formTbl th{
	padding: 6px 5px;
	color: #fff;
	text-align: left;
	background-color: #51a6ea;
	border-top: 10px solid #e5f4fb;
	border-bottom: 4px solid #e5f4fb;
}
table.formTbl td {
	padding: 3px 5px;
}
table.formTbl td i {
	font-size: 11px;
	color: #003481;
}
table.formTbl td input, table.formTbl td select, table.formTbl td textarea {
	padding: 2px;
	border: 1px solid #abccdb;
}
table.formTbl td input.formBtn {
	background-color: #51a6ea;
	border: 1px solid #abccdb;
	font-size: 11px;
	color: #013481;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
}
table.formTbl td input.formBtn:hover {
	background-color: #81c6ed;
	cursor: pointer;
}

/* ADS */
.partnerAdTitle {
	font-size: 11px;
	border-bottom: 1px solid #c5e3f1;
}
.partnerAdTitle h2 {
	margin: 0px !important;
	padding: 0px !important;
	font-size: 12px;
}
.premad {
	margin: 10px 0px;
	padding: 10px;
	font-size: 11px;
	color: #222;
	background-color: #fff;
	border: 1px solid #c5e3f1;
}
.premad .pretitle {
	margin-top: -9px;
	margin-right: -9px;
	padding: 5px 20px;
	font-size: 10px;
	float: right;
	color: #888;
	background-color: #e5f4fb;
}
*html .premad .pretitle {
	margin-right: -4px;
}
.premad h3 {
	margin: 0px !important;
	padding: 0px !important;
	font-size: 12px;
}
.premad h3 a, .premad h3 a:hover {
	text-decoration: none;
}
.premad blockquote {
	padding: 5px 10px 6px 10px !important;
	margin: 0px !important;
	font-size: 11px;
	line-height: 130%;
	border-left: 6px solid #e5f4fb;
}
.normalad {
	padding: 10px;
	font-size: 11px;
	border-bottom: 1px solid #c5e3f1;
}
.normalad a {
	text-decoration: none;
}
.normalad a:hover {
	text-decoration: underline;
}
.normalad h3 {
	margin: 0px !important;
	padding: 0px !important;
	font-size: 12px;
}
.normalad h3 a, .normalad h3 a:hover {
	text-decoration: none;
}
.normalad .date {
	color: #475a76;
	font-size: 11px;
}
.normalad blockquote {
	padding: 5px 10px 6px 10px !important;
	margin: 0px !important;
	font-size: 11px;
	line-height: 130%;
	border-left: 6px solid #9cd3f1;
}

.adsArea {
	
}
.adsArea ul {
	margin: 0px !important;
	padding: 0px !important;
	list-style: none;
}
.adsArea ul li {
	font-size: 11px;
}
.adsArea ul li h3 {
	margin: 0px !important;
	padding: 0px !important;
	font-size: 12px;
}
.adsArea ul li h3 a {
	color: #003481;
	text-decoration: none;
}
.adsArea ul li h3 a:hover {
	color: #e42500;
	text-decoration: underline;
}
.adsArea ul li span {
	color: #003481;
}
.adsArea#premium ul li {
	min-height: 120px;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #f5fcff;
}
.adsArea#free ul li {
	padding-left: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #c5e3f1;
	border-left: 6px solid #9cd3f1;
}
.adsArea#free ul li span {
	color: #466c7e;
}

.newsCell {
	padding: 10px;
	font-size: 11px;
	border-bottom: 1px solid #c5e3f1;
}
.newsCell h3 {
	margin: 0px !important;
	padding: 0px !important;
	font-size: 12px;
}
.newsCell h3 a, .newsCell h3 a:hover {
	text-decoration: none;
}
.newsCell .date {
	color: #475a76;
	font-size: 11px;
}

.agendaList {
	padding: 10px 20px;
	font-size: 11px;
	border-bottom: 1px solid #c5e3f1;
}
.agendaList h3 {
	margin: 0px !important;
	padding: 0px !important;
	font-size: 12px;
}
.agendaList h3 a, .agendaList h3 a:hover {
	text-decoration: none;
}
.agendaList span {
	color: #475a76;
	font-size: 11px;
}

.testimoniCell {
	padding: 10px 10px;
	font-size: 11px;
	border-bottom: 1px solid #c5e3f1;
}
.testimoniCell h3 {
	margin: 0px !important;
	padding: 0px !important;
	font-size: 11px;
}
.testimoniCell h3 a, .testimoniCell h3 a:hover {
	text-decoration: none;
}
.testimoniCell span {
	color: #475a76;
	font-size: 11px;
}
.testimoniCell span a, .testimoniCell span a:hover {
	text-decoration: none;
}

.pageNav {
	padding: 10px;
	text-align: center;
	color: #96b4e1;
}
.pageNav strong {
	color: #111;
}

.faqCell {
	
}
.faqCell ol {
	margin: 0px 0px 0px 10px !important;
	padding: 0px 0px 0px 10px !important;
}
.faqCell ul {
	margin: 0px 0px 0px 10px !important;
	padding: 0px 0px 0px 10px !important;
}
.faqCell li {
	padding: 3px 0px;
	line-height: 150%;
}
.faqCell li a, .faqCell li a:hover, .faqCell td a, .faqCell td a:hover {
	text-decoration: none;
}
.faqCell li li a, .faqCell li li a:hover {
	text-decoration: underline;
}

/* --------------------- */

.footer {
	padding: 10px 10px 30px 10px;
	text-align: center;
	border-top: 1px solid #022c6b;
}
ul.bottomMenu {
	margin: 0px !important;
	padding: 5px 10px !important;
	list-style: none;
}
ul.bottomMenu li {
	display: inline;
	padding: 0px 6px 0px 8px;
	border-left: 1px solid #194c98;
}
ul.bottomMenu li.first {
	border: none;
}
ul.bottomMenu li a {
	color: #fff;
	text-decoration: none;
}
ul.bottomMenu li a:hover {
	color: #fff;
	text-decoration: underline;
}
.footerCell {
	padding: 8px 10px;
	color: #fff;
	font-size: 11px;
}
.footerCell a {
	color: #7da4de;
	text-decoration: none;
}
.footerCell a:hover {
	color: #fff;
	text-decoration: underline;
}
.jcLink {
	text-align: right;
}

/* tambahan dari jMLM, tabel member area */

.borderbarak {border: 1px solid #FF0000;
}
.style1 {color: #FF0000;
	font-weight: bold;
}
.style2 {
	color: #FFFFFF;
	font-weight: bold;
}
.borderbiru {
	background: #006699;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
}
