/* 
This Stylesheet is handwritten by MadeByDS - http://www.madebyds.nl
This CSS is released under Creative Commons License - http://creativecommons.org/licenses/by/2.5/nl/
You may adapt and learn from the elements of this CSS to use in your own projects, but you may not copy the design (the unique combination of images,
colors, sizes, typography, and positioning) since this is copyright protected and may not be reproduced

Color palette
	White			#FFFFFF
	Black			#000000
	
	DS Red			#EE203F
	Light Grey		#EEEEEE
	Grey			#AAAAAA
	Dark Grey		#606060
*/

/* Image elements
-------------------------------------------------------- */
img.blessure {
	border: none;
	padding-left: 5px;
	vertical-align: middle;
}

/* Table elements
-------------------------------------------------------- */
table a, table a:link, table a:visited {
	border:none;
}							
	
table {
	width: 490px;
	border-top:1px solid #E5EFF8;
	border-right:1px solid #E5EFF8;
	margin:1em auto;
		border-collapse:collapse;
}

caption {
	color: #9BA9B4;
	font-size:.94em;
	letter-spacing:.1em;
	margin:1em 0 0 0;
	padding:0;
	caption-side:top;
	text-align:center;
}	
tr.odd td	{
	background:#F7FBFF
}

tr.odd .column1	{
	background:#F4F9FE;
}
	
.column1	{
	background:#F9FCFE;
}

td {
	color:#678197;
	border-bottom:1px solid #E5EFF8;
	border-left:1px solid #E5EFF8;
	padding:.3em 1em;
	text-align:center;
}
				
th {
	font-weight:normal;
	color: #678197;
	text-align:left;
	border-bottom: 1px solid #E5EFF8;
	border-left:1px solid #E5EFF8;
	padding:.3em 1em;
}
							
thead th {
	background:#F4F9FE;
	text-align:center;
	font:bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#66A3D3
}
	
tfoot th {
	text-align:center;
	background:#F4F9FE;
}
	
tfoot th strong {
	font:bold 1.2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	margin:.5em .5em .5em 0;
	color:#66A3D3;
}
		
tfoot th em {
	color:#F03B58;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
}	
