

p.align-left,
h1.align-left,
h2.align-left,
h3.align-left,
h4.align-left,
h5.align-left,
h6.align-left
{
	text-align:left;
}

p.align-center,
h1.align-center,
h2.align-center,
h3.align-center,
h4.align-center,
h5.align-center,
h6.align-center
{
	text-align:center;
}

p.align-right,
h1.align-right,
h2.align-right,
h3.align-right,
h4.align-right,
h5.align-right,
h6.align-right
{
	text-align:right;
}

p.align-justify,
h1.align-justify,
h2.align-justify,
h3.align-justify,
h4.align-justify,
h5.align-justify,
h6.align-justify
{
	text-align:justify;
}

div.indent,
p.indent
{ margin-left: 2em; }

div.check_detail a,
a.check_detail {
	background-image:url(../images/arrows.gif);
	background-position:center left;
	background-repeat:no-repeat;
	margin:3px 12px;
	display:block;
	padding:0px 0px 0px 15px;
	font-size:11px;
	line-height:11px;
	position:static;
	color:#99ccff;
	z-index:10;
	text-decoration:none;
}

div.check_detail {
	_background-image:url(../images/arrows.gif) !important;
	background-position:12px center !important;
	background-repeat:no-repeat !important;
}

div.check_detail a:hover,
a.check_detail:hover {
	color:#99ccff;
	text-decoration:underline;
	background-position:center left;
}

p a.check_detail {
	margin-left:0px;
}


table.tb-rows {
	color: black;
	font-size: 11px;
	
	text-align:left;
	width:100%;
	border-collapse:collapse;
	border:1px solid #000;
}

table.tb-rows th,  table.tb-rows tr{
	background-color: #FFFFFF;
	color: black;
	font-size: 12px;
	border:1px solid #000;
}


th.header-wit td,  tr.tr-wit td{
	background-color: #FFFFFF;
	color: black;
	font-size: 12px;
	border:1px solid #000;

}


table.tb-rows  th.header-blauw, table.tb-rows  tr.tr-blauw{
	background-color: #3f80ff;
	color: black;
	font-size: 12px;
	border:1px solid #000;
}

table.tb-rows th.header-geel, table.tb-rows tr.tr-geel{
	background-color: #FF0;
	color: black;
	font-size: 12px;
	border:#000;
	border:1px solid #000;
}

table.tb-rows  th.header-wit td,  table.tb-rows tr.tr-wit td,
table.tb-rows  th.header-geel td,  table.tb-rows tr.tr-geel td,
 table.tb-rows th.header-blauw td,  table.tb-rows tr.tr-blauw td{
		padding:5px;
	}