body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:90%;
	background:#006699;
	color:#ccc;
}
div.domtab {
	padding:0 1em;
	width:95%;
	font-size:90%;
}
ul.domtabs {
	float:left;
	width:100%;
	margin: 0;
	margin-bottom: -1px;
	}
ul.domtabs li {
	float:left;
	padding:0 0 0 0;
}
ul.domtabs a:link,  ul.domtabs a:visited,  ul.domtabs a:active,  ul.domtabs a:hover {
	width:7.5em;
	padding: .5em;
	display:block;
	background:#e3f0f8;
	color:#006699;
	height:1em;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	white-space : nowrap;
	text-decoration:none;
	border: 1px solid #2aabe2;
}
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:#2aabe2;
}
div.domtab div {
	clear:both;
	width:auto;
	background:#e3f0f8;
	border-top: 2px solid #2aabe2;
	color:#006699;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	padding:5px 5px;
	margin-right: 2px;
}
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:#2aabe2;
	color:#fff;
	margin-right: 2px;
}
#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:#006699;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight:bold;
}
div.domtab div h2 a,  div.domtab div h2 a:hover,  div.domtab div h2 a:active {
	color:#cfc;
	display:block;
	padding:0;
	font-weight:normal;
	font-size:14px;
}
/* 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;
}

