		*{
			margin:0;
			padding:0;
			list-style:none;
			border:none;
		}
		body{
			font-family:Verdana,Arial,Sans-Serif;
			font-size:90%;
			background:#333;
			color:#ccc;
		}
		
		div.domtab{
			width:100%;
			font-size:90%;
		}
		ul.domtabs{
			float:left;
			width:100%;
			margin: 10px 0 0 0;
		}
		ul.domtabs li{
			float:left;
			padding:0 .5em 0 0;
			list-style: none;
		}
		ul.domtabs a:link,
		ul.domtabs a:visited,
		ul.domtabs a:active,
		ul.domtabs a:hover{
			padding: 5px 14px;
			display: block;
			background: #48bdff;
			color: #fff;
			text-decoration: none;
			line-height: 47px;
			font-size: 15px;
			font-family: 'PTSansCaption', 'calibri', 'vardana';
			font-weight: bold;
		}
		html>body ul.domtabs a:link,
		html>body ul.domtabs a:visited,
		html>body ul.domtabs a:active,
		html>body ul.domtabs a:hover{
			height:auto;
			/*min-height:3em;*/
		}
		ul.domtabs a:hover{
			background: #e1e1e1;
			color:#48bdff;
			font-weight: bold;
			-webkit-transition:all 0.5s ease;
			-moz-transition:all 0.5s ease;
			-ms-transition:all 0.5s ease;
			-o-transition:all 0.5s ease;
			transition:all 0.5s ease;
		}
		div.domtab div{
			clear:both;
			width:auto;
			background: #e1e1e1;
			color:#48bdff;
			padding:1em 1em;
			font-weight: bold;
			font-family: 'PTSansCaption', 'calibri', 'vardana';
			-webkit-transition:all 0.5s ease;
		-moz-transition:all 0.5s ease;
		-ms-transition:all 0.5s ease;
		-o-transition:all 0.5s ease;
		transition:all 0.5s ease;
		}
		ul.domtabs li.active a:link,
		ul.domtabs li.active a:visited,
		ul.domtabs li.active a:active,
		ul.domtabs li.active a:hover{
		background: #e1e1e1;
		font-size: 15px;
		color: #48bdff;
		font-family: 'PTSansCaption', 'calibri', 'vardana';
		font-weight: normal;
		text-transform: uppercase;
		line-height: 47px;
		min-height:3em;
		-webkit-transition:all 0.5s ease;
		-moz-transition:all 0.5s ease;
		-ms-transition:all 0.5s ease;
		-o-transition:all 0.5s ease;
		transition:all 0.5s ease;
		font-weight: bold;
		}
		
		#domtabprintview{
			float:right;
			padding-right:1em;
			text-align:right;
		}
		#domtabprintview a:link,
		#domtabprintview a:visited,
		#domtabprintview a:active,
		#domtabprintview a:hover{
			color:#fff;
		}
		
		
		pre{
			font-size:1.2em;
			padding:1em;
		}
		div.domtab div a:link,
		div.domtab div a:visited,
		div.domtab div a:active
		{
			color:#fff;
			display:block;
			padding:1em .5em;
			font-weight:bold;
			font-size:1.3em;
		}
		div.domtab div h2 a,
		div.domtab div h2 a:hover,
		div.domtab div h2 a:active
		{
			color:#cfc;
			display:inline;
			padding:0;
			font-weight:normal;
			font-size:1em;
		}
		
/* other scheme! */
#other{
	font-size:.8em;
	margin-left:.3em;
	width:60em;
	margin-bottom:3em;
	float:left;
}
div#other.domtab div{
	clear:both;
	width:54em;
	background:#669;
	color:#fff;
	padding:1em 3em;
}
		
#other ul.domtabs a:hover{
	background:#669;
}
div#other ul.domtabs li.active a:link,
div#other ul.domtabs li.active a:visited,
div#other ul.domtabs li.active a:active,
div#other ul.domtabs li.active a:hover{
	background:#669;
	color:#fff;
}
#other div{
	float:left;
}
ul.prevnext{
	float:left;
	width:100%;
}
ul.prevnext li{
	float:left;
	width:49%;
}
ul.prevnext li.next{
	float:right;
	text-align:right;
}
.etabs { margin: 0 !important; padding: 0; }
.tab {     
	display: inline-block;
    zoom: 1;
    background: #777272; }
.tab a { 
    font-size: 14px;
    line-height: 2em;
    display: block;
    padding: 10px 15px;
    outline: none;
    color: #fff;
    text-transform: uppercase;
}
.tab.active { background: #fff; padding-top: 6px; position: relative; top: 1px; border-color: #666; }
.tab a.active { font-weight: bold; }
.tab-container .panel-container { background: #ccc; padding: 10px;min-height:200px; }
.selected-tab{
	
	background: #fff;
	}
.active	a{
	color : #777272;
	}