/*
 * jQuery UI screen structure and presentation
 * This CSS file was generated by ThemeRoller, a Filament Group Project for jQuery UI
 * Author: Scott Jehl, scott@filamentgroup.com, http://www.filamentgroup.com
 * Visit ThemeRoller.com
*/

/*
 * Note: If your ThemeRoller settings have a font size set in ems, your components will scale according to their parent element's font size.
 * As a rule of thumb, set your body's font size to 62.5% to make 1em = 10px.
 * body {font-size: 62.5%;}
*/

/*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: Verdana,Arial,sans-serif;
	font-size: 1.1em;
	float: left;*/
	position: relative;
	z-index: 1;
	/*border-right: 1px solid #d3d3d3;
	bottom: -1px;*/
}
.ui-tabs-nav ul {
	list-style: none;
	border-bottom: 1px dotted #c7c7c7;
	height: 29px;
	margin-top: 20px;
	margin-bottom: 8px;
}
.ui-tabs-nav li {
	float: left;
	margin: 0;
	padding: 0;
	border: 1px dotted #c7c7c7;
	border-bottom: 0;
}
.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;*/
	font-weight: normal;
	text-decoration: none;
	padding: .5em;
	color: #9a9a9a;
	font-size: .9em;
	text-transform: uppercase;
	/*background: #e6e6e6;*/
}
.ui-tabs-nav li a:hover {
	/*background: #dadada;
	color: #212121;*/
}
.ui-tabs-nav li.ui-tabs-selected {
	position: relative;
	z-index: 999;
	background: #fff;
	height: 30px;
}
.ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover {
	/*background: #fff;
	color: #212121;*/
}
.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;*/
	/*font-family: Verdana,Arial,sans-serif; */
	clear:left;
	/*border: 1px solid #d3d3d3;*/
	background: #fff;
	/*color: #222;
	padding: 1.5em 1.7em;*/	
	/*font-size: 1.1em;*/
}
.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}