/* eGenix.com Print CSS */

/* Display the complete page */
#egenix-content {
	height: auto;
	overflow: visible;
}

/* Resize to the print page */
#egenix-page {
	border: none;
	margin: 0px;
        height: auto;
}

/* Don't show page shadow */
#egenix-page-box, #egenix-page-box-body, #egenix-page-box-head, #egenix-page-box-menu {
        background: transparent; 
	background-color: white;
} 

/* Don't display (complete) content frame */
#egenix-content-area, #egenix-location-bar {
	border-left: none;
	border-right: none;
}

/* Don't display the page elements below the content area, since the
   resizing we're doing in JavaScript is not rerun when opening the
   print dialog in a browser and, thus, the content size not readapted
   to the paper size. */
#egenix-bottom-line, #egenix-copyright-line {
        display: none;
} 

/* Handle printing of tables */
.egenix-table {
        page-break-inside: avoid;
}

