.domtab { font-size:88%; }

ul.domtabs { width:100%;}

ul.domtabs li {
	list-style-type:none;
	float:left;
	padding-right:2px;
	}

ul.domtabs a { outline:none}
ul.domtabs a:link,
ul.domtabs a:visited,
ul.domtabs a:active,
ul.domtabs a:hover {
	width:10em;
	padding:.2em .8em;
	display:block;
	/*background-image:url(../images/tab_gray.gif);*/
	background-color: #ccc;
	height:3em;
	text-decoration:none;
	}

ul.domtabs a:focus { border:1px solid #FF0; }

html>body ul.domtabs a { outline:none;outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;}
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;}
html>body ul.domtabs a:focus { border:1px solid #FF0; }

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-image:url(../images/tab_red.gif);color:#fff; outline: none;
}
ul.domtabs a:focus { border:1px solid #FF0;outline: none;  }



.domtab .tabcontent {
	clear:both;
	width:100%;
	/*width:auto;*/
	background-color:#FFD;
	border-top:3px solid #700;
	border-bottom:1px solid #700;
	padding:3px 0;
	float:left;
 }

.domtab .tabcontent h2 { padding-top:12px;}


.domtab .tabcontent p {font-size:100% !important;}




		#domtabprintview{
			float:right;
			padding-right:1em;
			text-align:right;
		}
		#domtabprintview a:link,
		#domtabprintview a:visited,
		#domtabprintview a:active,
		#domtabprintview a:hover{
			color:#fff;
		}

		.domtab .tabcontent a:link,
		.domtab .tabcontent a:visited,
		.domtab .tabcontent a:active
		{
			/*color:#fff;*/
			/*display:block;*/
			/*padding:1em .5em;*/
			/*font-weight:bold;*/
			/*font-size:1.3em;*/
		}

		.domtab .tabcontent h2 a,
		.domtab .tabcontent h2 a:hover,
		.domtab .tabcontent h2 a:active
		{
			padding:0;
			font-size:110%;
		}






#rates {
	width:200px;
	margin-left:15px;
	float: right;
	border: 1px solid #DDD;
	background-color:#EEE;
	/*margin-top: 20px;*/
}
#rates caption {
	background-color:#BBB;
	font-weight:bold;
	font-size:110%;
	padding: 6px;
}
#rates thead th { background-color:#DDD; padding:4px;}
#rates thead td { padding:3px;}

#rates tbody th, #rates tbody td { padding:3px;}
#rates tbody th {background-color:#DDD}
#rates tbody tr { background-color:#FFF;}
#rates tfoot td { background-color:#DDD; padding:3px}














		
/* 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;
}
*/
