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

	position: relative;
	z-index: 12;
	margin-bottom:-1px;
}

.mootabs_title li {
	float: left;
	background-color: #ddd;
	padding: 4px 8px 2px 8px;
	margin-right: 2px;
	cursor: pointer;
	height: 20px;
	border-left:1px solid #e1e1e1;
	border-top:1px solid #e1e1e1;
	border-right:1px solid #e1e1e1;
}

.mootabs_title li.active {
	background-color: #fff;
	font-weight:bold;
}

.mootabs_panel {
	display: none;
	background-color: #ddd;
	position: relative;
	width: 97%;
	top: -1px;
	clear: both;
	overflow: auto;
	
}

.mootabs_panel.active {
	background-color: #fff /*e6e6e6*/;
	border:1px solid #e1e1e1;
	padding:0 10px 10px 10px;
	display: block;
}