/*UI tabs*/
.ui-tabs-nav {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.0; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana, Arial, sans-serif;
	float: left;
	position: relative;
	z-index: 1;
	border-right: 1px solid #a4b0bc;
	bottom: -1px;
}
.ui-tabs-nav-item {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.0; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	border: 1px solid #a4b0bc;
	border-right: none;
}
.ui-tabs-nav-item a {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.0; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	font-size: 0.9em;
	font-weight: normal;
	text-decoration: none;
	padding: .5em 1.0em;
	color: #555;
	background: #e6e6e6 url(/css/ui/images/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
}
.ui-tabs-nav-item a:hover {
	background: #dadada url(/css/ui/images/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	color: #212121;
}
.ui-tabs-selected {
	border-top-color: red;
	border-bottom-color: #e9ecf2;
}
.ui-tabs-selected a, .ui-tabs-selected a:hover {
	background: #e9ecf2; /*url(/css/ui/images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;*/
	color: #222;
}
.ui-tabs-selected a {
	font-weight: bold;
	background: #e9ecf2;
}
.ui-tabs-panel {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.0; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana, Arial, sans-serif;
	clear:left;
	border: 1px solid #a4b0bc;
	background: #e9ecf2;
	color: #222;
	padding: 1.0em 1.0em;
}
.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px;*/
}

