﻿/* everything in this css file should be prefixed with .print
   this is the print style sheet to get rid of background images and fix colors and stuff */

body.print, .print *
{
    background: transparent !important;
    background-color: #fff!important;
    color: #000;
    box-shadow: none !important;
    text-shadow: none !important;
}



.print .commandbutton, .print .filter, .print .input[type="submit"], .print input[type="image"], .print .return_link, .print .command_area
{
    display: none !important;
}


.print .grid th a
{
    text-decoration: none;
}

.print .row_required_msg, .print .jump_bottom, .print .content-edit-controls, .print #logged-in-as
{
    display: none;
}
.print #logged-in-as
{
    display:none !important;
}