/*++++++++++++++++++++++++++++++++++

Screen Stylesheet for Engage Technologies

Created by:	Colm McBarron (iQ Content)
Created:	20-01-2006

Change Log:
31-03-2006: Placeholder file created

CMN 31/07/19 #5143 - Eliminate some screen elements from standard print

++++++++++++++++++++++++++++++++++*/

@import url("typography.css");
@import url("cascadingmenu.css");
body {
 font-size: 75%;
}

table.tablesorter tbody tr {
    display: table-row !important;
  }
  
@media print {
   #header,#cascadingnav,.hidemenu,#breadcrumb,.form-field,.form-label,#user-info2 {
       display: none !important;
   }   
   
}


