﻿table.tablesorter thead tr .header {
	cursor: pointer;
}

.movecursor {
    cursor: move;
}

/*
table.tablesorter thead tr .headerSortUp {
	background-image: url(/Images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/Images/desc.gif);
}
*/