/* SITE-SPECIFIC TAB STYLING */

#tabhead .tab div a
{
    padding  : 5px 12px;
    font-size : 10pt;
}

#bookmarks_tab .tab_bookmarks,
#posts_tab .tab_posts,
#history_tab .tab_history,
#account_tab .rtab_account,
#notices_tab .rtab_notices,
#about_tab .rtab_about
{
    bottom: -1px !important;
    padding-bottom: 0 !important;
}

#bookmarks_tab .tab_bookmarks a,
#posts_tab .tab_posts a,
#history_tab .tab_history a,
#account_tab .rtab_account a,
#notices_tab .rtab_notices a,
#about_tab .rtab_about a
{
    color: #FFF !important; /* selected tab text colour */
}


#bookmarks_tab .tab_bookmarks div,
#posts_tab .tab_posts div,
#history_tab .tab_history div,
#account_tab .rtab_account div,
#notices_tab .rtab_notices div,
#about_tab .rtab_about div
{
    margin: 0;
    background-color: #6596E3; !important; /* selected tab colour */
    border-left: 1px solid #000 !important; /* tab border */
    border-top: 1px solid #000 !important; /* tab border */
    border-right: 1px solid #000 !important; /* tab border */
    padding-bottom: 5px; /* 1px more than unselected padding-bottom */
}
