/*
 * 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
*/



/*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;
	float: left;
	position: relative;
	z-index: 1;
	border-right: 1px solid #000000;
	bottom: -1px;
}
.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: 1px solid #000000;
	border-right: none;
}
.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: 1.0em;
	font-weight: normal;
	text-decoration: none;
	padding: .6em .6em;
	color: #ffffff;
	background: #333333 url(images/333333_40x100_textures_07_diagonals_small_10.png) 0 50% repeat-x;
}
.ui-tabs-nav-item a:hover {
	background: #006600 url(images/006600_40x100_textures_08_diagonals_thick_15.png) 0 50% repeat-x;
	color: #ffffff;
	text-decoration:none;
}
.ui-tabs-selected {
	border-bottom-color: #555555;
}
.ui-tabs-selected a, .ui-tabs-selected a:hover {
	background: #555555 url(images/555555_40x100_textures_04_highlight_hard_65.png) 0 50% repeat-x;
	color: #000000;
	text-decoration:none;
}
.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 #000000;
	background: #555555;
	padding: 1.5em 1.7em;	
}
.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}

