/*
 * 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*/
ul.ui-tabs-nav {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; 
    list-style: none;
	font-family: Verdana,Arial,sans-serif;
	float: left;
	position: relative;
	z-index: 1;
	border-right: 1px solid #d3d3d3;
	bottom: -1px;
}
ul.ui-tabs-nav ul {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; 
    list-style: none;
}
ul.ui-tabs-nav li {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; 
    list-style: none;
	float: left;
	border: 1px solid #d3d3d3;
	border-right: none;
}
ul.ui-tabs-nav li a {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; 
    list-style: none;
	float: left;
	font-weight: normal;
	text-decoration: none;
	padding: .5em 1em;
	color: #555555;
	background: #e6e6e6 0 50% repeat-x;
}
ul.ui-tabs-nav li a:hover {
	background: #dadada 0 50% repeat-x;
	color: #212121;
}
ul.ui-tabs-nav li.ui-tabs-selected {
	border-bottom-color: #ffffff;
}
ul.ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover {
	background: #ffffff 0 50% repeat-x;
	color: #212121;
}
.ui-tabs-panel {
	/* margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; */
    list-style: none;
	font-family: Verdana,Arial,sans-serif;
	clear:left;
	border: 1px solid #d3d3d3;
	background: #ffffff 0 0 repeat-x;
	color: #222222;
	padding: 1em;	
    padding-bottom:0;
}
.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}

