/* tables */
table.data thead tr .header {
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.data thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.data thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.data thead tr .headerSortDown, table.data thead tr .headerSortUp {
	background-color: #5b5b5d;
}
