/* 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... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */

.tabs-nav:after {display: block; clear: both; content: " ";}

.tabs-nav ul {padding-left: 0; padding-left: 0;}

.tabs-nav li {float: left; list-style: none; margin-right: 1em; border-right: 0px solid #CCC; padding-right: 1em;}

.tabs-nav a {color: inherit; font-size: 1em; text-decoration: none;}
.tabs-nav a:hover {color: #F39; text-decoration: none;}

.tabs-nav .tabs-selected a {color: #F39; text-decoration: none;}

.tabs-container {border-top: 0px solid #97a5b0; padding: 0em 9px;}

