﻿/* PRINT MEDIA STYLE OVERRIDES */
@media print
{ 
  .HideFromPrintMedia
  {
    visibility: hidden;
    display: none;
  }
	
  body
  {	
		/*
		font-family: Times New Roman !important;
		font-size: 12pt !important;
		*/
		color: black !important;
		line-height: 1.3em !important;
		
		width: auto !important;
    background: none !important;
    background-color: #fff !important;
    margin-bottom: 0em !important;
  }
	
	#PageBackground
	{
		display: none;
	}
	
	#Wrapper
	{	
		float: none !important;
		width: auto !important;
		min-width: 0 !important;
		border: 0;
		margin: 0;
		padding: 0;
	}
	
	#content 
	{ 
		width: auto;
		float: none;
	}
  
  #PageContentsContainer
  {	
		margin-bottom: 0 !important;
  }
  
  #content3
  { 
		float: none;
		width: auto;
    border: none;
		padding-top: 0em;
		padding-left: 0em;
		padding-bottom: 0em;
  }
	
	.TextPageContents
	{	
		margin: 0 !important;
	}
	
	#masthead
	{	
		display: none;
	}
	
	#sidebar
	{
		display: none;
	}
	
	.PageSideMenu
	{	
		display: none;
	}
	
	#PageDiv
	{
		/*border: solid 1px red;  <-- debug mode */
	}
	
	#content
	{	
		/*border: solid 1px green;  <-- debug mode */
	}
		
	#utility
	{	
		display: none;
	}
	
	#GradientBelowTab
	{
		display: none;
	}
	
	#PrintMediaHeader
	{	
		display: block !important;
		padding: 0 0 0.3em 0;
		border-bottom: solid 2px #555;
		margin-bottom: 2em;
		
	}
  
  /* Show print media footer */
  #FooterPrintMedia
  {	
		display: block;
		page-break-before:avoid;
		border-top: solid 2px #555;
		padding-top: 0.5em;
		background-color: white;
		
		/*
		display: block; 
		position: fixed; 
		bottom: 0; 
		font-size: 11pt;
		*/
  }
  
  .PageContents
	{ 
		padding-top: 0em;
	}
	
	.TextPageContents
	{	
		padding-top: 0em;
	}
	
	#GradientBelowTab
	{	
		display: none;
	}
  /* Hide screen media footer */
  #FooterContent
  {	
		display: none;
  }
  
  #ContentTopBorder
  {
		display: none;
  }
  #PageCornerTopLeft
  {
		display: none;
  }
  #PageCornerTopRight
  {
		display: none;
  }
  #PageCornerBottomLeft
  {
		display: none;
	}
	#PageCornerBottomRight
	{
		display: none;
	}
	
	#Full-Screen-Header-Img
	{	
		display: none;
	}
	
	
	.DocSecTitleBackToTopLink
	{	
		display: none;
	}
	
	.DocSecChapterTocDiv
	{	
		display: none;
	}
	
	.DB_PrevNextChapterLinkDiv
	{
		display: none;
	}
}



