/*---------------------------------------------
 * stylesMro.css  10-20-2005   (RSVP)
 *-------------------------------------------*/

#TopBar 
{
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid darkblue;
    background: white;
/*    background-color: khaki; /* */
    z-index: 5;
}

#MenuBar 
{
    position: absolute;
    height: 24px;
    margin: 0;
    width: 100%;
    top: 49px;
    display: block;
    left: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: black;
    border-bottom: 1px solid darkblue;
    background: #ffffff; /*WhiteSmoke; */
/*    background-color: mediumpurple; /* */
    z-index: 6;
}

#MainContent 
{
    position: absolute;	
    left: 0; 	
    top: 51px;
    bottom: 20px;
    width: 100%;
    background: #ffffff;
    overflow: auto;    
/*    border-top: 1px solid DarkBlue; 
    border-bottom: 1px solid DarkBlue; /* */
/*    background-color: plum; /* DEBUG */
/*    border: 1px solid red;    /* DEBUG */
/*    overflow-x: auto; /* */
/*    overflow-y: auto; /* */
    z-index: 4;
}

* html #MainContent
{
    height: 100%; 
    top: 0; 
    bottom: 0;
    border-top: 51px solid white;
    border-bottom: 20px solid white;
}

#MainContentWithMenu
{
    position: absolute;	
    left: 0; 	
    top: 74px;
    bottom: 20px;
    width: 100%;
    background: white;
    overflow: auto;    
/*    border-top: 1px solid DarkBlue; 
    border-bottom: 1px solid DarkBlue; /* */
/*    background-color: plum; /* DEBUG */
/*    border: 1px solid red;    /* DEBUG */
/*    overflow-x: auto; /* */
/*    overflow-y: auto; /* */
    z-index: 4;
}

* html #MainContentWithMenu
{
    height: 100%; 
    top: 0; 
    bottom: 0;
    border-top: 74px solid white;
    border-bottom: 20px solid white;
}

#MainContentWithBtns
{
    position: absolute;	
    left: 0; 	
    top: 51px;
    bottom: 55px;
    width: 100%;
    background: white;
    overflow: auto;    
/*    border-top: 1px solid DarkBlue; 
    border-bottom: 1px solid DarkBlue; /* */
/*    background-color: plum; /* DEBUG */
/*    border: 1px solid red;    /* DEBUG */
/*    overflow-x: auto; /* */
/*    overflow-y: auto; /* */
    z-index: 4;
}

* html #MainContentWithBtns
{
    height: 100%; 
    top: 0; 
    bottom: 0;
    border-top: 51px solid white;
    border-bottom: 55px solid white;
}

#MainContentWithMenuAndBtns
{
    position: absolute;	
    left: 0; 	
    top: 74px;
    bottom: 55px;
    width: 100%;
    background: white;
    overflow: auto;    
/*    border-top: 1px solid DarkBlue; 
    border-bottom: 1px solid DarkBlue; /* */
/*    background-color: plum; /* DEBUG */
/*    border: 1px solid red;    /* DEBUG */
/*    overflow-x: auto; /* */
/*    overflow-y: auto; /* */
    z-index: 4;
}

* html #MainContentWithMenuAndBtns
{
    height: 100%; 
    top: 0; 
    bottom: 0;
    border-top: 74px solid white;
    border-bottom: 55px solid white;
}
