@charset "UTF-8";
/* CSS Document */

@charset "UTF-8";
/* CSS Document */

		
		div.domtab{
			width:460px;
			margin-top: 15px;
			margin-bottom: 25px;
		}
		ul.domtabs{
			float:left;
			margin:8px 0 0 0;
			clear:none;
			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 3px;
			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:#999;
			color:#fff;
			border: 2px solid #999;
			border-bottom-color: #999;
		}
		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:#0033AB;
			border-bottom-color:#0033AB !important;
		}
		div.domtab div.tabcontent {
			clear:left;
			width:auto;
			color:#000;
			border: 2px solid #999;
			padding: 15px;
			min-height: 20px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			margin: 0;
		}
		div.domtab div.tabcontent img {
			margin: 0 0 0 15px !important;
		}
		
/*		div.domtab div.tabcontent p {
			margin: 0 0 12px 0 !important;
		}*/
		/*     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:#0033AB;
			border-bottom-color:#0033AB !important;
		}
		#domtabprintview{
			
		}
		#domtabprintview a:link,
		#domtabprintview a:visited,
		#domtabprintview a:active,
		#domtabprintview a:hover{
			font-size: 11px;
			font-style: italic;
		}

		div.tabcontent ul	{
		margin-top:0;
		padding-top:0;
		}