@charset "utf-8";
li {
	/*	display: inline;*/
	padding: 0;
	margin: 0;
}
ul {
	text-align: left;
	padding: 0;
	margin: 0;
}
.tabs {
	margin:0 20px;
	padding:0;
}
.tabs {
/*	background:#FFF*/
}
.tabs ul li {
	line-height:28px;
	padding:0 5px;
	display: inline;	
}
.ui-tabs-nav a {
	/*
		In general, style all links in the tab navigation area.
		In practice, this allows us to differentiate between active tabs
		and inactive tabs
	*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #1d7ebb;
/*	background-color: #d4ebfa;
	border: 1px solid #daedf9;
*/	padding:5px 20px;
	font-size:12px;
	border-bottom: 0; /* Make an unselected tab appear to float above the panel slightly */
}
.ui-tabs-nav a:hover {
/*	background:#a1d1f0;*/
	color:#175075;
	text-decoration:none;
}
.ui-tabs-nav {
	/*
		A margin at the bottom allows us to put padding at the bottom
		of the tab headers
	*/
	margin-bottom: 5px;
/*	background:#edf8ff;*/
}
.ui-tabs-selected {
}
.ui-tabs-unselect {
}
.ui-tabs-selected a {
	/*
		Style the selected tab header link (which overwrites the 'ui-tabs-nav a'
		style)
	*/
	color:#175075;
	border-bottom:none;
	font-weight:bold;
/*	background:#a1d1f0;*/
	padding:5px 20px;
}
.ui-tabs-disabled {
}
.ui-tabs-panel {
	padding: 0px;
/*	background:#FFF;*/
}
.ui-tabs-hide {
	display: none;
}



