table.cijfer_table {
	border-spacing:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#f2f2f2;
	color: #000000;
}

table.cijfer_table th, table.cijfer_table td{
	padding: 4px;
}

table.cijfer_table thead th, table.cijfer_table tbody tr.headRow {
	text-align: left;
	background: #6C6C6C;
	color: #fff;
	text-transform:uppercase;
	vertical-align:bottom;
	font-weight: bold;
}

table.cijfer_table tbody tr		{
	background-color:#FFF;
	text-align:left;
	border: 1px solid #FFFFFE;
	}

table.cijfer_table tbody tr.odd 	{
	background: #f2f2f2;
	border-top:1px solid #FFF;
	color: black;
}

table.cijfer_table tbody th {
	font-weight: bold;
}

table.cijfer_table tbody tr.subTotal 	{
	background: #DFDFDF;
	color: black;
	font-weight: bold;
}

table.cijfer_table tbody tr.grandTotal 	{
	background: #c8c8c8;
	color: black;
	font-weight: bold;
}
