.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
}

.mootabs_title li {
	float: left;
	background-color: #f5f5f5;
	padding: 4px 14px 2px 14px;
	margin: 0 1px 0 0 !important;
	cursor: pointer;
	height: 24px;
}

.mootabs_title li.active {
	background-color: #ddd;
	font-weight: bold;
}

.mootabs_panel {
	display: none;
	background-color: #ffffff;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	overflow: auto;
	padding: 8px;
}

.mootabs_panel.active {
	display: block;
	border: 1px solid #ddd;
}