﻿#mPage
{
    margin: 0 auto;
    width: 100%;
    bottom: 20px;
    right: 20px;
    background-color: #F9D8C8;
    
    background-repeat: no-repeat;
    background-attachment: scroll;
    height: 140px;
}
#mBody
{
    text-align: right;
    font-size: medium;
    background-color: #F9D8C8;
  
}
#mPageWrapper
{
    padding: 0px;
    margin: 0 auto;
    text-align: right;
    background-color: #F9D8C8;
}
#mform1
{
    width: 100%;
    text-align: right;
}

#mtitle
{
    margin: 0 auto;
    bottom: 20px;
    right: 20px;
 
    background-repeat: no-repeat;
    background-attachment: scroll;

}
#mFooter
{
    background-color: #C0C0C0;
    clear: both;
    font-size: x-small;
    color: #0000CC;
    position: fixed;
    text-align: center;
    bottom: 0px;
    width: 100%;
}
#mMainContent
{
    width: 100%;
    background-color: #F5BCA0;
    vertical-align: top;
    text-align: right;
    position: relative;
    top: 0px;
    left: 0px;
}
#mBasketContent
{
    width: 100%;
    background-color: #F5BCA0;

    vertical-align: top;
    text-align: right;
}
.mMenueContent
{
    width: 100%;
    background-color: #F5BCA0;
    height: 100%;
    vertical-align: top;
    text-align: center;
}
.Progressmodal
{
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}
.Progresscenter
{
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 130px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}
.Progresscenter img
{
    height: 128px;
    width: 128px;
}
.mstyleGreen
{
    border-style: inset;
    background-color: #33CC33;
    font-weight: bold;
}
.mstyleGreenTable
{
    padding: 3px;
    border-style: inset;
    background-color: #33CC33;
    font-weight: bold;
}
.mstyleGreenTable2
{
    padding: 3px;
    border-style: inset;
    background-color: #33CC33;
    
}
.mstyleGreenTable3
{
    margin: 0px;
    padding: 0px;
    border-style: inset;
    background-color: #33CC33;
}
