@charset "utf-8";
/* CSS Document */


.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
	
}

.mootabs_title li {
	float: left;
	background-color: #37443D;
	padding: 2px 8px 2px 8px;
	margin-right: 2px;
	cursor: pointer;
	color: #D6D3C4;
	font-family: "Trebuchet MS";
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	width: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.mootabs_title li.active {
	background-color: #FFCC00;
	text-decoration: underline;
	color: #37443D
}

.mootabs_panel {
	display: none;
	position: relative;
	width: 99%;
	top: -1px;
	clear: both;
	color: #000000;
	overflow: auto;
}

html>body .mootabs_panel {
	height: 250px;
	} 

.mootabs_panel.active {
	display: block;
	
}

.mootabs_panel h2 {
margin:0px
}

.mootabs_title li.over {
	text-decoration: underline;
}

/*FOR RSS*/
.mootabs_title_rss {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
	
}

.mootabs_title_rss li {
	float: left;
	background-color: #37443D;
	padding: 2px 8px 2px 8px;
	margin-right: 2px;
	cursor: pointer;
	color: #D6D3C4;
	font-family: "Trebuchet MS";
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	width: 50px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.mootabs_title_rss li.active {
	background-color: #FFCC00;
	text-decoration: underline;
	color: #37443D
}

.mootabs_panel_rss {
	display: none;
	position: relative;
	width: 99%;
	top: -1px;
	clear: both;
	color: #000000;
	overflow: auto;
}

html>body .mootabs_panel_rss {
	height: 250px;
	} 

.mootabs_panel_rss.active {
	display: block;
	
}

.mootabs_panel_rss h2 {
margin:0px
}

.mootabs_title_rss li.over {
	text-decoration: underline;
}
