/*
 * 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 {
	padding: 0;
	border: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	float: left;
	position: relative;
	z-index: 1;
	bottom: -1px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 16px;
	margin-left: 0;
}
.ui-tabs-nav ul {
	/*resets*/margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
	
}
.ui-tabs-nav li {
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
	float: left;
	border-right: none;
	height: 36px;
	display: block;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
}
.ui-tabs-nav li a {
	/*resets*/margin: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
	float: left;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(../../images/tabnavBG.gif);
	background-repeat: repeat-x;
	background-position: 0 50%;
	height: 36px;
	padding-top: 1.7em;
	padding-right: 1.7em;
	padding-bottom: 0.5em;
	padding-left: 1.7em;
	display: block;
}
.ui-tabs-nav li a:hover {
	color: #FFFFFF;
	
	background-image: url(../../images/hovernavTab.gif);
	background-repeat: repeat-x;
	background-position: 0 50%;
}
.ui-tabs-nav li.ui-tabs-selected {
	border-bottom-color: #ffffff;
}
.ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover {
	color: #212121;
	background-color: #ffffff;
	background-image: url(../../images/activetabBG.gif);
	background-repeat: repeat-x;
	background-position: 0 top;
}
.ui-tabs-panel {
	/*resets*/margin: 0;
	padding: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 14px;
	list-style: none;
	font-family: Verdana, Arial, sans-serif;
	clear:left;
	color: #222222;
	padding: 1.5em 1.7em;
	background-color: #C2C2C2;
	background-image: url(../../images/tabBG.gif);
	background-repeat: repeat-x;
	background-position: 0 top;
}
.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}







