/* Tabs
----------------------------------*/
.ui-tabs {
/* padding: .2em; zoom: 1; */
}
.ui-tabs-nav {
/* list-style: none; position: relative; padding: .2em .2em 0; */
}
.ui-tabs-nav li {
/* position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; */
}
.ui-tabs-nav li a {
/* float: left; text-decoration: none; padding: .5em 1em; */
}
.ui-tabs-nav li.ui-tabs-selected {
/* padding-bottom: 1px; border-bottom-width: 0; */
	background-position: right top;
}
.ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
/* cursor: text; */
}
.ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
/* cursor: pointer; */
	background-position: right top;
} /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-panel {
/* padding: 1em 1.4em; display: block; border-width: 0; background: none; */
display: block;
background: none;
}
.ui-tabs-hide {
/* display: none !important; */
	display: none !important;
}

.nav {
/*
	background: #fff;
	padding: 5px;
*/
	clear:both;
	font-size: 80%;
	font-style: normal;
	line-height:140%;
	text-align:center;
/*
	display:block;
	padding-right: 50px;
	margin-bottom:5px;
	padding-top: 15px;
	display:block;
*/
	margin:25px 45px 0px auto;
	width: 670px;
/*
*/
}
.nav a {
	clear: both;
	padding: 0 5px;
	color: #444444;
	font-weight: bold;
	text-decoration: none;
}
.nav a.highlight {
	color: #FC2790 !important;
	font-weight: bold;
	text-decoration: none;
}

