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

.mootabs_title li {
	//float: left;
	background-color: #1d1d20;
	padding: 8px 8px 2px 8px;
	margin: 2px;
	cursor: pointer;
	height: 24px;
	color:#C3B2DE;
	font-family:"lucida Grande";
	font-size:14px;
	//font-style:italic;

	
}

.mootabs_title li.active {
	//background-color: #1d1d20;
	color:#f3f51c
}

.mootabs_panel {
	display: none;
	background-color: #ddd;
	position: relative;
	//width: 100%;
	clear: both;
	overflow: auto;
	
}

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