
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 20px;
	background-image:url('../art/grey.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
}

.mootabs_title li {
	float: left;
	background-color: #ddd;
	padding: 2px 26px 1px 26px;
	margin-right: 1px;
	cursor: pointer;
	height: 17px;
	text-transform: uppercase;
	border-right: 1px solid #ffffff;
	list-style-image: url(../art/blank.gif);	
	color: #9a9a9a;
}

.mootabs_title li.active {
	background-color: #FCFCFC;
	border-top:1px solid #dadada;
	border-left: 1px solid #dadada;	
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #FCFCFC;
	color: #cc3300;
	list-style-image: url(../art/blank.gif);
}

.mootabs_panel {
	display: none;
	width: 100%;
	top: -1px;
	clear: both;
	padding-top: 0px;
}

.mootabs_panel.active {
	display: block;
	padding-top: 0px;
}