
		
		div.domtab{
			padding:0;
			width:328px;
			font-size:90%;
			background-color: #e5e5e5;
			border: 1px solid #bababa;
		
		}
		ul.domtabs{
			float:left;
			margin:5px;
			list-style: none;
		}
		ul.domtabs li{
			float:left;
			padding:0;
			margin-right: 3px;
			border: 1px solid #bababa;
		}
		/* li for the listings */
		div.domtab div ul {
			list-style: none;
		}
		div.domtab div ul li {
			background:transparent url(../images/arrow.png) no-repeat scroll left 11px;
			padding:5px 0 4px 8px;
			border-top:1px solid #bababa;
			color:#666;
			line-height:14px;
		}
		
		/* Tabs */
		ul.domtabs a:link,
		ul.domtabs a:visited,
		ul.domtabs a:active,
		ul.domtabs a:hover{
			/*width:7em;*/
			padding: 3px 6px 3px 6px;
			display:block;
			background:#fff;
			color:#666;
			height:1em;
			text-decoration:none;
			font-family: Arial, sans-serif;
			font-size: 12px;
			font-size-adjust: none;
			font-stretch: normal;
			font-style: normal;
			font-variant: normal;
			font-weight: bold;
			float: left;
			letter-spacing: 1px;
		}
		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:1em;
		}
		ul.domtabs a:hover{
			background:#e5e5e5;
		}
		/* the box */
		div.domtab div{
			clear:both;
			width:auto;
			background:#e5e5e5;
			color:#666;
			padding: 5px;
		}
		/* Active Tabs */
		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:#f2f2f2;
			color:#67AAF1;
		}
		#domtabprintview{
			float:right;
			padding-right:1em;
			text-align:right;
		}
		#domtabprintview a:link,
		#domtabprintview a:visited,
		#domtabprintview a:active,
		#domtabprintview a:hover{
			color:#F48421;
		}
		.domtabs p{
			margin:0 0 .5em 0;
			line-height:1.3em;
		}
		.domtabs h2{
			font-size:1.3em;
			color:#cfc;
			text-transform:uppercase;
			font-family:"Trebuchet MS",Arial,Sans-Serif;
			padding:0 0 .7em .2em;
		}
		.domtabs h1{
			font-size:2em;
			text-align:center;
			font-weight:normal;
			text-transform:uppercase;
			font-family:"Trebuchet MS",Arial,Sans-Serif;
			padding:.5em 0;
			background:#000;
			border-bottom:1px solid #666;
		}
		pre{
			font-size:1.2em;
			padding:1em;
		}
		div.domtab div a:link,
		div.domtab div a:visited,
		div.domtab div a:active
		{
			color:#666;
			text-decoration: none;
		}
		div.domtab div a:hover
		{
			text-decoration: underline;
			color: #F48421;
		}
		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;
}