﻿
.onlyPrint {display:none;}

@media print
{
    body
    {
        font-size: x-small;
        background-color: White;
        color: Black;
        
    }
    
    table 
    {
        background-color: White;
        color:Black;
        border: solid 1px RGB(140,140,140);
        }
        
     td ,th ,div ,span
     {
        background-color: White;
        color:Black           
     }
    
    
    .gridRowAlternate
    {
        border:solid 1px RGB(150,150,150); 
        background-color: RGB(225,225,225);
    }
    
    .gridPager {display:none;}
    
    .noprint{display:none;} 
    
    .onlyPrint {display:inline;}
    
}
