.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 24px;
	
}

.mootabs_title li {
	float: left;
	background-color: #ccc;
	padding: 2px 8px 2px 8px;
	margin-right: 12px;
	cursor: pointer;
	color: #fff;
	font-size: 12px;
	height: 35px;
	line-height: 15px;
	*width: 100px;
	text-transform:capitalize;
	 -moz-border-radius:5px;
  -webkit-border-radius:5px;
}

.mootabs_title li.active {
	background-color: #fff;
	color: #333;
	  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  *width: 100px;
  *background-color: auto;
  *background-image: url(/images/tabbg.png); 
  *background-repeat: no-repeat;
	
}


.mootabs_panel {
	position: relative;
	width: 100%;
	clear: both;
	color: #333;
	height: 240px;
	overflow: hidden;
	text-align:left;
	padding: 3px;
  -moz-border-radius:8px;
  -webkit-border-radius:8px;
  background-color: #fff;
   *background-color: auto;
  *background-image: url(/images/panelbg2.png);
  background-repeat: no-repeat;
 

}

.mootabs_panel h1
{
	font-size: 11px;
	display: inline;
}

.mootabs_panel a {
font-weight: bold;
text-decoration: none;
color: #008479;
}

.mootabs_panel ul
{

}
.mootabs_panel.active {
	background-color: #fff;
	*background-color: auto;
	display: block;
	
}

.mootabs_title li.over {
	border-top: 3px solid #30DA06;
}
