
/*UI tabs*/
.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: Verdana, Arial, sans-serif;
	float: left;
	position: relative;
	z-index: 1;
	bottom: -1px;
}
.ui-tabs-nav-item {
	/*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;
}
.ui-tabs-nav-item 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: .75em;
	font-weight: normal;
	text-decoration: none;
	padding: .2em .5em;
	border-right: 1px solid #d3d3d3;
	color: #000;
	background: #e4e5e6 url(/lib/swps/75f.png) 0 50% repeat-x;
}
.ui-tabs-nav-item a:hover {
	background: #bfdaff url(/lib/swps/75.png) 0 50% repeat-x;
	color: #000;
}

.ui-tabs-nav-item a:visited {color:#000;}

.ui-tabs-selected a:visited {color:#fff;}

.ui-tabs-selected {
	border-bottom-color: #96171A;
}
.ui-tabs-selected a, .ui-tabs-selected a:hover {
	background: #96171A url(/lib/swps/65.png) 0 50% repeat-x;
	color: #fff;
}

.tabs div {list-style: disc;}

.ui-tabs-panel {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	clear:left;
	border: 1px solid #d3d3d3;
	background: #ffffff;
	color: #000000;
	padding: .5em .7em;
	margin-right: 160px;	
}
.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}

