
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
}
/*
.mootabs_title li {
	float: left;
	background: url(../images/tab.png);
	padding: 3px 8px 2px 8px;
	margin-right: 2px;
	cursor: pointer;
	height: 19px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
	width:109px;
	background-position: bottom;
}
*/


.mootabs_title li {
	float: left;
	background: url(../images/tab.png);
	padding: 3px 5px;
	margin-right: 2px;
	cursor: pointer;
	height: 19px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background-position: bottom;
}

.mootabs_title li.active {
	color: #000000;
	background-position: top;
}

.mootabs_panel {
	color: #000000;
	padding: 8px;
	display: none;
	background-color: #ddd;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	font-size: 12px;
	text-align: justify;
	overflow : hidden;
	overflow-y : scroll;
	overflow : -moz-scrollbars-vertical;
}
.mootabs_panel p {
	padding-bottom: 10px;
}

.mootabs_panel.active {
	background: url(../images/bg.png) repeat-x #FFFFFF bottom;
	display: block;
	border-bottom: solid 1px #FFFFFF;
}