/* 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 {
    list-style: none;
    padding:0;
    margin: -40px 0 10px 15px;
}
.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 1px;
    min-width: 84px; /* be nice to Opera */
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    background: url(tab.png) no-repeat;
}
.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    color: #27537a;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a {
    color: #000;              
    
}
.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 {
    height: 23px;
    padding-right: 0;
    cursor: pointer; 
}
.tabs-nav a.topguild
{
    background: url(../img/global_bg.png) no-repeat -1px -570px;
    width: 79px;
    height: 25px;
}
.tabs-nav .tabs-selected a.topguild
{
    background: url(../img/global_bg.png) no-repeat -1px -594px;
    width: 79px;
    height: 25px;    
}
.tabs-nav a.topzeny
{
    background: url(../img/global_bg.png) no-repeat -1px -522px;
    width: 79px;
    height: 25px;
}
.tabs-nav .tabs-selected a.topzeny
{
    background: url(../img/global_bg.png) no-repeat -1px -546px;
}
.tabs-nav a.topplayer
{
    background: url(../img/global_bg.png) no-repeat -1px -474px;
    width: 77px;
    height: 25px;
}
.tabs-nav .tabs-selected a.topplayer
{
    background: url(../img/global_bg.png) no-repeat -1px -498px;
}
.tabs-nav a.servers
{
    background: url(../img/global_bg.png) no-repeat -1px -667px;
    width: 74px;
    height: 23px;
}
.tabs-nav .tabs-selected a.servers
{
    background: url(../img/global_bg.png) no-repeat -1px -691px;
}
.tabs-nav a.updates
{
    background: url(../img/global_bg.png) no-repeat -1px -715px;
    width: 74px;
    height: 23px;
}
.tabs-nav .tabs-selected a.updates
{
    background: url(../img/global_bg.png) no-repeat -1px -739px;
}
.tabs-nav a.events
{
    background: url(../img/global_bg.png) no-repeat -1px -619px;
    width: 74px;
    height: 23px;
}
.tabs-nav .tabs-selected a.events
{
    background: url(../img/global_bg.png) no-repeat -1px -643px;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.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 {
    opacity: .4;
}
.tabs-container {
    border-top: 1px dotted #8f8f8f;
    padding: 1em 8px;
    margin: 10px 0 0 0;
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}
