﻿html,body
{
    background: url('../../imgs/background-overlay-strip.png') fixed top center repeat-y;
    height:100%;
    margin: 0;
    padding: 0;
    z-index:-3;
}

body
{
    background: rgba(0,0,0,0);
}

#ctrlMasterContainer {
    min-height: 100%;
    position: relative;
    background: url('../../imgs/MainBack.png')  repeat-y center;
    width: 750px;
    margin-left: auto;
    margin-right: auto;
}

#ContentTable
{
    width: 745px;
}

#ctrlMasterHeader
{
    background: url('../../imgs/header.png');
    /*padding-top:50px;*/
}

#ctrlMasterBody {
    padding-bottom: 92px;
}

#ctrlMasterFooter
{
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 92px;
    
    background: url('../../imgs/foot.png');
    /*width:750px;*/
    
    
    /*margin-left:auto;*/
    /*margin-right:auto;*/    
    /*position:absolute;
    bottom:0;
    margin-bottom:0;
    text-align:center;
    left:50%;
    margin-left:-375px;
    /*clear:both;*/
    /*height:92px;*/       
}	


.BodyBackground
{
    /*background: url('../../imgs/background.png') repeat-y left top;*/
    font-size: 10pt;
    font-family: Arial; /* font-size: inherit; */
    /*width:800px;*/
    /*text-align: center;*/
    /*min-height:100%;*/
    
    /*position:relative;*/
    padding:0;
    margin:0;
}

.PageRegion
{
}

.BodyRegion
{

}

.LeftRegion
{
    /*background: url('../../imgs/MainBack.png')  repeat-y center;*/
    margin-left:auto;
    margin-right:auto;
    
}
.MiddleRegion
{	
    /*background: url('../../imgs/MainBack.png')  repeat-y;*/
    /*max-height: 650px;*/
    /*margin-top: 145px;*/
    /*width:800px;*/
    text-align:left;
    /*height:100%;*/
    border:0;
    
    /*margin-bottom:150px;*/
    
    /*overflow:auto;*/
}
.MiddleRegionHolder
{
    /*height:100%; */
    /*100% - 138 (- 90?)*/
    padding:0; 
    margin:0;
}


#Center
{
    
    /*min-height:100%;*/
    
}

.RightRegion
{
    /*background: url('../../imgs/MainBack.png')  repeat-y;*/
    margin-left:auto;
    margin-right:auto;
    
}

.FooterRegion
{
    background: url('../../imgs/foot.png');
    /*margin-left:auto;*/
    /*margin-right:auto;*/
    width:750px;
    /*position:absolute;
    bottom:0;
    margin-bottom:0;
    text-align:center;
    left:50%;
    margin-left:-375px;
    /*clear:both;*/
    /*height:92px;*/
    
    
}	

#ctrlUserMonitorPanel {
    position:fixed; right:0px; bottom:0px;
}

.Copyright
{
    font-family: Garamond;
    /*font-size: smaller;*/
}

.TitleLabel
{
    font-family: Tahoma;
    font-weight: bold; 
    /* font-size: 12pt; */
    font-size:larger;
    color: #808080; 
    font-style: normal; 
    font-variant: normal; 
    text-decoration: underline;
}

.body
{
    background: url('../../imgs/MainBack.png') repeat-y center;
    /*max-height: 630px;*/
    width:750px;
}

#aspnetForm
{
    /*min-height:100%;*/
    /*height:auto !important;*/
    height:100%;
}

.menu
{
   
    /*position: fixed;*/
    /*top:0px;*/
    /*right: 0px;*/
    /*width: 100%;*/
   /*text-align:center;*/
   width:750px;
   background: url('../../imgs/header.png');
}

.MiddleRegion.ContentArea
{
    max-height:600px;
}





