#cheader{        
    height:40px;
    background: #D8D8D8;
    border: 1px solid #CDCDCD;    
    font-size: 15pt;
    line-height:40px;
    color: #6E6E6E;
        
    width: 100%;    
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    
    border-bottom:0px;

    position: relative;
    left:15px;

}
#body{
    background: #FFFFFF;
    border: 1px solid #CDCDCD;    
    color: #6E6E6E;
    border-radius: 4px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width:100%;
    overflow: scroll;        
    font-size: 12pt; 
    padding: 10px 10px 0px 10px;     

    position: relative;
    left:15px;
    padding-bottom:20px;
}
.scrollRight{
    box-shadow: inset -61px 0 22px -60px #958D8D
}
.scrollLeft{
    box-shadow: inset 61px 0 22px -60px #958D8D
}
.scrollBoth{
    box-shadow: inset 0 9px 0px 0px white,
     inset 0 -9px 0px 0px white, 
     inset 61px 0 22px -60px #958D8D ,
    inset 61px 0 22px -60px #958D8D  !important; 

}

#contentWrapper{
    margin:0 auto;
    margin-top:20px;
    max-width:1500px;
    box-shadow: 4px 4px 9px 2px #958D8D;
    border-radius:4px;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
#contentWrapper::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome*/
    width:0 !important;
} 
.container{
    max-width: 1500px;
}

@media only screen and (max-width: 760px){    
    #contentWrapper{        
        margin-top:0px;
    }
}