/* Encorp Pacific (Canada) 2011 Site Design - Print Overrides */
/* Last Updated: 2017.11.22 ET */

body {
	background-image: none;
	background-color: white;
	font-size: 8pt;
}

#page {
	width: auto;
	padding: 0em;
	overflow: visible;
}

#middlemenubar, #generalnav, #lowermenubar, #favnav,
div.breadcrumbs, div.sectionmenu, .dropdown, .sidecolumn, .sideblock, .adminlink {
	display: none;
}

#headerbar {
	position: absolute;
	width: auto;
	height: 60px;
	left: 140px;
	right: 4px;
}

#logobox, #logobox img {
	width: 105px!important;
	height: 60px!important;
}

div.pagecontent, div.row {
	overflow: visible;
}

div.threequartercolumn { width: 75%; }
div.halfcolumn { width: 50%; }
div.quartercolumn { width: 25%; }

div.fullblock, div.threequarterblock, div.twothirdblock, div.halfblock,
div.thirdblock, div.threeeighthblock, div.quarterblock {
	padding: 0em;
	overflow: visible;
	border: none;
	box-shadow: none;
}

div.fullblock { width: 100%; }
div.threequarterblock { width: 75%; }
div.twothirdblock { width: 66%; }
div.halfblock { width: 50%; }
div.thirdblock { width: 33%; }
div.threeeighthblock { width: 37%; }
div.quarterblock { width: 25%; }

div.quartercolumn > div.quarterblock,
div.halfcolumn > div.halfblock,
div.threequartercolumn div.threequarterblock {
	width: 100%;
	float: none !important;
	overflow: visible !important;
	display: block;
}

div.sidecolumn { display: none; }

div.maincolumn {
	width: 100%;
	float: none !important;
	overflow: visible !important;
	display: block;
	padding: 0;
	margin: 0;
}

div.scrollcontainer {
	width: 100%;
	float: none;
	overflow: visible;
}

.noprint {
	display: none!important;
}

.printonly {
	display: block;
}

table.data th {
	font-weight: bold;
	border: 2px solid rgb(255,159,0);
}

table.data td {
	border: 1px solid rgb(180,180,180);
}
