﻿
/* Exclude navigation and some branding from printed output */

body,  #main, #contentWrapper, #content, #header, #footer
{
   width: 100%;
   min-height: auto;
   height: auto;
   margin: 0;
   padding: 0;  
   border: none;
   background: none;
   background-color: White;
}

#header img
{
    margin: 0;
    padding: 0;
}

#header
{
    padding-bottom: 5px;
    border-bottom: solid 1px silver;  
    margin-bottom: 10px;
    height: 50px;
    color: #000;    
}


.appName
{
    color: #000;
}

#contentWrapper
{
   position: relative;
   left: 0;    
}

#content
{
   font-size: 0.8em;
}


#printFooter
{
    display: block;
    font-size: 0.6em;
    margin-top: 10px;       
}

.doNotPrint, .hidden, #footer, #menu, #topBar, .button_div, .spacer, .updateProgress,  .rightImage, .pageTools, #header ul
{
    display: none;
}

.printOnly
{
    display: inline;
}

table a, table a:link, table a:visited
{
    border: none;
    color: Black;
}

.reportParameters
{
    font-size: 1.1em;
    padding-bottom: 0px;   
}

.datasetScroll
{
    width: 100%;
    overflow: auto;
    height: auto;
}
