
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
	
}

.mootabs_title li {
	float: left;
/*	background-color: #3975BD; */
	padding: 2px 15px 2px 15px;
	margin-right: 2px;
	cursor: pointer;
	color: #fff;
	font-family: "Trebuchet MS";
	font-size: 12px;
	height: 100px;
	line-height: 100px;
}

.mootabs_title li.active {
	background-color: #49A8EC;
}


.mootabs_panel {
	display: none;
	position: relative;
	width: 545px;
	top: -1px;
	font-family: "Trebuchet MS";
	clear: both;
	color: #fff;
	overflow: auto;
	padding: 5px;
}

.mootabs_panel h1, h2, h3{color:#fff;}
.mootabs_panel h1{margin-bottom:-20px;}

.mootabs_panel.active {
	background-color: #49A8EC;
	display: block;
	
}

.mootabs_title li.over {
	font-weight: bold;
}
