table.list .header {
	background: url('./bg.png') left top;	
}
table.list tr th.header:hover {
	text-shadow: 0px 0px 5px white;
}
table.list .headerSortUp {
	background: url('./asc.png');
}
table.list .headerSortDown {
	background: url('./desc.png');
}