/* Background color*/
body.cdesign {
	background-image: url(../images/header-bg.jpg)!important;
	background-color: #000000!important;
}
.bg_uppermenus.header {
	background-image: url(../images/header-bg.jpg)!important;
}
/* Logo */
.headerTab .logo img{
	max-height: 95px!important;
	width: auto!important;
}
/* Top menu font style */
.header-nav{
	background-color: #2B0101!important;
}
.header-nav .nav > li > a {
	font-family: RobotoSlab!important;
    font-size: 15px!important;
	font-style: normal!important;
	color: #ffffff!important;
}
.header-nav .nav-pills > li.active1 {
	background-color: #222222!important;
}
/* Topmenu items divider */
.header-nav .nav-pills li a::after {
	color: #fffec5!important;
}
/* Topmenu dropdown menu area background color */
.header .sub-nav-list ul{
	background-color: #D9BCBC!important;
}
.header .sub-nav-list li:hover{
	background-color: #BA9090!important;
}
/* Uppermenu text  */
#deg01 .menu a{
	color: #ffffff!important;
}
/* Running text background */
#deg01 .runningText{
	color: #ffffff!important;
}
#deg01 .ngradient{
	background: #280000!important;
}
#deg01 #info a{
	color: #fbc319!important;
}
#main-content{
	background-color: #560000!important;
}

/* Popup top Tab background */
.nav-tabs{
	background: #FFCBCB!important;
	background: -moz-linear-gradient(top, #FFCBCB 0%, #FFD6D6 4%, #FFB7B7 90%, #390000 96%, #390000 100%)!important;
	background: -webkit-linear-gradient(top, #FFCBCB 0%,#FFD6D6 4%,#FFB7B7 90%,#390000 96%,#390000 100%)!important;
	background: linear-gradient(to bottom, #FFCBCB 0%,#FFD6D6 4%,#FFB7B7 90%,#390000 96%,#390000 100%)!important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFCBCB', 390000='#390000',GradientType=0 )!important;
	border-color: #FFCBCB!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 #4F0D0D!important;
	color: #720000!important;
	border-bottom-color: transparent!important;
}
/* Popup top Inactive Tab */
.nav-tabs > li a{
	color: #720000!important;
}
/* Popup top Inactive Tab hover */
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus{
	color: #720000!important;
}

.nav-tabsbtm{
	background: #FFCBCB!important;
	background: -moz-linear-gradient(top, #FFCBCB 0%, #FFD6D6 4%, #FFB7B7 90%, #390000 96%, #390000 100%)!important;
	background: -webkit-linear-gradient(top, #FFCBCB 0%,#FFD6D6 4%,#FFB7B7 90%,#390000 96%,#390000 100%)!important;
	background: linear-gradient(to bottom, #FFCBCB 0%,#FFD6D6 4%,#FFB7B7 90%,#390000 96%,#390000 100%)!important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFCBCB', 390000='#390000',GradientType=0 )!important;
	border-color: #FFCBCB!important;
}
/* Wallet Action Content Border */
.wallet{
	border: 2px solid #FFB6B6!important;
}
/* Wallet Action tab background */
.account_nav{
	background-color: #842929!important;
}
/* Wallet Action tab font */
.account_nav ul a{
	color: #FFC5C5!important;
}
/* Wallet Action tab active background */
.account_nav ul a:hover, .account_nav ul a.choice{
	background-color: #FFCECE!important;
	color: #6F0000!important;
}

/* Wallet Panel Top Header */
.wallet .top_title{
	background: #842929!important;
	color: #FFC5C5!important;
}	
/* Wallet Panel Total Row */
.wallet .total{
	background-color: #290000!important;
}
/* Wallet Panel Header Divider */
.wallet .total.main{
	border-top: 1px solid #ffffff!important;
}
/* Wallet Panel Main Row */
.wallet .total.main{
	color: #ffffff!important;
}

/* My Profile Title */
table.wrapTbl thead tr th{
	color: #903636!important;
}