﻿/* CSS Stylesheet entries to make searches printer friendly */

@media print {
    #UpdatePanel1 {
        display: none !important;
    }

    #SearchBtn, #ClearBtn, #PrintAllLetters, #PrintCertify, #PrintDenials, #PrintDeficient {
        border: none !important;
        display: none !important;
    }

    .footer {
        display: none !important;
    }
    #PageLbl {
        display:none !important;
    }
    .noprint {
	    display:none;
	}

    .topMenu {
	    display:none;
	}
}

