.mainListTable tr:first-child td.sort   { cursor: pointer; background: #626262 url('/www/core/img/icons/sort.png') no-repeat left; padding-left: 14px;}
.mainListTable tr:first-child td.sort:hover {  background-color: #757575; }
.mainListTable tr:first-child td.sort.up { background-image: url('/www/core/img/icons/sortUp.png'); }
.mainListTable tr:first-child td.sort.down { background-image: url('/www/core/img/icons/sortDown.png'); }