/* SITE-SPECIFIC TAB STYLING */

body.account #tab_account a,
body.profile #tab_profile a,
body.projects #tab_projects a,
body.videos #tab_videos a,
body.search #tab_search a,
body.schools #tab_schools a,
body.blogs #tab_blogs a,
body.swaps #tab_swaps a,
body.photos #tab_photos a,
body.tribes #tab_tribes a,
body.tweets #tab_tweets a,
body.bookmarks #tab_bookmarks a,
body.locations #tab_locations a,
body.inbox #tab_inbox a
{
    color: #092b40; /* selected tab text colour */
    background-image: url('/site_media/static/pinax/images/ul_nav_corner.png'); 
    background-repeat: no-repeat;
    background-position: top left;
}
body.account #tab_account,
body.profile #tab_profile,
body.projects #tab_projects,
body.videos #tab_videos,
body.search #tab_search,
body.schools #tab_schools,
body.blogs #tab_blogs,
body.swaps #tab_swaps,
body.photos #tab_photos,
body.tribes #tab_tribes,
body.tweets #tab_tweets,
body.bookmarks #tab_bookmarks,
body.locations #tab_locations,
body.inbox #tab_inbox
{
    padding: 5px 0 10px;
    background-color: #d2edf6; /* selected tab colour */
    background-image: url('/site_media/static/pinax/images/ur_nav_corner.png'); 
    background-repeat: no-repeat;
    background-position: top right;
}

