	.gewoon
	{
		background-color:	#fff;
		color:				#000;
	}
	.LinkHover
	{
		background-color:	#E1ECF4;
		color:				#102060;
		cursor:				pointer;
	}
	#Lijst
	{
		position:			absolute;
		display:			none;
		background-color:	#FFF;
		overflow:			auto;
		overflow-x:			hidden;
		border:				1px solid #000000;
		z-index:			999;
	}
	#Lijst td
	{
		padding-left:		3px;
		padding-right:		3px;
		white-space:		nowrap;
	}
	.gewoon .aantal
	{
		color:				#666;
	}
	.LinkHover .aantal
	{
		color:				#5070B0;
	}
	.geenlink
	{
		text-decoration:	none;
		color:				#000;
	}
	
	#Message
	{
		background-color: White;
		border-width: 1px;
		border-style: solid;
		margin: 0px;
		left: 0px;
		display: none;
		visibility: hidden;
		z-index:	999;
	}
