.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
}

.mootabs_title li {
	float: left;
	margin-top:1px;
	padding-top:10px;
	cursor: pointer;
	height: 22px;
	color:white;
	font-weight:bold;
	text-align:center;
}

.mootabs_title li.active {
	background-color: #6d93bb;
}

.mootabs_panel {
	position: relative;
	top: -1px;
	clear: both;
	display: none;
	background-color: #ddd;
	width: 884px;
	margin-left:2px;
	overflow: auto;
	padding:8px;
}

.mootabs_panel.active {
	background-color: #6d93bb;
	display: block;
}