@media print {

    body {
        color: white;
        border-style: none;
        background-color: white;
        size: portrait;
    }
    
    .header, .menuBackground, .footer, .vmenu, .rightCorner, .inline, .tablePaging, .buttonLink, .buttonLinkSubmit, .buttonLinkList, .buttonLinkDisabled {
        display: none;
        visibility: hidden;
    }
    
    #printSection {
        float: none; 
        display: block;
        font-family:serif;
        visibility: visible;
        background-color: white;
        color: white;
        border-style: none;
        width:80%;
    }
        
    #printSection .title {
        text-align: left;
        font-size: 18pt;
        color: black
    }

    #printSection .tableList { 
        border-bottom: hidden;
        font-size: 11pt;
        color: black;
        background-color: white    
    }
    
    #printSection .tableHeaderClass { 
        font-size: 11pt;
        color: black;
        background-color: white;
        border-bottom-style: solid;
        border-bottom-width: thin;
        border-bottom-color: black;
    }
    
    #printSection .odd {
        border-bottom-style: solid;
        border-bottom-width: thin;
        border-bottom-color: black;
    }
    
    #printSection .even {
        border-bottom-style: solid;
        border-bottom-width: thin;
        border-bottom-color: black;
    }
    
    #printSection td {
        font-size: 7pt;
        color: black;
        background-color: white;
    }

    #printSection th {
        font-size: 9pt;
        color: black;
        background-color: white;
    }
        
    #printSection .inline { 
        visibility: hidden;
        display: none;
    }
}
