#mootabs {
	width: 960px;
}


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

.mootabs_title li {
	float: left;
	background-color: #700b0b;
	padding: 2px 8px 2px 8px;
	margin-right: 2px;
	cursor: pointer;
	height: 24px;
	
}

.mootabs_title li.active {
	background-color: #4d0504;
	color: #FFFFFF;
	border-top: 1px solid #d41414;
	border-left: 1px solid #d41414;
	border-right: 1px solid #d41414;
}

.mootabs_panel {
	display: none;
	background-color: #666666;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	overflow: auto;
	padding: 3px;
	color: #ffffff;
	
}

.mootabs_panel.active {
	color: white;
	background-color: #4d0504;
	display: block;
	border-bottom: 1px solid #d41414;
	border-left: 1px solid #d41414;
	border-right: 1px solid #d41414;
}
