/*
 * 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: segoe ui, Arial, sans-serif;
	float: left;
	position: relative;
	z-index: 1;
	border-right: 1px solid #E4E5E3;
	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 #E4E5E3;
	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;
	text-align: center;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	padding: .1em 1.0em;
	color: #eeeeee;
	background: #81b400;
	width:50px;
	/*background: #327E04 url(images/327E04_40x100_textures_03_highlight_soft_25.png) 0 50% repeat-x;*/
}
.ui-tabs-nav-item a:hover {
	/*background: #5A9D1A url(images/5A9D1A_40x100_textures_03_highlight_soft_25.png) 0 50% repeat-x;*/
	background: #5A9D1A;
	color: #ffffff;
}
.ui-tabs-selected {
	border-bottom-color: #EcEdE8;
}
.ui-tabs-selected a, .ui-tabs-selected a:hover {
	background: #EcEdE8;
	/*background: #EcEdE8 url(images/EcEdE8_40x100_textures_07_diagonals_small_85.png) 0 50% repeat-x; */
	color: #403D38;
}
.ui-tabs-panel {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 90%; list-style: none;
	font-family: segoe ui, Arial, sans-serif;
	/*clear:left;*/
	border: 1px solid #E4E5E3;
	background: #ffffff;
	color: #222222;
	/*padding: 1.5em 1.7em;*/
	width:318px;
	position:relative;	
	top:0px;
	left:0px;
	float:left;
	margin:0;
	padding:0;
}
.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}

