ul.domtabs{
	width:100%;
	margin: 0 0 0 0 !important;
	padding: 0 0 0 0 !important;
	background: #fff;
}
ul.domtabs li{
	float:left;
	padding: 0 0.5em 0 0;
	margin: 0 0 0 0;
	list-style-type: none;
}
ul.domtabs a{
	width: 12em;
	padding: .2em 1em;
	display: block;
	background: #E9EAEB;
	color: #9BA0A6;
	font-weight: bold;
	text-decoration: underline !important;
}

ul.domtabs a:hover{
	background:#DDE5ED;
	text-decoration: none !important;
}

ul.domtabs a.current {
	background: #DDE5ED;
	color: #000;
	text-decoration: none !important;
}

div.domtab div h2 {
    margin: 0 0 0 0 !important;
    padding: 0.5em 0 0.5em 0.5em !important;
    font-size: 1em !important;
    color: #3B628A !important;
}

div.domtab div {
	background: #DDE5ED;
	margin: 0 0 0 0 !important;
	padding: 0 0 0 0 !important;
	clear: both;
}

/*div.domtab td, div.domtab th {
    font-size: 0.9em;
}*/
