﻿@media print {

    /*****************************************************
*   Color Schemes 
*****************************************************/

    /********** Background Color **********/
    body,
    .header {
        background-color: #FFFFFF;
    }

    /********** Text Color **********/
    body, p,
    .header, .headerTitle, .headerSubTitle,
    .message, .message li, .confirmation, .confirmation li, .info, .info li, .warning .warning li,
    .boldTxt, .labels, .subLabels {
        color: #000000;
    }

    /*****************************************************
*   Hidden Controls
*****************************************************/

    .navigation,
    .headerLink, .headerLogout,
    .ProgressHeaderControl,
    .TermsAndConditionsControl,
    .footer,
    .paging,
    input[type="submit"], input[type="button"],
    .PrintControls,
    .SecureDiv,
    .SessionTimeout,
    #bookMarkTag {
        display: none !important;
    }

    .navigationLeft .mainPage {
        width: 95% !important;
    }

    body.view-lg #aspnetForm {
        background: none;
    }
}
