/* Style sheet caf-tablesort */
table.sortable th{background:url("../media/default.gif") center right no-repeat;}
table.sortable th a.pointer{display:block;margin-right:9px;cursor:pointer;}
table.sortable th.unsortable{background-image:none;}
table.sortable th.asc{background-image:url("../media/asc.gif");}
table.sortable th.desc{background-image:url("../media/desc.gif");}

