/* SITE-SPECIFIC TAB STYLING */

body.profile #tab_profile a,
body.audio_requests #tab_audio_requests a,
body.inbox #tab_inbox a
{
    color: #FFF; /* selected tab text colour */
}
body.profile #tab_profile,
body.audio_requests #tab_audio_requests,
body.inbox #tab_inbox
{
    margin: 0; /* to compensate for border */
    padding: 5px 0 5px;
    //background-color: #DEF; /* selected tab colour */
    border-left: 1px solid #000; /* tab border */
    border-top: 1px solid #000; /* tab border */
    border-right: 1px solid #000; /* tab border */
    background-color: #958888 !important;
}

ul.tabs li {
    background-color: #555555 !important;
}

ul.tabs a, ul.tabs a:visited {
    color: #FFF !important;
}

ul.tabs a:hover {
    color: #c08080 !important;
    background-color: #5a1010;
}