/*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: Trebuchet MS, Arial, sans-serif;
	float: left;
	width:50%;
	position:relative;
	z-index:1;


}
.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-right: none;
	margin-left:5px;
}
.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:13px;
	font-weight: bold;
	text-decoration: none;
	margin-left:3px;
	padding: .0em 1.0em;
	border: 1px solid #cccccc;
	border-bottom:none;
	color: #0a0909;
	line-height:25px;
	text-align:center;
	background: #fff url(images/tab-bg.gif) repeat-x;
	height:24px;
}
.ui-tabs-nav-item a:hover {
	background: #fff url(images/tab-bg.gif) repeat-x;
	color: #0a0909;
	height:24px;
}
.ui-tabs-selected {
	border-bottom-color: #F5F4ED;
	position:relative;
	top:1px;
}
.ui-tabs-selected a, .ui-tabs-selected a:hover {
	background: #fff url(images/tab-bg.gif) repeat-x bottom;
	color:#4F863C;
	font-weight:bold;
}
.ui-tabs-panel { /*resets*/margin:0; padding:0; border:0; margin-left:1%; outline: 0; line-height:24px; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Trebuchet MS, Arial, sans-serif;
	clear:left;
	border: 1px solid #cccccc;
	background:#fff url(images/bg-tabcontainer-top.gif) repeat-x top;width:94%;height:auto;
	color: #222222;
	padding: 1.5em 1.7em;	
}
.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}