
/* Skin */    
.tabs-hide {
    display: none;
}
.tabs-nav {
    list-style: none;
    margin: 0px;
    padding: 0px;
    padding-left: 4px;
    width: 100%;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 0 0 3px;
    min-width: 84px; /* be nice to Opera */
    background-color: #4E4E4E;
    color: white;
    padding: 7px;
    height: 20px;
    
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    
    -webkit-border-radius-bottomleft: 0px;
    -webkit-border-radius-bottomright: 0px;
    -webkit-border-radius-topleft: 5px;
    -webkit-border-radius-topright: 5px;
}

.tabs-container {

    border-top: 2px solid #A64400;
    padding: 0px;
    padding-top: 5px;
    margin: 0px;
     /* declare background color for container to avoid distorted fonts in IE while fading */
     
}
.tabs-nav .tabs-selected {
    background-color: #A64400;
    //display: inline-block;
    //width: 20px;
}

.tabs-nav .tabs-selected a {
    color: white;
    height: 100%;
}

.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 7px;
    //padding: 7px;
}
.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    color: #000;
    font-size: 8pt;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {

    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {

}
.tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 7px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {

}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {

}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled, .tabs-nav .tabs-disabled a {
    opacity: .5;
    //filter: alpha(opacity=50);
    color: #FFFFFF;
    //color: #181818;
}

.tabs-loading em {

}
