.Leeg {
	width: 1px;
	height: 1px;
	overflow: auto;
}

.BgTbl {
	background: #EFF6FA;
}

/* define height and width of scrollable area. Add 18px to width for scrollbar          */
/* allow WinIE to scale 100% width of browser by not defining a width                   */
/* WARNING: applying a background here may cause problems with scrolling in WinIE 5.x   */
div.tableContainer {
	clear: both;
	height: 272px;
	overflow-y: scroll;
	overflow: auto;
	width: 765px;
}

/* Beschikbare kolombreedtes */
thead .col15, tbody .col15 {width/**/:/**/ 15px}
thead .col20, tbody .col20 {width/**/:/**/ 20px}
thead .col25, tbody .col25 {width/**/:/**/ 25px}
thead .col50, tbody .col50 {width/**/:/**/ 50px}
thead .col75, tbody .col75 {width/**/:/**/ 75px}
thead .col90, tbody .col90 {width/**/:/**/ 90px}
thead .col100, tbody .col100 {width/**/:/**/ 100px}
thead .col110, tbody .col110 {width/**/:/**/ 110px}
thead .col120, tbody .col120 {width/**/:/**/ 120px}
thead .col125, tbody .col125 {width/**/:/**/ 125px}
thead .col150, tbody .col150 {width/**/:/**/ 150px}
thead .col200, tbody .col200 {width/**/:/**/ 200px}
thead .col225, tbody .col225 {width/**/:/**/ 225px}
thead .col250, tbody .col250 {width/**/:/**/ 250px}
thead .col300, tbody .col300 {width/**/:/**/ 300px}
thead .col400, tbody .col400 {width/**/:/**/ 400px}
thead .col500, tbody .col500 {width/**/:/**/ 500px}
thead .col746, tbody .col746 {width/**/:/**/ 746px}

/* WinIE 6.x needs to re-account for it's scrollbar. Give it some padding */
html div.tableContainer/* */ {
	padding: 0 17px 0 0;
	width: 748px;
}


/* clean up for allowing display Opera 5.x/6.x and MacIE 5.x */
html>body div.tableContainer {
	height: auto;
	padding: 0px;
}

/* Reset overflow value to hidden for all non-IE browsers. */
/* Filter out Opera 5.x/6.x and MacIE 5.x                  */
head:first-child+body div[class].tableContainer {
	height: 283px;
	overflow: hidden;
	overflow-y: scroll;
	width: 765px;
}

/* define width of table. IE browsers only                 */
/* if width is set to 100%, you can remove the width       */
/* property from div.tableContainer and have the div scale */
div.tableContainer table {
	float: left;
	width: 100%;
}

/* WinIE 6.x needs to re-account for padding. Give it a negative margin */
html div.tableContainer table/* */ {
	margin: 0 -17px 0 0
}

/* define width of table. Opera 5.x/6.x and MacIE 5.x */
html>body div.tableContainer table {
	float: none;
	margin: 0;
	width: 100%;
}

/* define the table content to be scrollable                                              */
/* set TBODY element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
/* induced side effect is that child TDs no longer accept width: auto                     */
/* Filter out Opera 5.x/6.x and MacIE 5.x                                                 */
head:first-child+body tbody[class].scrollContent {
	display: block;
	z-index: -1;
	height: 16px;
	overflow: auto;
	overflow-y: scroll;
	width: 100%;
}

/* set table header to a fixed position. WinIE 6.x only                                       */
/* In WinIE 6.x, any element with a position property set to relative and is a child of       */
/* an element that has an overflow property set, the relative value translates into fixed.    */
/* Ex: parent element DIV with a class of tableContainer has an overflow property set to auto 
thead.KollomKop tr {
	position: relative;*/
	/* expression is for WinIE 5.x only. Remove to validate and for pure CSS solution      */


/* set THEAD element to have block level attributes. All other non-IE browsers            */
/* this enables overflow to work on TBODY element. All other non-IE, non-Mozilla browsers */
/* Filter out Opera 5.x/6.x and MacIE 5.x                                                 */
head:first-child+body thead[class].KollomKop tr {
	display: block;
}

/* make the TH elements pretty */
thead.KollomKop th {
	background: #CCC;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #B2B2B2;
	height: 20px;
	vertical-align: middle;
	padding-left: 3px;
}

/* make the A elements pretty. makes for nice clickable headers                */
thead.KollomKop th, thead.KollomKop a, thead.KollomKop a:link, thead.KollomKop a:visited {
	color: #666;
	display: block;
	text-decoration: none;

	text-align: left;
	font-weight: normal;
	font-size: 11px;
	font-style: normal;
}


/* make the A elements pretty. makes for nice clickable headers                */
/* WARNING: swapping the background on hover may cause problems in WinIE 6.x   */
thead.KollomKop a:hover {
	color: #B90303;
}

/* make TD elements pretty. Provide alternating classes for striping the table */

.Gelezen td {
	color: #999;
}

/*	Standaard eigenschappen voor een rij */
tbody.scrollContent tr td {
	background: #EFF6FA;
	border-right: none;
	border-bottom: 1px solid #C0DBED;
	padding: 3px 0px 2px 2px;
	cursor: hand;
	vertical-align: middle;
	white-space: nowrap;
}

/* Aanvullende eigenschappen voor een rij die aan staat */
tbody.scrollContent tr.RijAan td {
	background: #C00;
	color: white;
	cursor: hand;
	padding: 3px 0px 2px 2px;
	white-space: nowrap;
}

/* Aanvullende/gewijzigde eigenschappen van een rij die uit staat */
tbody.scrollContent tr.RijUit td {
	background: #EFF6FA;
	cursor: hand;
	padding: 3px 0px 2px 2px;
	white-space: nowrap;
}

tbody.scrollContent tr td div {
	text-overflow: ellipsis;
	overflow: hidden;
}
