#container .panel {
    clear: both;
    display: none;
}

#container .panel.active-tab-body {
    display: block;
}

#container #tabs {
    list-style: none;
    height: 27px;
    background-image: url(../images/admin/bg_tab.gif);
    background-repeat:repeat-x;
    background-position: bottom;
    margin-bottom: 2em;
}

#container #tabs li {
    float: left;
}

#container #tabs a {
    float: left;
    padding-top: 6px;
    padding-bottom: 9px;
    padding-left: 8px;
    padding-right: 8px;
    margin-right: 3px;
    background-color: #ebebeb;
    color: #47ac00;
    text-decoration: underline;
    background-image: url(../images/admin/bg_tab.gif);
    background-repeat:repeat-x;
    background-position: bottom;
}

#container #tabs a.active-tab {
    background-color: #ffffff;
    background-image: none;
    border-left: 3px solid #d7d7d7;
    border-right: 3px solid #d7d7d7;
    padding-bottom: 6px;
    border-top: 3px solid #d7d7d7;
    color: #3678c6;
    font-weight: bold;
    text-decoration: none;
}