
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
	margin-left:0px !important;
}

.mootabs_title li {
	float: left;
	background-color: #3561AB;
	padding: 0 8px 0 8px;
	margin-right: 2px;
	cursor: pointer;
	height: 24px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	line-height:22px;
	text-decoration:none;
	text-transform:lowercase;
}

.mootabs_title li.active {
	background-color: #5691FF;
}

.mootabs_panel {
	display: none;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	overflow: auto;
	overflow-y: hidden;
}

.mootabs_panel.active {
	/*
background-color: #e6e6e6;
*/
	display: block;
}