@charset "UTF-8";
/* CSS Document */


/*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; margin-left: 40px;
	font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
	font-size: 12px;
	float: left;
	position: relative;
	z-index: 1;
	border-right: 1px solid #cccccc;
	bottom: -1px;
}
.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;
	border: 1px solid #cccccc;
	border-right: none;
}
.ui-tabs-nav li 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: 1em;
	font-weight: normal;
	text-decoration: none;
	padding: .5em 1.7em;
	color: #2c2c2c;
	background: #e0e0e0 url(theme_images/e0e0e0_40x100_textures_02_glass_80.png) 0 50% repeat-x;
}
.ui-tabs-nav li a:hover {
	background: #d8d8d8 url(theme_images/d8d8d8_40x100_textures_02_glass_90.png) 0 50% repeat-x;
	color: #00000;
}
.ui-tabs-nav li.ui-tabs-selected {
	border-bottom-color: #3b505a;
}
.ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover {
	background: #8ab9ff url(theme_images/8ab9ff_40x100_textures_02_glass_50.png) 0 50% repeat-x;
	color: #FFFFFF;
}
.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, Helvetica, sans-serif;
	text-align: left;
	clear:left;
	border: 1px solid #cccccc;
	background: #f3f3f3 url(theme_images/f3f3f3_40x100_textures_01_flat_0.png) 0 0 repeat-x;
	color: #2c2c2c;
	padding: 1.5em 1.7em;	
	font-size: 12px;
}
.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}
