
/*UI tabs*/
#content .ui-tabs-nav {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; font-family: Arial, Helvetica, sans-serif; font-size: 1.1em; float: left; position: relative; z-index: 1;
border-right: 1px solid #d3d3d3; bottom: -1px;margin-left:40px; display:inline;}
#content .ui-tabs-nav ul {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;}
#content .ui-tabs-nav li {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; float: left; border: 1px solid #d3d3d3; border-right: none;}
#content .ui-tabs-nav li a {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; float: left; font-size: 110%;; font-weight: normal; text-decoration: none; padding: .5em 1.7em; color: #993300;
background: #e6e6e6 url(images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;}

#content .ui-tabs-nav li a:hover {
	background: #dadada url(images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	color: #212121;
}
#content .ui-tabs-nav li.ui-tabs-selected {
	border-bottom-color: #ffffff; 
}
 #content .ui-tabs-nav li.ui-tabs-selected a, #content .ui-tabs-nav li.ui-tabs-selected a:hover {
	background: #ffffff url(images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
	color: #993300;font-weight:bold;
}
#content .ui-tabs-panel {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; list-style: none;
	font-family: Verdana, Arial, sans-serif;
	clear:left;
	border-top: 1px solid #d3d3d3;
	background: #ffffff url(images/ffffff_40x100_textures_01_flat_75.png) 0 0 repeat-x;
	padding: 1.5em 1.7em;	
}
#content .ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}

#content  ul.tablists {margin-left:70px; font-size:120%; padding:0px;margin-right:40px;font-family: Verdana, Arial, sans-serif;}
#content  ul.tablists li {margin-bottom:8px;}




