/************************************************************
*	StyleSheet voor DekkerSport
*	Remco Vermeer, neoCore
*	http://www.neocore.nl/
*	Copyright neoCore, 2006
************************************************************/
div#container #content table {
	width: 100%;
	font-size:0.7em;
	margin-bottom:1em;
}
div#container #content table th {
	color: rgb(255,255,255);
	background: rgb(104,115,122);
	font-weight:bold;
	text-align:left;
	height:2em;
	line-height:2em;
	padding-left:5px;
}
div#container #content table td {
	height:1.75em;
	line-height:1.75em;
	padding-left:5px;
	background: rgb(204,204,204);
}
div#container #content table td.column {
	border-right: 2px solid rgb(255,255,255)
}
