﻿.ScreenOnly
{
    visibility: hidden;
    display: none;
}

/* masterpage layout */

.mp_form
{
    text-align: left;
}
#mp_wrapper
{

}
#mp_header
{
    display: none;
    visibility: hidden;
}
.mp_header_image 
{
    border: 0px;
}
#mp_menu
{
    display: none;
    visibility: hidden;
}
.mp_menu_image 
{
    border: 0px;
}
.mp_content
{
    clear: both;
    text-align: left;
    margin-top: 0px;
    margin-left: 20px;
    margin-right: 20px;
    height: auto;
    z-index: 1;
}
#mp_footer
{
    clear: both;
    margin-top: 20px;
}

