@media projection, screen {
.ui-tabs-hide {
display : none;
}
}
@media print {
.ui-tabs-nav {
display : none;
}
}
.ui-tabs-panel {
width : auto;
}
.ui-tabs-panel .title {
color : #212121;
display : block;
padding-bottom : 7px;
text-transform : none;
letter-spacing : normal;
}
.ui-tabs-nav {
list-style : none;
margin : 0;
padding : 0;
}
.ui-tabs-nav:after {
display : block;
clear : both;
content : " ";
}
.ui-tabs-nav li {
float : left;
}
.ui-tabs-nav .ui-tabs {
display : block;
padding : 7px;
background-image: url(/images/noactiv.jpg);
position : relative;
padding-left: 10px;
padding-right: 10px;
z-index : 2;
color : #FFFFFF;
text-align : center;
text-decoration : none;
font-size: 13px;
text-shadow: black 1px 1px 0px;
white-space : nowrap;
outline : 0;
}
.uimini {
display : block;
background : #4A4A4A;
position : relative;
z-index : 2;
color : #ffffff;
text-align : center;
text-decoration : none;
text-shadow: black 1px 1px 0px;
white-space : nowrap;
outline : 0;
}
.ui-tabs-nav .ui-tabs:hover {
text-decoration: underline;
color : #ffffff;
}
.uimini:hover {
text-decoration: underline;
color : #ffffff;
}
.uimini:active {
cursor : pointer;
background-image: url(/images/bgactiv.jpg);
color : #ffffff;
}
.ui-tabs-selected .ui-tabs {
background-image: url(/images/bgactiv.jpg);
color : #ffffff;
}
.ui-tabs-nav .ui-tabs-selected .ui-tabs, .ui-tabs-nav .ui-tabs a:hover, .ui-tabs-nav .ui-tabs a:active {
background-position : 100% -150px;
}
.ui-tabs-nav .ui-tabs, .ui-tabs-nav .ui-tabs-disabled .ui-tabs a:hover, .ui-tabs-nav .ui-tabs-disabled .ui-tabs a:active {
background-position : 100% -150px;
}
.ui-tabs-nav .ui-tabs-selected .ui-tabs a:link, .ui-tabs-nav .ui-tabs-selected .ui-tabs a:visited, .ui-tabs-nav .ui-tabs-disabled .ui-tabs a:link, .ui-tabs-nav .ui-tabs-disabled .ui-tabs a:visited {
cursor : text;
}
.ui-tabs-nav .ui-tabs a:hover, .ui-tabs-nav .ui-tabs a:active, .ui-tabs-nav .ui-tabs-unselect .ui-tabs a:hover, .ui-tabs-nav .ui-tabs-unselect .ui-tabs a:active {
cursor : pointer;
background-image: url(/images/bgactiv.jpg);
color : #ffffff;
}
* html .ui-tabs-nav {
display : inline-block;
}
*:first-child + html .ui-tabs-nav {
display : inline-block;
}
.ui-bg {
display : block;
white-space : nowrap;
outline : 0;
}

