.mootabs_title p {
	list-style-image: none;
	list-style-type: none;
	text-align: justify;
}

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

.mootabs_title li {
	float: left;
	background-color: #F4FFF4;
	padding: 2px 8px 2px 8px;
	margin-right: 2px;
	cursor: pointer;
	height: 24px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	color: #006600;
	border: 1px solid #7EBB1B;
}

.mootabs_title li.active {
	background-color: #ECFFEC;
}

.mootabs_panel {
	display: none;
	background-color: #F4FFF4;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	overflow: auto;
	padding: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #7EBB1B;
	border-bottom-color: #7EBB1B;
	border-left-color: #7EBB1B;
}

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