/*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;
	float: left;
	position: relative;
	z-index: 1;
	bottom: -1px;
}
.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-right: none;
	font-weight: bold;
	text-transform: uppercase;
}
.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: 1em;
	text-decoration: none;
	padding: .2em 1.0em;
	color: #000000;
	background: #ffffff ;
}
.ui-tabs-nav li a:hover {
	color: #000000;
}
.ui-tabs-nav li.ui-tabs-selected {
	border: 1px solid #b5b5b5;
	background: #ffff00 ;
	border-bottom-color: #ffff00;
	color: #000000;
}
.ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover {
	background: #ffff00 ;
	color: #000000;
}
.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;
	clear: left;
	border: 1px solid #b5b5b5;
	background: #ffff00 ;
	color: #000000;
	/*padding: 0.5em 1.0em;	*/
	padding:10px 0 10px 10px;
	height: 210px;
}
.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}

