/* 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;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}


/* Skin */
.ui-tabs-nav { position:relative; z-index: 912; 
    list-style: none; float:left; display: block;
    margin: 0;height:41px;
    padding: 2px 0 0 0;background:none;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}

.ui-tabs-nav li {
    float: left; width:138px; text-align: center;
    margin: 0 0 0 1px;background:none;

}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block; text-align: center;    
    padding: 0 10px 0px 10px;color: #000; text-decoration:none;
    background: url(../../../img_common/ivelib/tab.png) no-repeat;
}
.ui-tabs-nav a {
    position: relative;
    top: 0px;
    z-index: 922;
    padding-left: 0;
    color: #160e19;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    text-decoration: none;color: #fff; text-decoration:none;
    white-space: nowrap; /* required in IE 6 */    
}
.ui-tabs-nav .ui-tabs-selected a {

    background-position: 100% -168px;
	padding: 0 0px 3px 0px;color: #fff; text-decoration:none;
    outline: 0; /* prevent dotted border in Firefox */
}
.ui-tabs-nav a:hover ,.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:focus, .ui-tabs-nav a:active{
    background-position: 100% -112px;
    outline: 0; /* prevent dotted border in Firefox */
}




.ui-tabs-nav .ui-tabs-disabled a:hover, .ui-tabs-nav a, .ui-tabs-nav .ui-tabs-disabled a:focus, .ui-tabs-nav .ui-tabs-disabled a:active {
    background-position: 100% -112px;

}

.ui-tabs-nav a span {

    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;padding-bottom: 10px;
    padding-top: 14px;
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-bottom: 11px;color: #fff;
    padding-top: 15px;
}
.ui-tabs-nav .ui-tabs-selected a span, .ui-tabs-nav a:focus span {
    background-position: 0 -56px;
}
.ui-tabs-nav a:hover span .ui-tabs-nav a:active span {
    background-position: 0 0;
}



.ui-tabs-nav .ui-tabs-disabled a:hover span {
    background-position: 0 0;
}

.ui-tabs-nav a:hover span{
    color: #fff; 
}

.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 { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer; color:#FFF; text-decoration:none 
}
.ui-tabs-nav .ui-tabs-disabled {
    opacity: .4;
}
.ui-tabs-container {

    padding: 1em 8px;
    background: none; /* declare background color for container to avoid distorted fonts in IE while fading */
}

