/* tables */

table thead tr .header {
	xbackground-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center left;
	cursor: pointer;
}
table thead tr .headerSortUp {
	xbackground-image: url(asc.gif);
}
table thead tr .headerSortDown {
	xbackground-image: url(desc.gif);
}
