h1   		{font-family:Trebuchet MS,Verdana,Helvetica,Arial,serif;font-size:14pt;color:#d22d2d;font-weight:bold;margin:5pt;}
h2   		{font-family:Trebuchet MS,Verdana,Helvetica,Arial,serif;font-size:12pt;color:#d22d2d;font-weight:bold;margin:5pt;}
h3   		{font-family:Trebuchet MS,Verdana,Helvetica,Arial,serif;font-size:10pt;color:#d22d2d;font-weight:bold;margin:5pt;}
h4   		{font-family:Trebuchet MS,Verdana,Helvetica,Arial,serif;font-size:10pt;color:#d22d2d;font-style:italic;margin:5pt;}

td   		{font-family:Verdana,Helvetica,Arial,serif;font-size:10pt;vertical-align:top;
	padding-left:5px;
	padding-right:5px;
}
body		{font-family:Verdana,Helvetica,Arial,serif;font-size:10pt;color:#2d2d5a;background-color:#ffffff;background-image:url('Loodje.jpg');background-repeat:no-repeat;background-position:bottom right;background-attachment:fixed;margin:0x;padding:0px;}

a:link 		{color:#2d2d5a;}
a:visited	{color:#2d2d5a;}
a:active 	{color:#2d2d5a;}
a:hover 	{color:#000000;background-color:#ffffcc;}
a img		{
	color:#ffffff;
	border-style:none;
}

img.border {
	border-style:solid;
	border-width:1px;
	border-color:#2d2d5a;
}

hr {
	margin:0px;
	border-style:solid;
	border-width:1px;
	border-color:#2d2d5a;
	height:1px;
}

table.detail {
	border-style:solid;
	border-width:1px;
	border-color:#2d2d5a;

}

p {
	margin:5px;
}

p.header {
	background-color:#ffffcc;
	border-style:solid;
	border-width:0px;
	border-color:#2d2d5a;
	border-bottom-width:1px;
	margin:0px;
	padding:5px;

}
p.subheader {
	background-color:#ffffff;
	border-style:solid;
	border-width:0px;
	border-color:#2d2d5a;
	border-bottom-width:1px;
	margin:0px;
	padding:5px;

}

.sort-table {
	font:		Icon;
	border:		1px Solid ThreeDShadow;
	background:	Window;
	color:		WindowText;
}

.sort-table thead {
	background:	ButtonFace;
}

.sort-table td {
	padding:	2px 5px;
}

.sort-table thead td {
	border:			1px solid;
	border-color:	ButtonHighlight ButtonShadow
					ButtonShadow ButtonHighlight;
	cursor:			default;
}

.sort-table thead td:active {
	border-color:	ButtonShadow ButtonHighlight
					ButtonHighlight ButtonShadow;
	padding:		3px 4px 1px 6px;
}

.sort-table thead td[_sortType=None]:active {
	border-color:	ButtonHighlight ButtonShadow
					ButtonShadow ButtonHighlight;
	padding:		2px 5px;
}

.sort-arrow {
	width:					11px;
	height:					11px;
	background-position:	center center;
	background-repeat:		no-repeat;
	margin:					0 2px;
}

.sort-arrow.descending {
	background-image:		url("sortabletable/images/downsimple.png");

}

.sort-arrow.ascending {
	background-image:		url("sortabletable/images/upsimple.png");
}

.gridview 
{
	display:inline;
	VERTICAL-ALIGN:top;
	background-color:Red;
	margin:3pt;
}