﻿/***************** 
  
 NOTE: Dynamically generated CSS  
 Do not manually modify files in the /css/static/ directory 
 Last generated 12/10/2009 9:42:20 AM 
 
 *****************/ 
  
  
 /* 
This style sheet is for printers. It makes some modifications to the base style sheet - primarily hiding the peripheral matter (sidebars, etc.)
*/

/* Everything black */
*
{ color:Black!important; }


body,
div.BodyInner,
div.ContentArea,
div#Main,
div#MainInner,
div.Reverse,
div#Footer
{
	margin:0;
	padding:0;
	width:auto;
	background:white;
	background-image:none;
	border:none;
}

div.Reverse a
{
    color:Black!important;
}

/* Hide stuff that's not helpful on the printed page */
div#Crumbs,
div#Credit,
div.AdminHeader,
div#Utility,
div#MenuContainer,
div.PageTools,
div.Tabstrip
{ 
    display:none!important; 
}

div.MainContent,
div.CaseHeading,
div.TopicHeading,
div.ProgramHeading
{
    padding:0!important;
    background:white;
}

/* Show all tab panels */
.TabPanel
{ 
    display:block!important; 
    border-bottom: 2px solid black;
    padding-bottom:.5in;
}

