div#main_content .tx-woehr-tabs {
    clear: both;
    border-bottom: 1px solid #cccccc;
    padding-top: 10px;
}

div#main_content .tx-woehr-tabs br {
    height: 1px;
}

div#main_content .tx-woehr-tabs ul {
    margin: 0px;
    padding: 0px;
}

div#main_content .tx-woehr-tabs ul li {
    float: left;
    padding: 0px;
    margin: 0px;
    background: none;
    margin-right: -1px;
    list-style: none;
}

div#main_content .tx-woehr-tabs ul li a {
    float: left;
    height: 37px;
    background: url(../Images/Tabs/BgTabs.png) bottom left;
    line-height: 37px;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    color: #999;
    text-decoration: none;
    padding-left: 8px;
}

div#main_content .tx-woehr-tabs ul li a.active,
div#main_content .tx-woehr-tabs ul li a:hover {
    background-position: top left;
    color: #FFF;
}

div#main_content .tx-woehr-tabs ul li a span {
    float: left;
    background: url(../Images/Tabs/BgTabs.png) bottom right;
    padding-right: 8px;
}

div#main_content .tx-woehr-tabs ul li a.active span,
div#main_content .tx-woehr-tabs ul li a:hover span {
    background-position: top right;
}

/*-------------------- settings for woehr template -------------------------*/

/*div#main_content .tx-woehr-tabs ul {
    margin-bottom: 0px;
    padding-left: 0px;
}

div#main_content .tx-woehr-tabs ul li {
    list-style: none;
    margin-bottom: 0px;
}

div#main_content .tx-woehr-tabs ul li a {
    color: #999;
}

div#main_content .tx-woehr-tabs ul li a.active,
div#main_content .tx-woehr-tabs ul li a:hover {
    color: #FFF;
}*/