
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none !important;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 3px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 10px 0 0 0;
    font-weight: bold;
}
.ui-tabs-nav .ui-tabs-selected span { 
	position: relative;
	margin: 0 0 -1px;
}
.ui-tabs-nav span { 
	border-right: 0px solid #ccc;
	border-top: 1px solid #ccc;
	float: left;
	margin: 9px 0 0 1px;
	border-left: 0px solid #ccc;
	position: relative;
	cursor: pointer;
}
.ui-tabs-nav span span { 
	display: block;
	border-top-width: 0px;
	border-left-width: 1px;
	margin: 0px -1px;
	border-right-width: 1px;
	background: url(../img/bkg_solapa_big.gif) left bottom;
	text-align: center
}



.ui-tabs-nav .ui-tabs-selected  span span {
	background: #fff;
	margin: 0 -1px;
}
.ui-tabs-nav span span a { 
	display: block;
	margin: 15px 10px;
	line-height: 16px;
	width: 273px; 
	height: 16px;
	cursor: pointer; 
}
.ui-tabs-nav .ui-tabs-selected span span a { 
	margin: 20px 10px
}

.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {
    color: #000;
}
.ui-tabs-panel {
    border: 1px solid #ccc;
    padding: 10px 10px 0;
    background: #fff;
	margin: 0 2px 15px /* declare background color for container to avoid distorted fonts in IE while fading */
}
/*.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}*/

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}




#tabs02 .ui-tabs-nav li {
    float: left;
    margin: 4px 3px 0 -2px;
    _margin: 4px 2px 0 -1px;
    font-weight: bold;
}
#tabs02 .ui-tabs-nav li.last {
    float: left;
    margin: 4px 0 0 -2px;
    _margin: 4px 0 0 -1px;
    font-weight: bold;
}
#tabs02 .ui-tabs-nav span { 
	border-right: 0px solid #ECEEDD;
	border-top: 1px solid #ECEEDD;
	float: left;
	margin: 5px 0 0;
	border-left: 0px solid #DDDFCF;
	position: relative;
	cursor: pointer;
}
#tabs02 .ui-tabs-nav span span { 
	display: block;
	border-top-width: 0px;
	border-left-width: 1px;
	margin: 0px -1px;
	border-right-width: 1px;
	background: url(../img/bkg_solapa_ch.gif) no-repeat left bottom #ECEEDD;
	text-align: center
}

#tabs02 .ui-tabs-nav .ui-tabs-selected span span { 
	margin: 0px -1px;
}

#tabs02 .ui-tabs-nav .ui-tabs-selected  span {
	border-right: 0px solid #CFF1C1;
	border-top: 1px solid #CFF1C1;
	float: left;
	border-left: 0px solid #CFF1C1;
	position: relative;
	cursor: pointer;
	margin: 0;
	background: #CFF1C1;
}
#tabs02 .ui-tabs-nav span span a { 
	display: block;
	margin: 8px 0;
	line-height: 12px;
	width: 164px; 
	height: 12px;
	cursor: pointer; 
}

#tabs02 .ui-tabs-nav .ui-tabs-selected span span a { 
	margin: 10px 10px
}
#tabs02 .ui-tabs-panel {
    border: 0;
    padding: 10px;
    background: #CFF1C1;
	margin: 0 0 10px /* declare background color for container to avoid distorted fonts in IE while fading */
}
