#header, #middle_left {
	display: none;
}

.moreLink {
	text-align: right;
	font-style: italic;
}

#footer {
	text-align: center;
	color: grey;
	font-size: 12px;
}

/* Algemeen: tabel-opmaak */
table tr.first td {
	font-weight: bold;
	font-size: 16px;
}

table.data {
	border-collapse: collapse;
	width: 100%;
}

table.data tr th {
	border-left: 1px dashed #000;
	border-right: 1px dashed #000;
	border-bottom: 1px dashed #000;
	padding: 7px 3px;
}

table.data tr td {
	border-left: 1px dashed #000;
	border-right: 1px dashed #000;
	border-bottom: 1px solid #ccc;
	padding: 3px;
}

table.data tr.nowOnAir td {
	background: maroon;
	color: white;
}