.mootabs_title {
	height: 32px;
}

.mootabs_title li {
	float: left;
	margin-right: 1px;
	cursor: pointer;
	height: 32px;
	background-image: url(../contents/schedule/img/sche_tab.gif);
	width: 80px;
	line-height: 32px;
	color: #FFFFFF;
	text-align: center;
	
}

.mootabs_title li.active {
	background-position: -80px 0px;
}

.mootabs_panel {
	display: none;
	position: relative;
	width: 100%;
	top: -1px;
	clear: both;
	overflow: auto;
	height: 1px;
	border: 2px solid #DDDDDD;
}

.mootabs_panel.active {
	display: block;
}
