
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #464632;
}

.mootabs_title li {
	float: left;
	background-color: #ebe6d7;
	border-top: 3px solid #a8a494;
	border-bottom: 3px solid #a8a494;
	border-right: 1px solid #CCCCCC;
	padding: 2px;
	margin-right: 1px;
	cursor: pointer;
	font-size: 13px;
	
}

.mootabs_title li.active {
	background-color: #e1dcd2;
	color: #1e1e14;
	border-top: 3px solid #50503c;
	border-bottom: 3px solid #50503c;
}

.mootabs_panel {
	display: none;
	position: relative;
	padding: 5px;
	width: 502px;
	top: 5px;
	clear: both;
	height: 800px;
	overflow: auto;
	background-color: #ebe6d7;
	border: 1px solid #a8a494;
}

.mootabs_panel.active {
	display: block;
}

.mootabs_panel h2 {
color:#464632;
font-size: 20px;
}

.mootabs_panel strong {
font-weight: bold;
color: #1e1e14;
}

.mootabs_panel em {
font-weight: bold;
text-decoration: underline;
color: #1e1e14;
}

.mootabs_panel dd{
margin-left: 10px;
}

