.mootabs_title {
	background-color: #e7e2d7;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
	width:760px;
}

.mootabs_title li {
	float: left;
	background-color: #e7e2d7;
	border-right: solid 1px #666666;
	padding: 2px 8px 2px 8px;
	margin-right: 2px;
	cursor: pointer;
	color: #a68b4d;
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 12px;
	height: 24px;
	line-height: 24px;
}

.mootabs_title li.active {
	background-color: #e7e2d7;
	color: #a68b4d;
	font-weight: bold;
}

.mootabs_panel
{
	background-color: #e7e2d7;
	border-top: solid 1px #666666;
	display: none;
	position: relative ;
	width: 760px;
	top: -1px;
	font-family: "Arial, Helvetica, sans-serif";
	font-size: 12px;
	clear: both;
	color: #666666;
	overflow: auto;
	padding: 0px;
}

.mootabs_panel.active {
	background-color: #e7e2d7;
	display: block;
	
}

.mootabs_panel p {
	text-align:left;
	margin: 8px 8px 8px 8px;  	
}

.mootabs_panel strong {
	color:#666666;
	font-size: 12px;
}

.mootabs_title li.over {
	font-weight: bold;
}
