	
	.mootabs_title {
		list-style-image: none;
		list-style-type: none;
		margin: 5px;
		padding: 5px;
		height: 30px;
		
	}
	.mootabs_title li {
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
		padding: 1px 2px 1px 2px;
		margin-right: 8px;
		cursor: pointer;
		height: 14px;
		color:#21337c;
		font-weight: bold;
			}
	.mootabs_title li.active {
		background-color: #cccccc;
		color:#ffffff;
	}
	.mootabs_panel {
		display: none;
		background-color: #ddd;
		position: relative;
		width: 95%;
		top: 3px;
		clear: both;
		overflow:hidden;
		padding: 4px;
		z-index:0;
	}
	.mootabs_panel.active {
		background-color: #ffffff;
		border:solid #7ca1bb 0px;
		display:block;
		z-index:0;
	}
		

