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

.mootabs_title li {
	background-image:none!important;
	float: left!important;
	background-color: #dddddd;
	padding:0px 10px!important;
	margin-right:2px;
	cursor: pointer;
	height: 24px;
	line-height: 24px;
	border-right:solid 1px #cccccc;
	border-left:solid 1px #cccccc;
	border-top:2px solid #dddddd;
	border-bottom-width:0px;
}

.mootabs_title li.active {
	background-color: #eeeeee;
	border-top:2px solid red;
	margin-bottom:-1px;
	padding-bottom:1px;
}

.mootabs_panel {
	display: none;
	background-color: #eeeeee;
	/*width: 100%;*/
	margin-top: -1px;
	clear: both;
	border:solid 1px #cccccc;
	padding:4px;
}

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