/* SITE-SPECIFIC TAB STYLING */

body.forums #tab_profile a,
body.spots #tab_profile a,
body.profile #tab_profile a,
body.blogs #tab_blogs a,
body.wiki #tab_wiki 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.projects #tab_projects a,
body.inbox #tab_inbox a
{
	color: #000; /* selected tab text colour */
}

body.forums #tab_forums,
body.spots #tab_spots,
body.profile #tab_profile,
body.blogs #tab_blogs,
body.wiki #tab_wiki,
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.projects #tab_projects,
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 */
}

body.profile_detail #tab_profile_detail a,
body.profile_all #tab_profile_all a,
body.inbox_compose #tab_inbox_compose a,
body.inbox_inbox #tab_inbox_inbox a,
body.inbox_outbox #tab_inbox_outbox a,
body.inbox_trash #tab_inbox_trash a,
body.inbox_notices #tab_inbox_notices a,
body.inbox_invitations #tab_inbox_invitations a,
body.inbox_contacts #tab_inbox_contacts a,
body.projects_yours #tab_projects_yours a,
body.projects_new #tab_projects_new a,
body.projects_all #tab_projects_all a,
body.swaps_all #tab_swaps_all a,
body.swaps_yours #tab_swaps_yours a,
body.swaps_new #tab_swaps_new a,
body.swaps_to_you #tab_swaps_to_you a,
body.swaps_by_you #tab_swaps_by_you a,
body.swaps_accepted #tab_swaps_accepted a,
body.swaps_dead #tab_swaps_dead a,
body.bookmarks_add #tab_bookmarks_add a,
body.bookmarks_yours #tab_bookmarks_yours a,
body.bookmarks_friends #tab_bookmarks_friends a,
body.bookmarks_all #tab_bookmarks_all a,
body.photos_latest #tab_photos_latest a,
body.photos_yours #tab_photos_yours a,
body.photos_friends #tab_photos_friends a,
body.photos_upload #tab_photos_upload a,
body.blog_friends #tab_blog_friends a,
body.blog_all #tab_blog_all a,
body.blog_yours #tab_blog_yours a,
body.blog_new #tab_blog_new a
{
	color: #888888; /* selected tab text colour */
}