/* COLORS FOR THE NEW-LOOK VF (ALL PAGES) */
/* colors only- see leftandtopstyles.css for positioning */
/* default purple-on-black color scheme */

/* this stylesheet should be included on the new main page AND 
any pages that have the new left menu and top bit. */


/* the js dropdown */
/*
#menu0 td { 
background: #000 url('//e.vampirefreaks.com/grafix/dropdowndots.gif') no-repeat right; 
}
.menu, .menu2, .menu2 a:link, .menu2 a:visited { 
background: #000;
color: #fff; 
}
.menu, a.menu, a.menu:visited { 
background: #593a63;
}
*/

.scriptfree_menu0 { /* noscript version of the main menu links in case js disabled */
background: #000;
border: 1px solid #444;
}
.scriptfree_menu0 a:link, .scriptfree_menu0 a:visited {
color: #fff;
}
.scriptfree_menu0 a:hover {
color: #fff;
background: #000;
}



/* repeated classes */

.sidemenu_header { /* title boxes on left and right */
border: 1px solid #333;
background: #0d0d0d;
}
.sidemenu_box { /* content boxes on left and right */
border: 1px solid #333;
}

.notify { color: #fff; }



/* banner bit */

.bannertd { /* dark striped table containing banner and login box (nb this is a cell on the main page) */
background: url('//e.vampirefreaks.com/grafix/stripebg.gif') repeat top left;
border-bottom: 1px solid #444;
}

.loginbox input { 
background: #050505!important; /* (override damned google toolbar!) */
color: #fff; 
border: 1px solid #444;
}

.lockbox { /* span containing "remember me" checkbox */
background: url('//e.vampirefreaks.com/grafix/lock.gif') no-repeat top left;
}
.loginbox .rememberme { /* remember me checkbox */
border: none;
background: none;
}

.joinus { /* join us text & link in top right */
color: #888;
}



/* left side */

.leftlinks a { /* all links in leftlinks div, inc. membersonline */
background: url('//e.vampirefreaks.com/grafix/leftbtnsmall.gif') top left no-repeat; 
}
.leftlinks a:hover { 
background: url('//e.vampirefreaks.com/grafix/leftbtnsmall_hover.gif') top left no-repeat; 
color: #fff;
}
.leftlinks .membersonline { /* members online link, top of leftlinks */
background: url('//e.vampirefreaks.com/grafix/membersonline.gif') top left no-repeat;
color: #fff;
}
.leftlinks .membersonline:hover {
background: url('//e.vampirefreaks.com/grafix/membersonline_hover.gif') top left no-repeat;
}
.membersonline .usersonline { /* color users online bit */
color: #bb55dd; 
}



/* friendslinks bit in logged in leftnav */

.leftlinks .onlinefriend, .leftlinks .onlinefriend:hover { /* always-visible online friends links */
background: url('//e.vampirefreaks.com/grafix/onlinefriend_s.gif') top left no-repeat; 
}

#friendslinks .friendsmenu_on { /* visible popout menus */
background: url('//e.vampirefreaks.com/grafix/friendsmenuonbg_s.gif') top left no-repeat;
border: none;
}
#friendslinks .friendsmenu_on a, #friendslinks .friendsmenu_on a:hover {
background: none; 
}


