.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px 0px 20px 0px;
	padding: 4px;
	height: 24px;
	font-weight:bold;
	font-size:14px;
	background-color:#ddd;
	border-left:1px solid #000;
	border-top:1px solid #000;
	border-right:1px solid #000;
}

.mootabs_title li {
	float: left;
	background-color: #ddd;
	padding: 4px 4px 0px 4px;
	margin-right: 2px;
	cursor: pointer;
	height: 24px;
	font-weight:bold;
	font-size:14px;	
}

.mootabs_title li.active {
	background-color: #fff;
	border-bottom:none;
}

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

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