/*
Coors Foundation
Board Book and Grant Application System
[PRINT STYLESHEET]

Karl Glasgow
code@keg4.com

Copyright 2013, All Rights Reserved
*/

@media print {

	#Session, 
	#Navigation, 
	#TypeSelector,
	#DocumentDownload {
		display: none !important;
	}

	.ContentWindow {
		background: #FFFFFF !important;
	}
	.ContentWindow a.PrintOption, 
	.ContentWindow a.CloseWindow {
		display: none !important;
	}

	.Comments {
		display: none !important;
	}
}