/* Canadian Dairy Network */
/* Print Stylesheet */

* {
	-webkit-print-color-adjust: exact;
	}

body {
	margin: 0;
	padding: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #FFF;
	font-family: Verdana, Helvetica, sans-serif;
}
#PrintHeader, #PrintFooter {
	display: block;
}
#PrintFooter {
	width: 600px;
	margin-top: 6px;
	text-align: right;
}
#BodyArea {
	display: block;
	width: 600px;
	background: none;
	overflow: none;
	margin: 0;
}
#ContentArea {
	margin: 0;
}

/* --- Hidden Elements --- */
/* hides unnecessary design elements */
#HeaderArea, #SignInArea, #SignedIn, #HorizMenu, #FooterArea, #VertMenu, #VMenu, #QueryTabs {		
	display: none;
	width: 0;
}

.ActiveListBack, .ActiveListTop { display: none; }

.GeneticEvalTable {width:800px;}
.GeneticEvalTable td {
	padding: 3px;
	font-size: 11px;
	
}