@media print
{   
    body
    {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 0 !important;
    height: auto !important;
    padding: 0 !important;
    }

    #pager,
    form,
    .no-print
    {
        display: none !important;
        height: 0;
    }


    .no-print, .no-print *{
        display: none !important;
        height: 0;
    }

    .printlink
    {
    display:none;
    }

    btn
    {
    display: none;
    }

    .tble

    {
    background-color: #CD853F;
    border:1px solid green;
    -webkit-print-color-adjust: exact;
    } 

    .imageContainer
    {
    border: 0 !important;
    }
    
    .container
    {
    -khtml-opacity:1.00 !important; 
        -moz-opacity:1.00 !important; 
        -ms-filter:"alpha(opacity=100)" !important;
        filter:alpha(opacity=100) !important;
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1.0) !important; /*just for testing*/
        opacity:1.00 !important;
    background-image: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    }
    
    .containerBoth
    {
    display: block !important;
    height: 100% !important;
    padding-bottom: 240px !important;
    }

    .containerTop
    {
    padding: 0 !important;
    margin: 0 !important;
    height: 0 !important;
    width: auto !important;
    }

    .containerRight
    {
    padding: 0 !important;
    margin: 0 !important;
    height: auto !important;
    width: auto !important;
    scroll-y: none !important;
    }

    p
    {
    -khtml-opacity:1.00 !important; 
        -moz-opacity:1.00 !important; 
        -ms-filter:"alpha(opacity=100)" !important;
        filter:alpha(opacity=100) !important;
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1.0) !important; /*just for testing*/
        opacity:1.00 !important;
    margin-top: 10px !important;
    }
    
    .secondPage
    {
    margin-top: 60px !important;
    }
 
    .footerDiv
    {
    -khtml-opacity:1.00 !important; 
        -moz-opacity:1.00 !important; 
        -ms-filter:"alpha(opacity=100)" !important;
        filter:alpha(opacity=100) !important;
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1.0) !important; /*just for testing*/
        opacity:1.00 !important;
    margin-top: 280px !important;    
    margin-left: 36px !importnat;
    margin-right: 36px !important;
    }
    
    strong
    {
    -khtml-opacity:1.00 !important; 
        -moz-opacity:1.00 !important; 
        -ms-filter:"alpha(opacity=100)" !important;
        filter:alpha(opacity=100) !important;
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1.0) !important; /*just for testing*/
        opacity:1.00 !important;
    color: #000000 !important;
    }

    .hr5, .hr4
    {
    display: none; 
    }

}

@media screen
{
    #pager,
    form,
    .no-screen
    {
        display: block !important;
        color: transparent !important;
    }


    .no-screen, .no-screen *{
        display: block !important;
        color: transparent !important;
    }

    btn
    {
        display: none;
    }

    .tble
    {
        background-color: #CD853F;
        border:1px solid green;
    }
}

