﻿/*UI tabs*/
.ui-tabs-nav {
	/*resets*/margin: 0; padding: 0; line-height: 1.3;   list-style: none;
	font-size: 1em;
	float: left;
	position: relative;
	z-index: 1;
	border-right: 1px solid #cccccc;
	bottom: -1px;
}
.ui-tabs-nav li {
	/*resets*/margin: 0; padding: 0; line-height: 1.3; text-decoration: none;  list-style: none;
	float: left;
	border: 1px solid #cccccc;
	border-right: none;
}
.ui-tabs-nav li a {
	/*resets*/margin: 0; padding: 0;   line-height: 1.3; text-decoration: none; list-style: none;
	float: left;
	font-size: 0.9em;
	font-weight: normal;
	text-decoration: none;
	padding: .5em 1.7em;
	color: #444444;
	background: #e0e0e0 url(../../img/themes/e0e0e0_40x100_textures_02_glass_80.png) 0 50% repeat-x;
}
.ui-tabs-nav li a:hover {
	background: #d8d8d8 url(../../img/themes/d8d8d8_40x100_textures_02_glass_90.png) 0 50% repeat-x;
	color: #111111;
}
.ui-tabs-nav li.ui-tabs-selected {
	border-color: #394252;
}
.ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover 
{
    background:none;
    background-color:#394252;
	color: #fff;
	font-weight:bold;
}
.ui-tabs-panel {
 	clear:left;
	border: 2px solid #cccccc;
	color: #362b36;
	padding:0px;
	margin:0px;
	font-size: 0.9em;
	margin:0;
}
.ui-tabs-hide {
	 position: absolute; left: -99999999px ;
}

 
/*hidden elements*/
.ui-hidden {
	 position: absolute; left: -99999999px;
}
.ui-accessible-hidden {
	 position: absolute; left: -99999999px;
}
/*reset styles*/
.ui-reset {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
}
/*clearfix class*/
.ui-clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.ui-clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .ui-clearfix {height: 1%;}
.ui-clearfix {display: block;}
/* End hide from IE-mac */

/* Note: for resizable styles, use the styles listed above in the dialog section */




.padded
{
    padding:10px;
}