div.domtab{
	width:615px;
	margin-top: 15px;
}
ul.domtabs{
	float:left;
	margin:8px 0 0 0;
	clear:both;
	list-style-type:none;
	padding: 0 0 0 6px;			
}
ul.domtabs li{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	margin: 0;
	padding: 0 1px;
	float: left;
}
ul.domtabs a:link,
ul.domtabs a:visited,
ul.domtabs a:active,
ul.domtabs a:hover{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;			
	padding:4px 6px 2px 6px;
	margin: 0;
	display:block;
	background:#ddd;
	color:#000;
	border: 1px solid #6b6b6b;
	border-bottom-color: #ddd;
}
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:16px;
}
ul.domtabs a:hover{
	color:#fff;
	background-color:#989898;
	border-bottom-color:#989898 !important;
}
div.domtab div.tabcontent {
	clear:both;
	width:auto;
	color:#000;
	border: 1px solid #6b6b6b;
	padding: 0px;
	min-height: 20px;
}
/*     IE hack to handle the min-height issue */	
* html div.domtab div.tabcontent {height:20px;}
ul.domtabs li.active a:link,
ul.domtabs li.active a:visited,
ul.domtabs li.active a:active,
ul.domtabs li.active a:hover{
	color:#fff;
	background-color:#6b6b6b;
	border-bottom-color:#6F6E6E !important;
}
#domtabprintview{

}
#domtabprintview a:link,
#domtabprintview a:visited,
#domtabprintview a:active,
#domtabprintview a:hover{
	color:#0033ab;
}
domtab.greyBar {
	background-color:#6F6E6E;
	margin:0pt;
	padding:10px;
}
domtab.greyBar h1 {
	background-color:transparent;
	color:#FFFFFF;
	font-size:18px;
	line-height:10px;
}

div#crumbsnav {
display:inline;
float:left;
font-size:11px;
font-weight:normal;
padding:0 0 2px;
}
div#crumbsnav a	{
	color: #6F6E6E;
	}
