/*!
 * print.css v1.0.0
 * http://printstylesheet.com/
 *
 * Copyright (c) 2011 David Bushell
 * Dual licensed under the BSD or MIT licenses: http://printstylesheet.com/license.txt
 
 * Author: David Bushell
 * http://dbushell.com/
 */
@media only print{
	.map-location-id, .header, .footer, .region-tabs, .modal-print-gird, .openVideoModal, .document, #cboxNext, #cboxPrevious, .modal-next-location, .modal-pre-location, h5.modal-additional-info , h5.modal-video-data, .no-print {
		display: none !important;
	}

	#cboxLoadedContent{
		border:none !important;
	}
	.cpage {
		display:block;
		background:none;
	}
	body {
	  color: #000;
      background: #fff;
	}
}