.mootabs{
  color: #222222;
}	
	
.mootabs_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 1.12em;
  border-bottom: 0.06em solid #a0a0a0;	
}

.mootabs_title li {
	float: left;
	background-color: #f9f9f9;
	border: 0.06em solid #a0a0a0;
	padding: 0px 8px 0px 8px;
	margin-left: 0.12em;
	cursor: pointer;
	height: 1.44em;
	line-height: 1.44em;
	font-size: 0.75em;
  font-weight: normal;	
}

.mootabs_title li.active {
	background-color: #efefef;
  height: 1.44em;
  font-weight: bold;
  border-bottom: 0.06em solid #efefef;
}

.mootabs_panel {
	display: none;
	background-color: #ddd;
	position: relative;
	clear: both;
	overflow: auto;
	font-size: 0.75em;
}

.mootabs_panel tbody{
	height: auto !important;
	overflow-x: auto;
}

.mootabs_panel.active {
  background-color: #f2f2f2;
  border-left: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
  border-right: 1px solid #a0a0a0;
  display: block;
  padding: 0.62em;
}

.mootabs form {
  margin: 0;
}  
