
/*
 * MEMBERS STYLES
 * ==============
 * Styles defined or over written specifically for the Members section.
 *
 * IMPORTANT NOTE:     In site pages this style sheet should always be linked to after the global.css file,
 *                    as global.css defines the base styles for some styles that are overwritten in this file.
 */
/*------------------------------*
    PAGE CONTENT LAYOUT TABLES
 *------------------------------*/

div#tab_members a { background: #fff url(/images/menu_tab_members-o.gif) no-repeat; }
/* ### Home Page Content Layout Table - Members ### */
table.content_layout-home
{
    border-style: none;
    border-spacing: 0px;
    border-collapse: collapse;
    width: 100%;
}
table.content_layout-home td
{
    padding: 0px;
    margin: 0px;
}
table.content_layout-home td.cl_col1
{
    padding: 0px 0px 0px 0px;
    margin: 0px;
    vertical-align: top;
    width: 40%;
}
table.content_layout-home td.cl_col2
{
    padding: 0px 0px 0px 15px;
    margin: 0px;
    vertical-align: top;
    width: 60%;
}
table.default td.header_employeronline_login { background-color:transparent; background-image:none; height:37px; }
td.header_employeronline_login span { display:none; }
/* ### override colour - set to purple when footer wraps ### */
table.main_layout td.ml_footer { background-color: #453A7B }
 
 