/* Print Style Sheet */
@media print {
	body{ color:black; margin:0; height: auto;  }
	.page_container{		width: 100%;	}
	#checkboxlist_wrapper,
	.btn,	
	footer,
	#sidebar_container{		display: none;	}
}/*print*/