/* -- Global Styles */
html, body
{
    background-color: #000;
}
body
{
    margin: 0px;
    padding: 0px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 1em;
    color: #FFFF00;
    background-color: #000;
}
a
{
    color: #00FFFF;
}
a:active
{
    color: #00FFFF;
}
a:hover
{
    color: #00FFFF;
}
table
{
    width: 100%;
}
h1
{
    font-size: 1.4em;
}
img
{
    display: none;
}
label
{
    font-weight: normal;
}
td
{
    vertical-align: top;
}
#MainLayoutTable
{
    width: 100%;
    background-color: #000;
}
/* -- ---------------Top Logo Row------------------------------ */
#TopRow
{
    background-position: right top;
    background-color: #000;
    height: 10px;
    background-image: none;
    background-repeat: no-repeat;
    width: 560px;
}
/* -- ---------------Top Dink Dink Row------------------------------ */
#SecondTopRow
{
    background-position: right bottom;
    background-color: #000;
    color: #FFFF00;
    background-image: none;
    background-repeat: no-repeat;
    height: 32px;
}
#SecondTopRow .toplinks
{
    margin: 0px 0px 0px 16px;
    padding: 5px 0px 5px 0px;
}
#SecondTopRow a
{
    display: inline-block;
    color: #00FFFF;
    text-decoration: none;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 110%;
}
#SecondTopRow a:hover
{
    text-decoration: underline;
    color: #00FFFF;
}
/* -- --------------Main Layout Table Fixed Width------------------------------- */
#MainLayoutTable
{
    width: 82em;
    margin-right: auto;
    margin-left: auto;
}
#MainLayoutTable .Spacer
{
    width: 16px;
    background-image: none;
    background-color: #000;
    background-repeat: no-repeat;
}
/* -- ---------------------Left Column General--------------------- */
#LeftColumn
{
    width: 128px;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
    background-color: #000;
}
#LeftColumn table
{
    width: 128px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: #000;
}
#LeftColumn td
{
    width: 128px;
    height: 24px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
#LeftColumn a
{
    display: block;
    text-decoration: none;
    font-weight: bold;
    color: #00FFFF;
}
/* -- ---------------------Left Column Primary Navigation--------------------- */
#PrimaryNav
{
    width: 128px;
    background-color: #000;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#PrimaryNav .primary_nav
{
    height: 24px;
    width: 128px;
    padding: 5px 0px 5px 0px;
    margin: 0px 0px 0px 0px;
}
#PrimaryNav .primary_nav a
{
    padding: 0px 0px 0px 16px;
    margin: 0px 0px 0px 0px;
    height: 24px;
    color: #00FFFF;
    display: block;
}
#PrimaryNav .primary_nav a:hover
{
    padding: 0px 0px 0px 16px;
    margin: 0px 0px 0px 0px;
    height: 24px;
    background-image: none;
    background-repeat: no-repeat;
    text-decoration: underline;
    color: #00FFFF;
    display: block;
}
#PrimaryNav .primary_nav_selected
{
    height: 24px;
    width: 128px;
    background-image: none;
    background-repeat: no-repeat;
    padding: 0px 0px 5px 0px;
}
#PrimaryNav .primary_nav_selected a
{
    padding: 0px 0px 0px 16px;
    margin: 0px 0px 0px 0px;
    height: 24px;
    background-image: none;
    background-repeat: no-repeat;
    color: #00FFFF;
    display: block;
}
/* -- --------------------------------------------- */
#SecondaryNav
{
    width: 128px;
    background-color: #000;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
#SecondaryNav .secondary_nav
{
    width: 128px;
    height: 16px;
    padding: 0px 0px 5px 20px;
    margin: 0px 0px 5px 0px;

}
#SecondaryNav .secondary_nav a
{
    font-size: 80%;
    height: 16px;
    padding: 0px 0px 0px 14px;
    margin: 0px 0px 0px 0px;
    color: #00FFFF;
    display: block;  
}
#SecondaryNav .secondary_nav a:hover
{
    font-size: 80%;
    height: 16px;
    background-image: none;
    background-repeat: no-repeat;
    text-decoration: underline;
    display: block;    
}
#SecondaryNav .secondary_nav_selected
{
    width: 128px;
    height: 16px;
    padding: 0px 0px 5px 20px;
    margin: 0px 0px 5px 0px;
    background-image: none;
    background-repeat: no-repeat;
}
#SecondaryNav .secondary_nav_selected a
{
    padding: 0px 0px 0px 14px;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
    font-size: 80%;
    height: 16px;
    background-image: none;
    background-repeat: no-repeat;
    color: #00FFFF;
    display: block;
}
/* -- --------------------------------------------- */
#TertiaryNav
{
    width: 128px;
    background-color: #000;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
#TertiaryNav .tertiary_nav
{
    width: 128px;
    height: 16px;
    padding: 0px 0px 0px 30px;
    margin: 5px 0px 0px 0px;
}
#TertiaryNav .tertiary_nav a
{
    font-size: 80%;
    padding: 0px 0px 0px 18px;
    margin: 0px 0px 0px 0px;
    color: #00FFFF;
    display: block;
}
#TertiaryNav .tertiary_nav a:hover
{
    font-size: 80%;
    height: 16px;
    padding: 0px 0px 0px 18px;
    margin: 0px 0px 0px 0px;
    background-image: none;
    background-repeat: no-repeat;
    color: #00FFFF;
    text-decoration: underline;
    display: block;
}
#TertiaryNav .tertiary_nav_selected
{
    width: 128px;
    height: 16px;
    padding: 0px 0px 0px 30px;
    margin: 5px 0px 0px 0px;
    background-image: none;
    background-repeat: no-repeat;
}
#TertiaryNav .tertiary_nav_selected a
{
    font-size: 80%;
    height: 16px;
    padding: 0px 0px 0px 18px;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
    background-image: none;
    background-repeat: no-repeat;
    color: #00FFFF;
    display: block;
}
/* -- ------------Society Logos--------------------------------- */
#LeftColumn .mencaplogo
{
    margin: 5px 0px 5px 5px;
    padding: 0px 0px 0px 0px;
    float: left;
}
/* -- --------------------------------------------- */
#CentreColumn
{
    margin: 0px auto 0px auto;
    padding: 5px 5px 0px 5px;
    background-color: #000;
    width: 624px;
}
#CentreColumn img
{
    border: none;
    float: right;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
#breadcrumbs
{
    padding: 5px 5px 0px 2px;
    margin: 0px 0px 0px 0px;
    font-size: 93%;
}
/* -- --------------------------------------------- */
#BasicPage .PullLeft
{
    padding: 10px 10px 10px 10px;
    margin: 0px 10px 10px 0px;
    font-style: normal;
    width: 150px;
    color: #FFFF00;
    float: left;
    font-size: 1.0em;
    line-height: 1.2em;
    background-repeat: no-repeat;
    background-image: none;
}
#BasicPage .PullLeft a
{
    text-decoration: underline;
    color: #00FFFF;
}
/* -- --------------------------------------------- */
#BasicPage .table
{
    width: 308px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-color: #000;
}
#BasicPage .table td
{
    width: 308px;
    margin: 0px 0px 0px 0px;
    padding: 3px 3px 3px 3px;
    background-color: #000;
}
#BasicPage .table .leftcell
{
    width: 10%;
    background-color: #000;
}
/* -- --------------------------------------------- */
#BasicPage #bulleted_list
{
    width: 308px;
}
#BasicPage #bulleted_list .bullet_head
{
    background-image: none;
    background-repeat: no-repeat;
    width: 308px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFFF00;
    padding-left: 4px;
    text-indent: 16px;
    height: 16px;
    padding-top: 8px;
    padding-bottom: 4px;
}
#BasicPage #bulleted_list .bullet_body
{
    background-image: none;
    background-repeat: no-repeat;
    list-style-type: disc;
    width: 308px;
    height: 4px;
    position: relative;
    top: 0px;
    left: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFFF00;
}
#BasicPage #bulleted_list .bullet_foot
{
    background-image: none;
    background-repeat: no-repeat;
    width: 308px;
    height: 18px;
}
/* -- --------------------------------------------- */
#RightColumn
{
    width: 224px;
    padding: 0px 0px 0px 0px;
    margin: 0px 5px 0px 0px;
    background-color: #000;
}
#RightColumn td
{
    vertical-align: top;
    width: 224px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
/* -- --------------------------------------------- */
#SkipNav
{
    display: none;
}
/* -------------------------------------------------------------------- */
.box_table
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 5px 0px;
    border: none;
}
.box_header
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.box_header h2
{
    padding: 5px 0px 5px 5px;
    margin: 0px 0px 0px 0px;
}
.box_header h3
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.box_body
{
    border: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.box_body td
{
    vertical-align: top;
    padding: 0px 0px 0px 0px;
    margin: 5px 5px 5px 5px;
}
.box_body ul
{
    margin: 0px 0px 0px 0px; /*removes indent IE and Opera*/
    padding: 0px 0px 0px 0px; /*removes indent Mozilla and NN7*/
    list-style-type: none; /*turns off display of bullet*/
}
.box_body li
{
    margin: 0px 0px 0px 0px; /*removes indent IE and Opera*/
    padding: 5px 5px 0px 5px; /*removes indent Mozilla and NN7*/
    list-style-type: none; /*turns off display of bullet*/
}
.box_body p
{
    margin: 0px 0px 0px 0px; /*removes indent IE and Opera*/
    padding: 5px 5px 0px 5px; /*removes indent Mozilla and NN7*/
}
/* ----------------------Green Hot Items---------------------------------------------- */
#HotGreen .box_table
{
    width: 224px;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    border: none;
}
#HotGreen .box_header
{
    background-image: none;
    background-repeat: no-repeat;
    height: 32px;
}
#HotGreen .middlebit
{
    background-image: none;
    background-repeat: no-repeat;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: none;
}
#HotGreen .box_body ul
{
    margin: 0px 5px 5px 15px;
    padding: 0px 0px 0px 0px;
}
#HotGreen .box_body li
{
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
    list-style-image: none;
}
#HotGreen .box_body a
{
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    line-height: normal;
    text-align: left;
    color: #00FFFF;
}
#HotGreen .box_footer
{
    background-image: none;
    background-repeat: no-repeat;
    height: 16px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
/* ---------------------------Blue Hot Items----------------------------------------- */
#HotBlue .box_table
{
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    border: none;
}
#HotBlue .box_header
{
    background-image: none;
    background-repeat: no-repeat;
    height: 32px;
}
#HotBlue .middlebit
{
    background-image: none;
    background-repeat: no-repeat;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: none;
}
#HotBlue .box_body ul
{
    margin: 0px 5px 0px 15px;
    padding: 0px 0px 0px 0px;
}
#HotBlue .box_body li
{
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
    list-style-image: none;
}
#HotBlue .box_body a
{
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    line-height: normal;
    text-align: left;
    color: #00FFFF;
}
#HotBlue .box_footer
{
    background-image: none;
    background-repeat: no-repeat;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height: 16px;
}
/* ------------------------Pink Hot Items-------------------------------------------- */
#HotPink .box_table
{
    width: 224px;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    border: none;
}
#HotPink .box_header
{
    background-image: none;
    background-repeat: no-repeat;
    height: 32px;
}
#HotPink .middlebit
{
    background-image: none;
    background-repeat: no-repeat;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#HotPink .box_body ul
{
    margin: 0px 5px 5px 15px;
    padding: 0px 0px 0px 0px;
}
#HotPink .box_body li
{
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
    list-style-image: none;
}
#HotPink .box_body a
{
    display: block;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    line-height: normal;
    text-align: left;
    color: #00FFFF;
}
#HotPink .box_footer
{
    background-image: none;
    background-repeat: no-repeat;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height: 16px;
}
/* -----------------------See Also------------------------------------------- */
#SeeAlso .box_table
{
    width: 224px;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    border: none;
}
#SeeAlso .box_header
{
    background-image: none;
    background-repeat: no-repeat;
    height: 32px;
}
#SeeAlso .middlebit
{
    background-image: none;
    background-repeat: no-repeat;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#SeeAlso .box_body ul
{
    margin: 0px 5px 5px 15px;
    padding: 0px 0px 0px 0px;
}
#SeeAlso .box_body li
{
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
    list-style-image: none;
}
#SeeAlso .box_body a
{
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    line-height: normal;
    text-align: left;
    color: #00FFFF;
}
#SeeAlso .box_footer
{
    background-image: none;
    background-repeat: no-repeat;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height: 16px;
}
/* -- --------------Random Image------------------------------- */
#RandomImage .box_table
{
    width: 224px;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    border: none;
}
#RandomImage .box_header
{
    background-image: none;
    background-repeat: no-repeat;
    height: 16px;
}
#RandomImage .box_body
{
    background-image: none;
    background-repeat: no-repeat;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: none;
}
#RandomImage .box_body img
{
    width: 160px;
    margin: 0px 30px 0px 30px;
    padding: 0px 0px 0px 0px;
}
#RandomImage .box_footer
{
    background-image: none;
    background-repeat: no-repeat;
    height: 16px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
/* -- --------------Random Text------------------------------- */
#RandomText .box_table
{
    width: 224px;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    border: none;
}
#RandomText .box_header
{
    background-image: none;
    background-repeat: no-repeat;
    height: 16px;
}
#RandomText .box_body
{
    background-image: none;
    background-repeat: no-repeat;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: none;
}
#RandomText .box_body p
{
    width: 210px;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 10px;
    border: none;
    color: #FFFF00;
}
#RandomText .box_footer
{
    background-image: none;
    background-repeat: no-repeat;
    height: 16px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
/* -- -------------Search Box-------------------------------- */
.search_box
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background-image: none;
    background-repeat: no-repeat;
    top: 10px;
    left: 10px;
}
.search_box .box_table
{
    border: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.search_box .box_body
{
    border: none;
    background-image: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.search_box .searchbutton
{
    padding: 0px 10px 0px 0px;
    margin: 0px 0px 0px 0px;
    position: static;
    top: 10px;
    left: 100px;
    width: 28px;
    height: 28px;
}
.search_box input
{
    width: 130px;
    position: static;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    top: 10px;
    left: 10px;
}
/* -- -------------Record Listings-------------------------------- */
.list_items .box_table
{
    border: none;
}
.list_items .box_header
{
    background-image: none;
    background-repeat: no-repeat;
    padding: 0px 0px 0px 10px;
    margin: 0px 0px 0px 0px;
}
.list_items .box_header h2
{
    font-style: normal;
    color: #FFFF00;
    font-size: 108%;
}
.list_items .box_body
{
    background-image: none;
}
.list_items .box_body td
{
    padding: 5px 5px 5px 5px;
    margin: 0px 0px 0px 0px;
}
.list_items .box_body
{
    background-image: none;
}
.list_items .box_footer
{
    text-align: center;
}
.list_items .Previous
{
    text-align: left;
    width: 50%;
}
.list_items .Next
{
    text-align: right;
    width: 50%;
}
/* -- --------------- Comments System------------------------------ */
#Document .notes_display
{
    border: none;
    background-color: #000;
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
}
#Document .notes
{
    border: none;
}
#Document .box_table
{
    border: none;
}
#Document .box_body
{
    border: none;
}
#Document .box_footer
{
    border: none;
}

#MainContent2 .notes_view
{
    border: none;
    background-color: #000;
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
}
#MainContent2 .notes_view .box_table
{
    border: none;
}
#MainContent2 .notes_view .box_body
{
    border: none;
}
#MainContent2 .notes_view .box_footer
{
    border: none;
}
#MainContent2 .notes_view .box_footer a
{
    float: left;
    color: #00FFFF;
}
/* -- --------------- Login------------------------------ */
#RightColumn .login_box .box_table
{
    width: 224px;
    margin: 10px 0px 5px 0px;
    padding: 0px 0px 0px 0px;
    background-image: none;
    background-repeat: no-repeat;
    border: none;
}
#RightColumn .login_box .middlebit
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#RightColumn .login_box .box_body a
{
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    line-height: normal;
    text-align: left;
    color: #00FFFF;
}
#RightColumn .login_box .box_footer
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 6px 6px;
    height: 20px;
    font-size: 80%;
    text-align: left;
}
#RightColumn .login_box input
{
    width: 85px;
}
#RightColumn .login_box .loginbutton
{
    height: 16px;
    width: 44px;
    left: 44px;
    position: relative;
}
/* ---------------------Custom Login----------------------------------------------- */
#CentreColumn .login_box2
{
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 0px;
}
#CentreColumn .login_box2 .box_table
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
#CentreColumn .login_box2 .loginbutton
{
    height: 16px;
    width: 44px;
    float: right;
}
#CentreColumn .login_box2 .box_footer
{
    height: 16px;
    width: 44px;
    font-size: 85%;
}
/* -- Footer */
#Footer
{
    text-align: center;
    border-top: none;
    font-size: 110%;
}
#Footer a
{
    color: #00FFFF;
}
#Footer a:active
{
    color: #00FFFF;
}
#Footer a:hover
{
    color: #00FFFF;
}
/* -- --------------------------------------------- */
/* -- Record Display Page Things */
#BasicPage img
{
    display: none;
}
#BasicPage .RecordImage
{
    float: right;
    padding: 0px 10px 0px 10px;
    margin: 100px 0px 0px 0px;
    width: 1%;
}
#BasicPage .RecordImage img
{
    display: none;
}
#NextPrevious #Previous
{
    text-align: left;
    width: 50%;
}
#NextPrevious #Next
{
    text-align: right;
    width: 50%;
}
#UserAdmin img
{
    display: none;
}

/* -- --------------------------------------------- */
#FeedbackForm label
{
    float: left;
}
#FeedbackForm input
{
    float: right;
    margin-right: 20px;
}
#YourEmail label
{
    float: right;
    margin-right: 20px;
}
#YourEmailAddress input
{
    float: left;
}
#FeedbackForm #FeedbackButton input
{
    float: left;
}
#errorimage
{
    float: left;
}
#News .RecordImage
{
    display: none;
}
#News .RecordImage img
{
    display: none;
}
#News .RecordImage a
{
    display: none;
}
#News .RecordImage .click
{
    display: none;
}
#News .RecordImage .alt
{
    display: none;
}
#Document .RecordImage
{
    display: none;
}
#Document .RecordImage img
{
    display: none;
}
#Document .RecordImage a
{
    display: none;
}
#Document .RecordImage .click
{
    display: none;
}
#Document .RecordImage .alt
{
    display: none;
}
#BasicPage .RecordImage
{
    display: none;
}
#BasicPage .RecordImage img
{
    display: none;
}
#BasicPage .RecordImage a
{
    display: none;
}
#BasicPage .RecordImage .click
{
    display: none;
}
#BasicPage .RecordImage .alt
{
    display: none;
}
#Event .RecordImage
{
    display: none;
}
#Event .RecordImage img
{
    display: none;
}
#Event .RecordImage a
{
    display: none;
}
#Event .RecordImage .click
{
    display: none;
}
#Event .RecordImage .alt
{
    display: none;
}
#CentreColumn .peoplelinkimage2
{
    display: none;
}

