﻿@media print
{
    html {
	    min-height: 0 !important; 
	    height: auto !important; 
    }

    .amsHeaderRowSpacer {
        display: none !important; 
    }

    .amsHeaderLogoRow td {
        background-color: white !important; color: black !important;
    }

    .amsHeaderNavRows {
        display: none !important;
    }

    .amsNavOptionsWrapper {
        display: none !important;
    }

    /* remove body background */
    body {
        background-image: none !important;
    }

    /* Maximize webform width */
    form {
        width: 100% !important;
    }

    /*Common Browse: font size for common browse table data */
    .cblistrow1, .cblistrow2, .th2, .thtop * {
        font-size: 12pt !important;
    }

    /* Common Browse: Remove stripe effect and add grid border and set text to black */
    .cblistrow1 td, .cblistrow2 td {
        background-color: white !important;
        color: black !important;
        border: 1px solid silver;
    }

    /* Common Browse: Set headers to silver background, black text */
    .thtop, .th2 {
        background-color: silver !important;
        color: black !important;
    }

    /* Common Browse: Hide criteria  */
    #ctl00_Main__cb_updSearch {
        display: none !important;
    }
}
