﻿
/* Exclude navigation and some branding from printed output */

body,  #main, #topBar, #header, #tabs, #contentWrapper, #primaryContent, #menu, #footer
{
   width: 100%;
   margin: 0;
   padding: 0;  
   border: none;
   background: none;
   background-color: White;
}

#main
{
   position: relative;  
   left: 0
}


#header img
{
    margin: 0;
    padding: 0;
}

#header h1
{
	display:inline;
}

#header .appimg
{
	float:left;
}

#header .logoimg
{
	display:none;
}

#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;
}

#footer
{
    margin-top: 20px;
    border-top: solid 1px #EEEEEE;   
}

.doNotPrint, .hidden, #footer img, .footerText, #topBar, #tabs, .button_div, .spacer, .updateProgress,  .rightImage, .gridView a img, #admin
{
    display: none;
}


.gridView a, .gridView a:link, .gridView a:visited
{
    border: none;
    color: Black;
}
