/* STYLES FOR THE NEW-LOOK VF (ALL PAGES) */

/* this stylesheet should be included on the new main page AND 
any pages that have the new left menu and top bit. */


/* element styles */

form { margin: 0px; } /* kill extra form spacing in IE */



/* the js dropdown & script free version */
/*
.menu2 table { line-height: 20px; }

#menu0 td { padding-right: 15px!important; }

.menu, .menu2, .menu2 a:link, .menu2 a:visited {
text-transform: uppercase;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
}
*/

.scriptfree_menu0 { /* noscript version of the main menu links in case js disabled */
height: 18px;
padding: 4px;
text-align: center;
font-weight: bold;
}
.scriptfree_menu0 a:link, .scriptfree_menu0 a:visited {
font-size: 8pt;
font-weight: normal;
}



/* repeated classes */

.sidemenu_header { /* title boxes on left and right */
margin: 10px 0px 2px 0px;
padding: 3px 0px 3px 10px;
font-size: 7.5pt;
font-weight: bold;
}
.sidemenu_box { /* content boxes on left and right */
text-align: center;
}



/* banner bit */

.maintop_side {
width: 250px;
padding: 12px 12px 0px 0px;
text-align: left;
}

.membersonline { /* members online link, above leftlinks */
display: block;
width: 150px;
padding: 10px 0px 10px 0px;
text-align: center;
}
.usersonline { /* underline users online bit on hover */
text-decoration: underline; 
}

.smallbannertd { /* cell containing smaller banner */
text-align: center;
}
.smallbanner { /* smaller banner */
margin: 8px 0px;
}

.loginbox { /* loginbox td on top right */
padding-top: 15px;
}

.lockbox { /* span containing "remember me" checkbox */
padding: 8px 0px 0px 4px;
}
.loginbox .rememberme { /* remember me checkbox */
width: 16px; height: 16px; /* kill the extra space around it in IE */
margin: 5px 0px 0px 0px; /* fix spacing in FF */
}

.joinus, .welcomeunderlinks { /* join us text & link / status and log out links */
margin: 3px 0px 5px 10px;
}
.joinus a, .welcomeunderlinks a {
font-size: 7.5pt;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.joinus {
text-align: right;
margin-right: 8px;
}

.flags { margin-left: 105px; }



/* left side */

.leftlinks_section { /* divs containing sections of left links */
margin-bottom: 8px;
}

.leftlinks a { /* all links in leftlinks div, inc. membersonline */
display: block;
width: 150px;
height: 17px;
line-height: 17.5px;
margin-bottom: 1px;
text-align: center;
font-size: 8pt;
}



/* friendslinks bit in logged in leftnav */

.friendslinks_header { /* friendslinks title bar */
text-align: center;
}

#friendslinks { /* whole friendslinks content block */ 
position: relative; /* relatively position to contain popout links */
}

.friendsmenu { display: none; } /* hide popout menus initially */

#friendslinks .friendsmenu_on { /* visible popout menus */
width: 150px;
height: 53px;
padding-top: 1px;
line-height: 17.5px;
position: absolute;
left: 148px;
z-index: 2;
}
#friendslinks .friendsmenu_on a, #friendslinks .friendsmenu_on a:hover {
margin: 0px;
}
