/* Print Styles for Ezzo.info*/

/* Basic Structure */
HTML {
width:100%
}
body {
background: white;
font-size: 12pt;
font-family: Arial, Helvetica, sans-serif;
}

div#content {
   width: auto;
   font-size: 12px;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
   
div#reprint {
	margin: 0 5%;
	background: white;
	border: none;
	} 
	     
.docboxbuff {
	margin: 0 5%;
	background: white;
	border: none;
	} 
	
.docbox {
	margin: 0 5%;
	background: white;
	border: none;
	}  
	
img {
display: none;
}
/* Hide Various Elements when printing */
.rightBox, div#navBar, #masthead, #globalNav, #breadCrumb, #siteInfo, #sectionLinks  {
display: none;
}
/* Link Management */
a:link, a:visited {
color: #000000;
background: transparent;
font-weight: normal;
text-decoration: underline;
}

#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }

.primary a[href^="/"]:after {
content: " (http://www.yourdomain.com" attr(href) ") ";
}
.primary a:link:after, #reprint a:visited:after {
content: " (" attr(href) ") ";
font-size: 90%;
}

