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

.mootabs_title li {
	float: left;
	background-color: #dddddd;
	padding: 2px 8px 2px 8px;
	margin-right: 2px;
	cursor: pointer;
	color: #0479cd;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	height: 24px;
	line-height: 24px;
}

.mootabs_title li.active {
	background-color: #f4f4f4;

}

.eventThings {
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	clear: both;
	color: #0479cd;
}

.mootabs_panel {
	display: none;
	position: relative;
	width: 100%;
	top: -1px;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	clear: both;
	color: #333333;
	overflow: auto;
	padding: 5px;
}

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

	
}

.mootabs_title li.over {
	font-weight: bold;
}

