body.inbox #tab_inbox,
body.inbox #tab_inbox {
    float: right;
}

#tabs {
    border: none;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-size: 16px;
    width: 966px;
    /*border-bottom: 6px solid #476315;*/
    border-bottom: 6px solid #476315;
    padding: 3px 3px 0px 3px;
    font-family: 'Georgia','Helvetica','Arial',sans-serif;
    clear: both;
}

#tabs .tab-right {
    float: right;
}

#tabs .ui-state-default.tab-right a {
    background-color: #476315;
    color: white;
}

#tabs .ui-tabs.ui-widget.ui-widget-content.ui-corner-top {
    padding: 0px;
}

#tabs .ui-tabs-nav.ui-helper-reset.ui-helper-clearfix.ui-widget-header.ui-corner-all {
    border-bottom: 0px;
    background-color: #FD8E34;
}

#tabs .ui-tabs-selected.ui-state-active {
    border-color: #476315;
    border-width: 3px;
    margin-top: -2px;
    border-bottom: 0px;
}

#tabs .ui-tabs-selected.ui-state-active a{
    padding-top: 8px;
}

#tabs .tab-right.ui-tabs-selected.ui-state-active a {
    background-color: #778d25;
}

