/* --------------------------------------------- */
/*  Styles for tabs                              */
/* --------------------------------------------- */

.tttabs {
        float: left;
        width: 100%;
        line-height: normal;
        background-color : #eee;
        background-image: url("/templates/phpVB2/images/tabs/tabs_bg.gif");
        white-space : nowrap;
        border-left: 1px #ccc solid;
        border-top: 1px #ccc solid;
        border-right: 1px #ccc solid;
        padding: 0px;
        padding-top : 5px;
}
.tttabs a {
 text-decoration: none
}
.tttabs a:hover {
 text-decoration: none
}
.tttabs ul {
    border: 0px;
    margin: 0px;
    padding: 0px 10px 0px 10px;
    list-style: none;
}
.tttabs li {
    float: left;
    background: url("/templates/phpVB2/images/tabs/tab_bg.gif") no-repeat left top;
    margin: 0px;
    margin-left: 0px;
    margin-right: 2px;
    padding: 0px 0px 0px 10px;
    line-height: 18px;
}
.tttabs li.current {
    background: url("/templates/phpVB2/images/tabs/tab_sel_bg.gif") no-repeat left top;
    margin-right: 2px;
}
.tttabs span {
    float: left;
    display: block;
    background: url("/templates/phpVB2/images/tabs/tab_end.gif") no-repeat right top;
    padding: 0px 10px 0px 0px;
}
.tttabs .current span {
    background: url("/templates/phpVB2/images/tabs/tab_sel_end.gif") no-repeat right top;
}
.tttabs div.jive-preferredlink {
    float: right;
    display: inline;
    white-space : nowrap;
    visibility: hidden;
    padding-right: 6px;
}
.tttabs a:link, .tttabs a:visited, .tttabs a:hover {
    color: blue;
    font-weight: bold
}
