﻿/*
Commented out, because the ff css checker doesn't work with @media yet.

 @media print
{ */
/*updated 19/10/2011 - added @media print back*/


@media print  {
    
    /*start print*/
    .printerhide
    {
        display: none !important;
    }
    html {max-width: 100% !important;} /*100% of the printed media size (e.g A4 landscape mode)*/
    
    body /*100% of html*/
    {
        font-family: Arial;
        font-size: 0.7em;
        line-height: 1em;
        background-color: White;
        padding: 0;
        margin: 0;
        max-width: 100% !important;
    }
    form {max-width: 100% !important;} /*100% of body*/
    .sitewrap, .mainwrap, .headwrap, .rightcontent, .bottomcontent, .topheader, .bodywrap, .footwrap,
    .bodycontentbox, .bodycontent, .bodybgtop, .bodybgmiddle, .bodybgbottom, .bodystatic,
    .clienteditnotice, .adminnotice, .advisernotice, .importantnotice
    {
        padding:0 !important;
        margin:0 !important;
        background: none !important;
        max-width: 6.5in !important; /*set width to 6.5inch standard A4 portrait is 7.25in*/
    }
    .headwrap {height: 80px;}
    .rightcontent {float:none !important;min-height: 200px;}
    .prptablesummary {width: 330px !important;}
    .fieldlegend {background: #fff !important;}
    .fieldboxprpplanner {margin: 5px 2px 5px 0 !important; padding: 0 !important;}
    .prpassettable {display: inline !important; float:left !important;}
    .StandardLink, .StandardLink a:link, .StandardLink a:visited {color: #000; text-decoration: none; font-weight: bold; }

    /*end print*/
}
