.GridCabecalho {
    color: #055A78;
    text-align: center;
    font-family: "Arial Narrow";
    font-size: 10pt; 
    background-image:url('../images/grid_header.png');
    height: 25px;
    padding: 3px;
    vertical-align: baseline;
    white-space: nowrap;
}

.GridLinha {
    text-align: left;
    border-bottom: 1px solid #E1E0D7;
    border-right: 1px solid #E1E0D7;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    vertical-align: baseline;
    color:#000000;
    white-space: nowrap;
}

.GridLinhaCenter {
    text-align: center;
    border-bottom: 1px solid #E1E0D7;
    border-right: 1px solid #E1E0D7;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    vertical-align: baseline;
    color:#000000;
    white-space: nowrap;
}

table {
    margin: 0em;
    font-family: Arial; 
    font-size: 9pt;
}

.EstruturaExternaGrid {
    width:747px;
    height:257px;
    border-left: 1px solid #D4D0C8;
    border-top: 1px solid #D4D0C8;
    border-bottom: 1px solid #D4D0C8;
    border-right: 1px solid #D4D0C8;
    scrollbar-face-color: #F2F2F2; 
    scrollbar-highlight-color: #F2F2F2; 
    scrollbar-shadow-color: #055A78; 
    scrollbar-3dlight-color: #055A78; 
    scrollbar-arrow-color: #000000; 
    scrollbar-track-color: #F2F2F2; 
    scrollbar-darkshadow-color: #F2F2F2;
    background-color: #F2F2F2;
    margin-bottom: 10px;
    overflow: auto;
}