
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
}
.mootabs_title li {
	float: left;
	background-color: #FFF;
	padding: 5px 12px 0px 12px;
	margin-right: 2px;
	cursor: pointer;
	height: 24px;
	font-weight: bold;	
    	border-right: 1px solid  #30660b; 
    	border-top: 1px solid #6aa640; 
    	border-left: 1px solid  #6aa640; 
	vertical-align: middle;
	color: #2f670c;
}

.mootabs_title li img{
	vertical-align: middle;
	margin-top: -2px;
}

.mootabs_title li.active {
	background-color: #30660b;
	font-weight: bold;
	color: #FFF;
}

.mootabs_title li.active:hover {
	background-color: #6aa640;
	font-weight: bold;
	color: #FFF;
}



.mootabs_panel {
	display: none;
	background-color: #dcead1;
	position: relative;
	/* width: 90%; */
	top: -1px;
	clear: both;
	overflow: auto;
	padding: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
    	border-bottom: 1px solid #30660b; 
    	border-right: 1px solid  #30660b; 
    	border-top: 1px solid #6aa640; 
    	border-left: 1px solid  #6aa640; 
}

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

#optionals_container{
    margin-bottom: 10px;	
}

.mootabs_panel a{
    color: #30660b;
}

