
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
}

.mootabs_title li {
	float: left;
	background-color: #EDEDED;
	padding: 4px 6px 0px 6px;
	margin-right: 2px;
	cursor: pointer;
	height: 24px;
	font-size:100%;
}

.mootabs_title li.active {
	background-color: #F6F6F6;
	color:#B81031;
}

.mootabs_panel {
	display: none;
	background-color: #F6F6F6;
	position: relative;
	width: 298px;
	padding:4px;
	top: -1px;
	z-index:10;
	clear: both;
	overflow: auto;
}

.mootabs_panel.active {
	background-color: #F6F6F6;
	display: block;
}
