/* Contao Open Source CMS :: Copyright (C) 2005-2010 Leo Feyer :: LGPL license */
table.sortable th{background-image:url("../media/default.gif");background-repeat:no-repeat;background-position:center right;}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");}