#ja-tabswrap {
	position: relative;
	background: url(../ncvsm/images/tools/tabswrap-center.gif) repeat-y;
	overflow: hidden;
	z-index: 10;
		margin-top: 5px;
		
}

#ja-tabswrap-top {
	background: url(../ncvsm/images/tools/tabswrap-top.png) no-repeat top left;
}

#ja-tabswrap-bot {
	background: url(../ncvsm/images/tools/tabswrap-bot.gif) no-repeat bottom left;
	position: relative;
	overflow: hidden;
	z-index: 1000; height: 250px;
}

.mootabs_title {
	width: 100%;

	margin: 0px;
	padding: 0px;
	height: 25px;
		background: url(../ncvsm/images/tools/tabswrap-top.png) no-repeat bottom right;
}
ul.mootabs_title {
	width: 738px;
}
.mootabs_title li {
	padding: 4px 14px 0px 13px;
	float: left;
	display: block;
	margin-right: 0px;
	cursor: pointer;
	text-align: center;
	background: url(../ncvsm/images/tools/bg.gif) no-repeat bottom right;
	font-family: "tahoma";
	font-weight: bold;
	color: #004700;
	
}
.mootabs_title li.hover {
height: 21px;
	background: url(../ncvsm/images/tools/tabs-hover.png) no-repeat bottom left;
	color: #ffffff;
}

.mootabs_title li.active {
height: 21px;
	background: url(../ncvsm/images/tools/tabs-hover.png) no-repeat bottom left;
	color: #ffffff;
}

.mootabs_panel {
	display: none;
background: #ffffff;
	position: relative;
	width: 710px;
	top: 5px;
	margin: 0px 0px 0px 10px;
	clear: both;
	overflow: auto;
	height: 250px;
	
}

.mootabs_panel.active {
	background-color: #e6e6e6;
	display: block;
}
