/**
 * IARC print.css
 * Loosely based on MediaWiki's print style sheet
 */

.noprint {
	/* Hides all the elements irrelevant for printing */
	display: none;
}

/* Template ------------------------------------------------------------*/

body {
	color: Black;
	margin: 0;
	padding: 0;
}

.t-middle-box {
	width: 100% !important;
	min-width: 0 !important;
}

.t-column-content {
	margin: 0 !important;
}

.t-content-box {
	padding: 0 !important;
	margin: 0 !important;
}

.t-content-box a.external.text:after,
.t-content-box a.external.autonumber:after {
	/* Expand URLs for printing */
	content: " (" attr(href) ") ";
}

.t-site-notice {
	display: none;
}

#footer {
	color: black;
	border-top: 1px solid black;
}

/* ---------------------------------------------------------------------*/

/* Thanks to A List Apart (http://alistapart.com/) for useful extras */

ul { 
	list-style-type: square;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

p {
	margin: 1em 0 !important;
	line-height: 1.2em;
}

pre {
	border: 1pt dashed black;
	white-space: pre;
	overflow: auto;
//	background: white;
	color: black;
}

img {
	border: none;
}

a {
	color: Black !important;
//	background: none !important;
	padding: 0 !important;
}

a:link, a:visited {
	color: #520;
//	background: transparent;
	text-decoration: underline;
}

/* MSIE/Win doesn't understand 'inherit' */
a, a.external {
	color: black ! important;
	text-decoration: none ! important;
}

/* Continue ... */
a, a.external {
	color: inherit ! important;
	text-decoration: inherit ! important;
}

/* ---------------------------------------------------------------------*/

