/*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;
	width: 100%;
	float: left;
	position: relative;
	z-index: 1;
	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; margin-left:60px; background-color:transparent;
}
.ui-tabs-nav li:first-child a { -webkit-border-top-left-radius: 10px; -moz-border-radius: 10px 0px 0px 0px; }
.ui-tabs-nav li:last-child	a { -webkit-border-top-right-radius: 10px; border-radius: 0px 10px 0px 0px; }
.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-bottom:none;
	margin-right: -1px;
	border-collapse:collapse;
}
.ui-tabs-nav li a {
	/*resets*/margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 12px;
	list-style: none;
	float: left;
	font-weight: normal;
	border: 1px solid #F60;
	border-collapse:collapse;

	text-decoration: none!important;
	color:#666!important;
	padding: 5px 70px;
	-moz-border-radius:10px 10px 0px 0px;
	background-color: #F96;
	background-image: url(tab-inactive.jpg);
	background-repeat: repeat-x;
}
.ui-tabs-nav li a:hover {
	color: #ffffff!important;
	background-color: #F60;
	background-image: url(active-tab.jpg);
	background-repeat: repeat-x;
	text-shadow:-1px -1px 0px #636363;
}
.ui-tabs-nav li.ui-tabs-selected {
}


.ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover {
	background-color: #F60;
	background-image: url(active-tab.jpg);
	background-repeat: repeat-x;
	color: #ffffff!important;
text-shadow:-1px -1px 0px #636363;
}
.ui-tabs-panel p {
	margin-bottom: 15px; text-align:justify; }
.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,sans-serif;
	clear:left;
	border: 1px solid #F60;
	margin-top:-1px;
	border-collapse:collapse;
	background: #fcfdfd url(images/fcfdfd_40x100_textures_06_inset_hard_100.png) 0 bottom repeat-x;
	padding: 10px;
	font-size: 12px;
	-moz-border-radius:10px 10px 10px 10px;
	-webkit-border-radius:10px 10px 10px 10px;

	
}
.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}


.ui-component {
	/*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;
	font-size: 1.1em;
}
/*component content styles*/
.ui-component-content {
	border: 1px solid #a6c9e2;
	background: #fcfdfd url(images/fcfdfd_40x100_textures_06_inset_hard_100.png) 0 bottom repeat-x;
	color: #222222;
}
.ui-component-content a {
	color: #222222;
	text-decoration: underline;
}
/*component states*/
.ui-default-state {
	border: 1px solid #77d5f7;
	background: #0078ae url(images/0078ae_40x100_textures_02_glass_45.png) 0 50% repeat-x;
	font-weight: normal;
	color: #ffffff !important;
}
.ui-default-state a {
	color: #ffffff;
}
.ui-default-state:hover, .ui-hover-state {
	border: 1px solid #448dae;
	background: #79c9ec url(images/79c9ec_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	font-weight: normal;
	color: #026890 !important;
}
.ui-hover-state a {
	color: #026890;
}
.ui-default-state:active, .ui-active-state {
	border: 1px solid #acdd4a;
	background: #6eac2c url(images/6eac2c_500x100_textures_12_gloss_wave_50.png) 0 50% repeat-x;
	font-weight: normal;
	color: #ffffff !important;
	outline: none;
}
.ui-active-state a {
	color: #ffffff;
	outline: none;
}

/*hidden elements*/
.ui-hidden {
	display: none;/* for accessible hiding: 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 */

