
/*PRINT CSS*/

body{
width:100%;
background: none;
font-size:12pt;
}

/* Remove unwanted elements */
#leftContent, #rightContent, #footerContainer, #breadCrumbContainer, #mainNav, #logo, #searchBar, #topNav, .noPrint
{
background:none;
display: none;
}

/* Ensure the content spans the full width */
#middleContent, #mainNavHeader, #breadCrumb, #homeContent, #homeHeader, #bottomFunctions, #footer, #insideContent
{
width: 100%!important; 
margin: 0;
float: none;
}

dd{
display: block!important;
}

img{
display: none;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}

#middleContent a[href^="../index.html"]:after {
  content: " (http://www.pdftron.com" attr(href) ") ";
   }


/*PRINT CSS ENDS*/