/* Print Style Sheet */
@media print {
	body { 
		background: white; 
		color: black; 
		margin: 0; 
		text-align: left;
	}
	
	body:before {
		content: "the Manyo'an Collection of Japanese Art";
		white-space: pre;
	}
	
	a:link, a:visited {
		color: #333;
		background: transparent;
		font-weight: normal;
		text-decoration: none;
	}

	a:link:after,
	a:visited:after {
		color: #333;		
		content: "\A(" attr(href) ")";
		display: block;
		white-space: pre;
		font-size: 75%;
		}
	a[href^="/"]:after {		
		content: "\A(http://www.manyoancollection.org" attr(href) ")";
		white-space: pre;
		display: block;
	}
	
	img.left {
		margin: 0 11pt 11pt 0;
		float: left;
		}
	img.right {
		margin: 0 0 11pt 11pt;
		float: right;
		}
	
	.home_schoolimage_link,
	#home_content_tour {
		display: block;
	}
	
	#home_header,
	#home_blackbar,
	#bg_sub_header, 
	#sub_page_content_zoom,
	.sub_pagesnav,
	.donotprint 
	{ display: none }
	
	#sub_page_content {
		text-align: left;
	}
	
	#sub_page_content_detail {
		text-align: left;
	}
	
	#sub_page_sidebar_cutlines, 
	#sub_page_header_cutlines {
		display: block;
		padding-top: 20px;
	}
	
	.sub_workslide_label_title 
	{ font-weight: bold }
	
	#content { display: block }
	
	#sidebar { display: none }
	
	#footer { }
		
	.sub_workslide_left, 
	.sub_workslide_right {
		margin-bottom: 20px;
		float: none;
		clear: both;
		display: block;
	}
	
	td {
		text-align: left
	}
	
	table {
		padding-bottom: 15px;
		margin-bottom: 5px;
		/*border-bottom: 1px solid #999;*/
	}
}