﻿
@page { size: auto;  margin: 20mm; }
@media print {
    body{
    }
    a { text-decoration:none;
    }
    #banner2{height:120px}
    #login,#topnav,#divmenu1, #sitemapdiv,#footernav,#print-link{visibility:hidden}
    #master2rightpageContent {
        padding-top: 0;
        width: 100%;
        background-color: white;
        float: none;
        margin-top: 0;
        margin-left:auto;
    }
    #wrapper {
    width: 100%;
    overflow:visible;
    margin: 0px;
    border: 0;
    position: relative;
}
    .table {border-width:0;   
        width: 100%;}

    .table table {
        width: 100%;
        padding: 5px;
        background-color: white;
        border-spacing: 0px;
    }
    .table th {
        background-color: white;
        font-weight: bold;
        color: black;
        font-size: 15px;
    }
        .table table, .table th, .table td {
        border:1px solid black;
        padding: 5px;
        }
}
