
a:active {
    outline: medium none;
}
:focus {
}
ul.tabs {
    background-image: url("../img/bgTab_G.gif");
    background-position: center center;
    background-repeat: repeat-x;
    height: 35px;
    list-style: none outside none;
    margin: 0 !important;
    padding: 0;
}
ul.tabs li {
    float: left;
    list-style-image: none !important;
    margin: 0 !important;
    padding: 0;
    text-indent: 0;
}
ul.tabs a {
    background-color: transparent;
    color: #F5F5F5;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 35px;
    left: 0;
    line-height: 30px;
    margin: 0;
    padding: 0 6px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    top: 0;
    width: auto;
}
ul.tabs a:active {
    outline: medium none;
}
ul.tabs a:hover {
    background-position: -420px -31px;
    color: #666666;
    text-decoration: underline;
}
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
    background-image: url("../img/bgG.gif");
    background-position: left center;
    background-repeat: no-repeat;
    color: #FFFFFF;
    cursor: default !important;
}
ul.tabs a.s {
    background-position: -553px 0;
    width: 81px;
}
ul.tabs a.s:hover {
    background-position: -553px -31px;
}
ul.tabs a.s.current {
    background-color: #CCCCCC;
}
ul.tabs a.l {
    background-position: -248px 0;
    width: 174px;
}
ul.tabs a.l:hover {
}
ul.tabs a.l.current {
    background-position: -248px -62px;
}
ul.tabs a.xl {
    background-position: 0 0;
    width: 248px;
}
ul.tabs a.xl:hover {
    background-position: 0 -31px;
}
ul.tabs a.xl.current {
    background-position: 0 -62px;
}
.panes .pane {
    display: none;
}
