@charset "UTF-8";

/**
 * Klasse.
 *
 * Stylesheet for print.
 *
 * @author 			Davy De Pauw <davy@marlon.be>
 * @copyright		Marlon bvba <http://www.marlon.be>
 * @date 			2007-11-22
 * @lastmodified	2007-12-05
 */

body {
	color:#000;
	margin: 2cm; /* use own value */
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	line-height:15pt;
}

h1, h1.hide {
	color:#999;
	display: block;
	font: bold 12pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: left;
	line-height: 20pt;
	margin: 0;
}

.title-section h1 {
	clear:both;
	margin:18mm 0 0;
	float:left;
	width:100%;
}

h1.hide {
	float:right;
	margin: 18mm 0 0;
}


h2 {
	color: #333;
	clear:both;
	display: block;
	font: bold 14pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:5mm 0;
	float: left;
	width:100%;
}

h2.subtitle {
	font: bold 12pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:italic;
}

.widget {
	clear:both;
	float:left;
	margin:10mm 0 0;
	width:100%;
}

h3, h4 {
	color: #000;
	clear:both;
	display: block;
	font: bold 12pt "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: left;
	width:100%;
}

h4 {
	font: bold 10pt "Trebuchet MS", Arial, Helvetica, sans-serif;
}

p, ul, ol, table, .meta {
	display:block;
	float:left;
	clear:both;
	margin:3mm 0;
	width:100%;
}

ul, ol, blockquote {
	margin: 3mm 0 3mm 5mm;
}

ul li {
	list-style-type:disc;
	list-style-image:none;
	list-style-position:inside;
}

ol li {
	list-style-type:decimal;
	list-style-image:none;
	list-style-position:inside;
}

.meta {
	font-size:8pt;
	line-height:12pt;
}

table, td, th {
	border:1px solid black;
	border-collapse:collapse;
	padding:5px;
}

table {
	border:1px solid black;
	padding:0;
}

tr {
	border:1px solid black;
}

th {
	font-weight:bold;
	font-style:italic;
}

caption {
	display:none;
}

img {
	clear:both;
	float:left;
	display:block;
}

#logo {
	display:none;
}

#container {
	position:absolute;
	top:0;
	left:0;
	margin:0;
}

#logo-visual {
	display: block;
	float:left;
	font-size: inherit;
	height:25mm;
	padding: 0;
	text-indent:0;
	width:35mm;	
}

#nav, #skip, #tools, #footer , #breadcrumb, #sidebar, #aside, hr,
.ico-print, .ico-top, .print, .meta-category, .ico-feed {
	display: none;
	height: 0;
	width: 0;
	line-height:0;
	font-size:0;
	text-indent:-9999em;
	position: inherit;
	overflow: hidden;
}

a:link, a:visited {
	color:#3e8fd5;
}

/* print URLs after link text - use with caution */
a:link:after, a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 80%;
}


ul.overview {
	list-style:none outside none;
	margin:0;
	padding:0;
}

/* See http://www.alistapart.com/articles/improvingprint for urls in footnote (with javascript) */

/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}

