/* SITE-SPECIFIC TAB STYLING */

body.home #tab_home a,
body.greek #tab_greek a,
body.hebrew #tab_hebrew a,
body.contact #tab_contact a,
body.gopro #tab_gopro a,
body.profile #tab_profile a,
body.notices #tab_notices a
{
    color: #000; /* selected tab text colour */
}
body.home #tab_home,
body.greek #tab_greek,
body.hebrew #tab_hebrew,
body.contact #tab_contact,
body.gopro #tab_gopro,
body.profile #tab_profile,
body.notices #tab_notices
{
    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 */
}
