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

}

.mootabs_title li {
	float: left;
	background-color: #3975BD;
	padding: 2px 20px 2px 20px;
	margin-right: 2px;
	cursor: pointer;
	color: #fff;
	font-family: "Trebuchet MS";
	font-size: 12px;
	height: 24px;
	line-height: 24px;
}

.mootabs_title li.active {
	background-color: #223448;
}

.mootabs_panel {
	display: none;
	position: relative;
	width: 100%;
	top: -1px;
	font-family: "Trebuchet MS";
	clear: both;
	color: #000;
	padding: 5px;
}

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

}

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

#myTabs {
	margin:20px;
}
