@charset "utf-8";
@media print {

	/* HIDE */
	#top,
	#nav-main,
	#nav-sub,
	#footer,
	#highlight ul.ui-tabs-nav,
	#highlight #fragment-1,
	#highlight #fragment-2,
	#highlight #fragment-3,
	#highlight #fragment-4,
	#highlight .info h2,
	h2.acronym,
	.pager,
	.rss,
	.readmore,
	.returntotop,
	.noprint {
		display: none;
	}

	/* MODIFY */
	p acronym,
	td acronym,
	li acronym,
	h2 acronym,
	div.search-acronym acronym {
		border: none;
	}
	div#container {
		border: none;
	}
	div#content,
	div#content-wide {
		margin: 0;
		border: none;
	}
	#highlight #fragment-0 img {
		width: 98.7%;
		border: 1px solid black;	
	}
	div#content-wide div.homeLeft,
	div#content-wide div.homeRight {
		float: none;
		width: 100%;
		margin: 0;
		padding: 0;
		border: none;
	}
	div#content-wide div.homeRight {
		border-top: 1px dashed #ddd;
	}
	div.event div.right {
		float: right;
	}
	div.event p {
		clear: both;
	}
	div#content span.resourceThumbEnd {
		margin: 0 15px 15px 0;
	}
}