/*
 * 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;
	float: left;
	position: relative;
	z-index: 1px;
	/*bottom: -1px;*/
			}
	
.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 {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	margin-left: 0px; 
     /*border: 1px solid #cccccc;*/
	border-right: none;
	}
.ui-tabs-nav li a {
	/*resets*/margin: 0; margin-left: 0px; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	font-size: 0.7em;
	font-weight: bold;
	text-decoration: none;
	padding: 9px 6px 9px 6px;
	color: #ffffff;
	width:120px;
	text-align: center;
	display:block;
		/*background: #f6f6f6 url(images/f6f6f6_40x100_textures_02_glass_100.png) 0 50% repeat-x;*/
	background: url(images/green_back.jpg) no-repeat;
		}
.ui-tabs-nav li a:hover {
	/*background: #fdf5ce url(images/fdf5ce_40x100_textures_02_glass_100.png) 0 50% repeat-x;*/
	
	color: #0c6e17;
	background: url(images/green_back_over.jpg) no-repeat;
	
}
.ui-tabs-nav li.ui-tabs-selected {
	border-bottom-color: #c0d17c;
	color: #0c6e17;
}
.ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover {
	/*background: #ffffff url(images/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
	color: #eb8f00;*/
	color: #0c6e17;
	background: url(images/green_back_over.jpg) no-repeat;
	border-bottom-color: #c0d17c;
}
.ui-tabs-panel {
	/*resets*/margin: 0; margin-left: 18px; width: 450px; 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 #ffffff;*/
	background: #c0d17c;
	color: #333333;
	padding: 6px 12px 6px 12px;	
	font-size: 0.7em;
	background: url(images/tabs_back_col.jpg) repeat;
	
}
.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}


