
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	font-size:12px;
	font-weight:bold;
}

.mootabs_title li {
	float: left;
	font-size:12px;
	font-weight:bold;
	margin:0px 3px 0px 1px;
	padding: 10px 10px 0px 10px;
	height: 24px; /*34*/
	text-decoration: none;
	color:#fff;
	border:1px solid #758795;
	border-bottom:none;
	background: url(tabs_bk_strip.jpg) repeat-x;
	cursor: pointer;
}

.mootabs_title li.active {
	font-size: 12px;
	font-weight:bold;
	margin:0px 3px 0px 1px;
	padding: 10px 10px 0px 10px;

	border:1px solid #ddd;
	border-bottom:none;
	background: url(tabs_active_bk.jpg) repeat-x;
	color: #000000;
	text-decoration:none;
}

.mootabs_panel {
	/*display: none;
	background-color: #ddd;*/
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	overflow: auto;
}

.mootabs_panel.active {
	/*background-color: #e6e6e6;*/
	display: block;
}