/* CSS file for printable pages © Hasan Baltalar - 2008 (Inspired from: Daemon Pty Limited) */

* {
	background: #F4FAE3;
	float: none;
	position: static;
	width: auto;
	}
body {
	font: 10pt arial, helvetica, sans-serif;
	}
h1, h2, h3, h4, h5, h6 {
	font-family: arial, helvetica, sans-serif;
	margin: 1em 0 .2em;
	}
p {
	margin: 0 0 1em;
	}
img {
	border: none;
	display: block;
	margin: .5em 0;
	}
dt {
	font-weight: 700;
	}
#nav, #search, #nav-secondary, #breadcrumb, #poweredby {
	display: none;
	}

/* LINKS */

a {
	border: none;
	}
a, a:link, a:link, a:link, a:hover {
	background: transparent;
	text-decoration: underline;
	}
a:link {
	color: #5291c4;
	}
a:visited {
	color: #666;
	}
a:hover {
	border: none;
	color: #f90;
	}
a:active {
	color: #06c;
	}
.teaserBox {
	clear: both;
	margin: 0 0 1em;
	}
.sponsors img {
	margin: .5em 0;
	}
#footer {
	margin: 1em 0;
	}
#header {
	border-bottom: 3px solid #c00;
	}

/* TABLES */

table {
	border-collapse: collapse;
	font-size: 9pt;
	margin: 0 0 1em;
	}
table th {
	border-bottom: 3px solid #000;
	font: bold 145% arial, helvetica, sans-serif;
	letter-spacing: 0;
	line-height: 1.1;
	padding: 1.5em 3px 3px;
	text-align: left;
	vertical-align: top;
	}
.table1 th.time {
	border-bottom: none;
	color: #ff9c00;
	font: bold 89% verdana, geneva, sans-serif;
	padding: 3px;
	vertical-align: top;
	}
.table1 th.sub {
	background: #aaa;
	}
.table1 th.sub2 {
	background: #bbb;
	color: #000;
	}
.table1 td {
	border: 1px solid #ddd;
	font-size: 9pt;
	padding: 3px;
	vertical-align: top;
	}
.table1 td a {
	display: block;
	font-weight: 700;
	width: auto;
	}
.table1 td a:link, .table1 td a:visited, .table1 td a:hover, .table1 td a:active {
	border: none;
	text-decoration: none;
	}
.table1 td ul li {
	background: #F4FAE3;
	}