

/*Tabs Styles*/
._tbStyles{
	border-bottom: 0px !important;
}

._tbStyles ul.tabs {
		margin: 0;
		padding: 0;
		float: left;
		list-style: none;
		height: 95px;
		border-left: 1px solid #dddddd;
		width: 100%;
	}
._tbStyles ul.tabs li {
		float: left;
		margin: 0;
		cursor: pointer;
		padding: 0px;
		height:40px;
		line-height:40px;
		border: 1px solid #dddddd;
		border-left: none;
		background: #f3f3f3;
		overflow: hidden;
		position: relative;
		width:33.33%;
		text-align:center;
	}
/*._tbStyles ul.tabs li:hover {
		background: #dddddd;
	}	*/
._tbStyles ul.tabs li.active{
		background: #FFFFFF;
		border-bottom: 1px solid #FFFFFF;
	}
._tbStyles .tab_container {
		border: 1px solid #dddddd;
		border-top: none;
		clear: both;
		float: left; 
		width: 100%;
		background: #FFFFFF;
	}
._tbStyles .tab_content {
		padding:0px;
		display: none;
	}
._tbStyles .tab_content ._marquee marquee {
    height: 150px !important;
    width: 100%;
}


._RPanel>.row{
    margin:0px !important;
}
._RPanel .rGroup .row{
    background:#fff;
    margin:0px !important;
    margin-bottom: 25px !important;
}
._RPanel .rGroup .row .col-md-8{
    border-left:solid 1px #f5f5f5;
    min-height: 200px;
}


@media only screen and (max-width:767px){
._RPanel .rGroup .row .col-md-8{
    border-left:none !important;
    min-height: auto !important;
    border-top:solid 1px #f5f5f5 !important;
    text-align:center;
}
}



._whatsNw{
	border:solid 1px #ddd;
}
._whatsNw h4{
	background:#f5f5f5;
	padding:13px 10px;
	margin:0 0 2px 0;
	font-size:15px;
	border-bottom:solid 1px #ddd;
	position:relative;
}
._whatsNw h4 a{
	position:absolute;
	right:10px;
	top:13px;
	color:#1265D5;
	font-size:13px;
}
._whatsNw ._marquee{
	padding:10px;
}
._whatsNw ._marquee marquee{
	height:150px;
	width:100%;
}

/*////////////firefox CSS hack///////////////////////////*/
@-moz-document url-prefix() {
._whatsNw ._marquee marquee{
	height:130px;
	width:100%;
}
}

/*////////////firefox CSS hack///////////////////////////*/


._whatsNw ._marquee ul{
}
._whatsNw ._marquee ul li, ._whatsNw ._marquee ul li a{
	display:block;
}
._whatsNw ._marquee ul li a{
	color:#1265D5;
	font-size:13px;
	padding:0px;
	padding-bottom:10px;
	border:none;
	border-bottom:solid 1px #ddd;
	background:none;
	margin-bottom:10px;
}
._whatsNw ._marquee ul li a:hover{
	background:none;
	
}
