#centerColumn ul.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	list-style: outide;
	margin: 0px 0px 0px 0px; 
	padding: 0px;
	height: 21px;
}

.mootabs_title li {
	float: left;
	background-color: #ddd;
	margin-right: 3px;
	cursor: pointer;
	width: 103px;
	height: 35px;
	background: url('../images/tabs_off.gif');
	text-align: center;
	line-height: 2.8em;
	font-size: 12px;
	list-style-image: none;
	list-style-type: none;
	margin: 0px; 
	padding: 0px;
	list-position: inside;
}

.mootabs_title li.active {
	background-color: #e6e6e6;
	background: url('../images/tabs_on.gif');
	font-weight: bold;
}

.mootabs_panel {
	display: none;
	background-color: #fff;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	overflow: hidden;
	padding: 4px;
	border: 1px solid #ccc;
	border-bottom: 3px solid #ccc;
}

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