﻿.ScreenOnly
{
    visibility: visible;
}

/* masterpage layout */

.mp_form
{
    text-align: center;
}
#mp_wrapper
{
    width: 996px;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    background-image: url(../Images/background.jpg);
    background-repeat: repeat-y;
    min-height: 778px;
    text-align: left;
}
#mp_header
{
    clear: both;
    margin-top: 2px;
    margin-bottom: 0px;
}
#mp_language
{
    visibility: hidden;
    display: none;
}
.mp_header_logo
{
    border: 0px;
    float: left;
}
.mp_header_menu
{
    border: 0px;
    float: left;
}

#mp_content
{
    float: left;
    width: 731px;
    min-height: 510px;
    text-align: left;
    margin-top: 0px;
    margin-left: 65px;
    margin-right: 0px;
    margin-bottom: 0px;
}
.contentFrame
{
    border-style: none;
    width: 655px;
    /* height is set in javascript function showFrame */
}

#mp_menu
{
    float: left;
    margin-top: 73px;
    margin-bottom: 10px;
}
.mp_menu_group
{
    width: 200px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}
.mp_menu_head  /* li */
{
    color: #660066;
    background-image: url('../Images/button_head.png');
    background-repeat: no-repeat;
    list-style-type: none;
    height: 45px;
    width: 205px;
    text-align: center;
    vertical-align: middle;
    padding-top: 8px;
    padding-left: 12px;
    font-size: 16px;
}
.mp_menu_head1  /* li */
{
    color: #660066;
    background-image: url('../Images/button_head1.png');
    background-repeat: no-repeat;
    list-style-type: none;
    height: 45px;
    width: 205px;
    text-align: center;
    vertical-align: middle;
    padding-top: 8px;
    padding-left: 12px;
    font-size: 16px;
}
.mp_menu_head2  /* li */
{
    color: #660066;
    background-image: url('../Images/button_head2.png');
    background-repeat: no-repeat;
    list-style-type: none;
    height: 45px;
    width: 193px;
    text-align: center;
    vertical-align: middle;
    padding-top: 8px;
    padding-left: 12px;
    font-size: 16px;
}
.mp_menu_item
{
    color: #660066;
    background-image: url('../Images/button.png');
    background-repeat: no-repeat;
    list-style-type: none;
    height: 45px;
    width: 193px;
    text-align: center;
    padding-top: 8px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 18px;
    font-size: 15px;
}
.mp_menu_item2
{
    color: #660066;
    background-image: url('../Images/button.png');
    background-repeat: no-repeat;
    list-style-type: none;
    height: 51px;
    width: 193px;
    text-align: center;
    padding-top: 2px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 18px;
    font-size: 15px;
    line-height: 15px;
}
.mp_menu_selected
{
    color: #660066;
    background-image: url('../Images/button_selected.png');
    background-repeat: no-repeat;
    list-style-type: none;
    height: 45px;
    width: 193px;
    text-align: center;
    padding-top: 8px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 18px;
    font-size: 15px;
}
.mp_menu_selected2
{
    color: #660066;
    background-image: url('../Images/button_selected.png');
    background-repeat: no-repeat;
    list-style-type: none;
    height: 45px;
    width: 193px;
    text-align: center;
    padding-top: 2px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 18px;
    font-size: 15px;
    line-height: 15px;
}

#mp_footer
{
    clear: both;
    width: 986px;
    margin: 0px;
    padding-top: 15px;
    padding-bottom: 1px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: right;
}
.mp_footer_copy
{
    clear: right;
    display: inline-block;
    font-size: 75%;
}
.mp_footer_text
{
    text-align: right;
    display: inline-block;
    font-size: 75%;
}

