
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
	
    font-family: Times New Roman, Georgia;
    font-weight: bold;
    font-size: 16px;
    margin:0px 0px 10px 2px;
    
}

.mootabs_title li
{
    
	float: left;
	background-color: #ADAC9A;
	padding: 2px 8px 2px 8px;
	margin-right: 2px;
	cursor: pointer;
	height: 24px;
	width:100px;

    padding:3px 5px 3px 10px;
    text-decoration:none;	
}

.mootabs_title li.active {
	
	background:#858377 none repeat scroll 0%;
    color:#CECCB3;
}

.mootabs_panel {
	/***display: none;***/
	/*background-color: #ddd;*/
	position: relative;
	width: 350px/*100%*/;
	top: -1px;
	clear: both;
	overflow: auto;
	
	float:left;
}

.mootabs_panel.active {
	/*background-color: #e6e6e6;*/
	display: block;
	
	float: left;
}