﻿body
{
    direction: ltr;
    margin: 0;
    padding: 0;
    background-color: #e0e1cf;
    overflow:auto;
}

.cssTableContainer
{
    width: 100%;
    height: 100%; 
   
}

.cssMasterTable
{
        
} 
  
.cssHeder
{
    height: 60px;    
}


.cssMiddle
{
    height: 510px;
    vertical-align: top;
}

.cssBottomButton
{
    height: 30px;
    vertical-align: bottom;
    
}