/***************************************************************************************/
/* Print                                                                               */
/***************************************************************************************/

body { background-color: #ffffff; background-image: none !important; }
#Site { background-color: #ffffff; background-image: none !important; }
#Header { display: none; }
#Content { top: 0px; }
#SideBar { display: none; }
#Footer { display: none; }
.NoPrint { display: none; }
#Site {
    width: 100%;
}
#Content {
    width: 100%;
}
.FormContainer {
    display:none;
}
.printIcon { display:none }