/*! 
 * print.css 
 * 
 * Created: 18.05.2012 
 * Author: [Bvl] @ Chrometoaster 
 * Description: [Stylehseet for print] 
 * Originally for: [OFL 3343] / [Design] 
 * HTML based on: [http://www.censorship.govt.nz/] 
 * Notes:
 * - Custom fonts are known to be buggy Chrome (drop characters) not able to reproduce with 'Bitter' though (#2548)
 * - Custom fonts don't print in Firefox (https://getsatisfaction.com/fontdeck/topics/_font_face_embedded_fonts_do_not_show_up_in_a_print_preview)
*/
body
{	width:auto;
	}
.text-browser,
#databaseStrip,
#ctl00_ucNavigationScreenControl_tabContainer fieldset,
.anchor-links,
#footer {
	display: none;
	}
#lnkHome img {
	display: block;
	}
h1,
h2,
h3 {
	text-shadow: none!important;
}
div.intro {
	color: #585858!important;
}
img {
	box-shadow: none!important;
}
a[href]:after {
	content: ' ['attr(href)'] ';
	}
a[href*="javascript"]:after,
a#lnkHome:after {
	display: none!important;
	}	
a[href*='#'] {
	display: none!important;
	}
.footnotes a[href*='#'] {
	display: inline-block;
	word-wrap: break-word;
	}
a[href*='#']:after {
	content: ''!important;
}
div table th {
	border-width: 1px 0!important;
}

