
.mootabs_title {

	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;  line-height: 24px;
}
.mootabs_title li {
	float: left;
	background-color: #ff0000;
	padding: 2px 15px 2px 15px;
	margin-right: 0px;
	cursor: pointer;
	color: #fff; font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 24px;
	line-height: 24px;
}


.mootabs_title li.active {
	background-color: #eaeaea; color:#4a4949; font-weight:bold;
}

.mootabs_panel {
 font-family: Arial;
  font-size: 12px;
  line-height: 1.5;
  color:#4a4949;
	display: none;
	background-color: #eaeaea;
	position: relative;
	width: 95%;
	top: -1px;padding: 2px 20px 2px 20px;
	clear: both;
	overflow: auto; 
	
}

.mootabs_panel.active {
	background-color: #eaeaea;
	display: block;
}
