@media print  {
.tabs-nav {
display:none
}
}

@media projection,screen  {
.tabs-hide {
display:none
}
}

.tabs-nav {
list-style:none;
margin:0;
padding:0 0 0 540px
}

.tabs-nav:after {
clear:both;
content:" ";
display:block
}

.tabs-nav li {
float:left;
margin:0 0 0 1px;
min-width:84px;
border-left:1px solid #97a5b0;
border-right:1px solid #97a5b0;
border-top:1px solid #97a5b0;
}

.tabs-nav a,.tabs-nav a span {
background:#0A111C;
display:block;
padding:0 10px;
color:#0099FF;
}

.tabs-nav a {
color:#27537a;
font-size:12px;
font-weight:700;
line-height:1.2;
padding-left:0;
position:relative;
text-align:center;
text-decoration:none;
top:1px;
white-space:nowrap;
}

.tabs-nav .tabs-selected a {
color:#fff
}

.tabs-nav .tabs-selected a,.tabs-nav a:hover,.tabs-nav a:focus,.tabs-nav a:active {
background-position:100% -150px;
outline:0
}

.tabs-nav a,.tabs-nav .tabs-disabled a:hover,.tabs-nav .tabs-disabled a:focus,.tabs-nav .tabs-disabled a:active {
background-position:100% -100px
}

.tabs-nav a span {
height:18px;
min-height:18px;
min-width:64px;
padding-right:0;
padding-top:6px;
width:64px
}

*>.tabs-nav a span {
height:auto;
width: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 {
background-position:0 -50px
}

.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 {
background-position:0 0
}

.tabs-nav .tabs-selected a:link,.tabs-nav .tabs-selected a:visited,.tabs-nav .tabs-disabled a:link,.tabs-nav .tabs-disabled a:visited {
cursor:text
}

.tabs-nav a:hover,.tabs-nav a:focus,.tabs-nav a:active {
cursor:pointer
}

.tabs-nav .tabs-disabled {
opacity:.4
}

.tabs-container {
background:#0A111C;
border-top:1px solid #97a5b0;
padding:1em 8px;
width:900px
}

.tabs-loading em {
background:url(../images/loading.gif) no-repeat 0 50%;
padding:0 0 0 20px
}
