.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px !important;
	padding: 0px !important;
	height: 25px !important;
	
}

.mootabs_title li {
	float: left !important;
	background-color: #f4f8fd !important;
	padding: 2px 8px 2px 8px !important;
	margin-right: 2px !important;
	cursor: pointer;
	height: 25px !important;
	border: 1px solid #dce6f2;
	border-bottom:none;
	font-size:15px;
}

.mootabs_title li.active {
	background-color: #E0EDFC !important;
	font-weight:bold;
}

.mootabs_panel {
	display: none;
	background-color: #eef4fa;
	position: relative;
	width: 100%;
	top: -13px  !important;
	clear: both;
	overflow: auto;
}

.mootabs_panel.active {
	background-color: #E0EDFC;
  border-top:3px solid #E0EDFC; 
  border-bottom:5px solid #E0EDFC; 
	display: block  !important;
}

