/* tables */

table.hoverMe thead tr th, table.hoverMe tfoot tr th {
	background-color: #e6EEEE;
	/*
	font-size: 8pt;
	*/
}
table.hoverMe thead tr .header {
	background-image: url(http://www.presale.nl/edwin_dev/image/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.hoverMe thead tr .headerSortUp {
	background-image: url(http://www.presale.nl/edwin_dev/image/asc.gif);
}
table.hoverMe thead tr .headerSortDown {
	background-image: url(http://www.presale.nl/edwin_dev/image/desc.gif);
}
table.hoverMe thead tr .headerSortDown, table.hoverMe thead tr .headerSortUp {
background-color: #8dbdd8;
}

