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

.mootabs_title li {
  BORDER-RIGHT: #c1c1c1 1px solid;
  BORDER-TOP: #c1c1c1 1px solid;
  BORDER-LEFT: #c1c1c1 1px solid;
  float: left;
  background-color: #ffffff;
  padding: 2px 8px 2px 8px;
  margin-right: 2px;
  cursor: pointer;
  height: 20px;
  display: block;
  font-size:11px;
}

.mootabs_title li.active {
	background-color: #c1c1c1;
	font-weight:bold;
}

.mootabs_panel {
	display: none;
	background-color: #f1e4d3;
	position: relative;
	width: 250;
	top: -1px;
	clear: both;
	overflow: auto;
}

.mootabs_panel.active {
	background-color: #fafafa;
	BORDER-RIGHT: #c1c1c1 1px solid;
	BORDER-BOTTOM: #c1c1c1 1px solid;
	BORDER-TOP: #c1c1c1 1px solid;
	BORDER-LEFT: #c1c1c1 1px solid;
	display: block;
}