﻿

td.statsCell
{
	width: 30px;
	height: 350px;
	vertical-align: bottom;
	border-bottom: 1px solid #888888;
	background: #bbdddd;
	background-image: url('http://www.danninge.nl/images/10pct.jpg');
}

td.statsTussenruimte
{
	border-bottom: 1px solid #888888;
	width: 10px;
	height: 350px;
	background: #bbdddd;
	background-image: url('http://www.danninge.nl/images/10pct.jpg');
}

td.statsIndicator
{
	width: 30px;
	border: 1px solid #888888;
	border-bottom: none;
	vertical-align: bottom;
	text-align: center;
	font-size: 10pt;
}

td.statsDatum
{
	font-size: 10pt;
	height: 25px;
	width: 50px;
	text-align: center;
	background: #b4c4d4;
	border-bottom: 1px solid #888888;
}

td.statsSchaal
{
	width: 20px;
	vertical-align: bottom;
	border: 1px solid #888888;
	border-width: 0px 1px 0px 1px;
	text-align: center;
	height: 350px;
}

td.alignTop
{
    vertical-align: top;
}

td.alignTopJustify
{
    vertical-align: top;
    text-align: justify;
}