		* {
			padding: 0;
			margin: 0;
		}			

		.text {
			margin: 10px;
		}

		.vScrollbar {
			float: left;			
		}
		
		.hScrollbar {
			clear: both;	
			}

		.vTrack {
			height: 30px;
			width: 15px;
			position: relative;			
			background-repeat:repeat-y;
			overflow: hidden;	
				
		
		
		.hTrack {
			float: left;
			height: 15px;
			width: 255px;
			position: relative;
			background: #ddd;
			overflow: hidden;			
		}			

		.vThumb, .hThumb {
			position: absolute;
			top: 0;
			left: 0;
			height: 15px;
			width: 15px;
			background: #aaa;
			overflow: hidden;
		}
		/*.vThumb {
			background-color: transparent;
			background-image:url(../images/content/form/scroller/scrollbarbutton.gif);
			background-position:center center;
			background-repeat:no-repeat;
		}*/
		
		
		
		
			
		




.mootabs_title ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width:233px;
	overflow:hidden;
	height:23px;
	background-image:url(images/h1-grey-225.jpg);
	background-repeat:no-repeat;
}

.mootabs_title   li {
	float: left;
	cursor: pointer;
	color: #000;
	height: 23px;
	margin:0;
	padding:0;
	line-height:23px;
	/*padding-left:5px;*/
	text-align:center;
	
	
}
.mootabs_title li a {
	text-decoration:none;
	display:block;
	color:#000;
	padding-left:5px;
	height:23px;
	background-color:transparent;
}


.mootabs_title li.active {
	background-color:transparent;
	background-image:url(images/li_active.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}




.mootabs_panel {
	display: none;
	position: relative;
	/*width: 100%;*/
	top: -1px;
	clear: both;
	color: #000;
	overflow: hidden;
	padding: 5px;
}

.mootabs_panel.active {
	background-color: transparent;
	display: block;

}

.mootabs_title li.over {
	font-weight: normal;
	background-color:transparent;
}

.mootabs_title li.active a,
.mootabs_title li.over a {
 text-decoration:none;
 color:#093a7e;
 background-color:transparent;
}


.mootabs_title li.active a {
 background-image:url(images/active_a_left.gif);
	background-position:-1px top;
	background-repeat:no-repeat;
}
.mootabs_title li.active a.secondli {
 background-image:url(images/active_a_left.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

