/* Background color*/
body.cdesign {
	background:none;
background-color: #fff;
  padding:0px;
  margin:0px;
}

#main-content {
color: #ffffff;
}

.ygradient2 {
    background: #3ca4fe;
    background: -moz-linear-gradient(top, #3ca4fe 0%, #2f90e4 100%);
    background: -webkit-linear-gradient(top, #3ca4fe 0%, #2f90e4 100%);
    background: linear-gradient(to bottom, #3ca4fe 0%,#2f90e4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ca4fe', endColorstr='#2f90e4',GradientType=0 );
}

/* Top menu font style */
.header-nav .nav > li > a {
    font-size: 14px;
	color: #000!important;
}
.header-nav .nav-pills > li.active1 {
	background-color: #c0e2ff!important;
}

/* Topmenu items divider */
.header-nav .nav-pills li a::after {
	color: #000!important;
}
/* Topmenu dropdown menu area background color */
.header .sub-nav-list ul{
	background-color: #c0e2ff!important;
}
.header .sub-nav-list li:hover{
	background-color: #3ca4fe!important;
}

.header .sub-nav-list li>div>a:hover{
	background-color: #3ca4fe!important;
}

/* HeadDrop */
#headDrop > ul > li > a {
    color: #ffffff;
}
	
/* Uppermenu text  */
#deg01 .menu a{
	color: #000!important;
}
/* Running text background */
#deg01 .ngradient{
	background: #000000!important;
}

#deg01 .content-wraper #content-menu {
	border: 2px solid #ffffff;
}

/*Running Text*/
#deg01 .runningText
{
	color: #fff;
}

#info .infoLabel {
	color: #ffffff;
}

#deg01 #info a, #deg01 #info span {
    color: #ffffff!important;
}

img.bod {
    border: 2px solid #ffffff;
}

/* Popup top Tab background */
.nav-tabs{
	background: #3ca4fe!important;
	background: -moz-linear-gradient(top, #68b9ff 0%, #3ca4fe 8%, #2c93ed 90%, # 96%, #1880da 100%)!important;
	background: -webkit-linear-gradient(top, #68b9ff 0%,#3ca4fe 8%,#6ed6fb 90%,#258be4 96%,#1880da 100%)!important;
	background: linear-gradient(to bottom, #68b9ff 0%,#3ca4fe 8%,#2c93ed 90%,#258be4 96%,#1880da 100%)!important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ca4fe', endColorstr='#1880da',GradientType=0 )!important;
	border-color: #1880da!important;
}

/* Popup top Active Tab */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
	border: 1px solid #08212D!important;
	color: #000000!important;
	border-bottom-color: transparent!important;
}
/* Popup top Inactive Tab */
.nav-tabs > li a{
	color: #000000!important;
}
/* Popup top Inactive Tab hover */
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus{
	color: #ffffff!important;
}

.nav-tabsbtm{
	background: #3ca4fe!important;
	background: -moz-linear-gradient(top, #68b9ff 0%, #3ca4fe 8%, #2c93ed 90%, # 96%, #1880da 100%)!important;
	background: -webkit-linear-gradient(top, #68b9ff 0%,#3ca4fe 8%,#6ed6fb 90%,#258be4 96%,#1880da 100%)!important;
	background: linear-gradient(to bottom, #68b9ff 0%,#3ca4fe 8%,#2c93ed 90%,#258be4 96%,#1880da 100%)!important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ca4fe', endColorstr='#1880da',GradientType=0 )!important;
	border-color: #1880da!important;
}

/* Wallet Action Content Border */
.wallet{
	border: 2px solid #3ca4fe!important;
}
/* Wallet Action tab background */
.account_nav{
	background-color: #3ca4fe!important;
}
/* Wallet Action tab active background */
.account_nav ul a:hover, .account_nav ul a.choice{
	background-color: #d2f3ff!important;
	color: #000000!important;
}

/* Wallet Panel Top Header */
.wallet .top_title{
	background: #3ca4fe!important;
}	
/* Wallet Panel Total Row */
.wallet .total{
	background-color: #3f3f3f!important;
}
/* Wallet Panel Header Divider */
.wallet .total.main{
	border-top: 1px solid #ffffff!important;
}

/* My Profile Title */
table.wrapTbl thead tr th{
	color: #1880da!important;
}

.inbox_top_bar {
	background-color: #1880da;
}

/* Latest Results */
#latest_results tr td{
	background-color:#c9c9c9;
}

/* Data Nomor */
#datanomor_topbar span:hover{
	background:#5ab2ff;
	cursor:pointer;
}
#datanomor_topbar .selected{
	background:#5ab2ff;
	cursor:pointer;
}

.accordion .acWrapper > h3 { color: #000 !important; margin: 10px 0px; font-weight: bold; }

.accordion .acWrapper .acDesc, .accordion .acWrapper .acDesc ul li { color: #000 !important; line-height: 22px; }