/* 
* print.css
* Description: Design file for print.
* Created on: August 9, 2009
* Last modified on: May 28, 2010 
* Copyright 2010 Frontiers Media S.A. All Rights Reserved. 
*/ 
.noprint
{
    display: none !important;
}
#col_Left, #col_Right, #footer, #navTop, #navBottom, #brd_wrapper, #divTopBanner, #tsl_wrapper, #divFeedBack, #navMidl
{
    display: none !important;
}
#col_Mid
{
    width: 100% !important;
    margin: 0 !important;
    float: none !important; 
}
html, body
{
    height:100% !important;
}

/* body { visibility: hidden; }
  .print{ visibility: visible;} */
