/* tables */ table#TCtablesorter { width: 80%; } table#TCtablesorter tbody .odd { background-color:#ABBFFF; } table#TCtablesorter thead tr .header { background-image: url(bg.gif); background-repeat: no-repeat; background-position: center right; cursor: pointer; } table#TCtablesorter thead tr .headerSortUp { background-image: url(asc.gif); } table#TCtablesorter thead tr .headerSortDown { background-image: url(desc.gif); } .assocLink{ border: none; width: 25px; height: 25px; } td.TDcenter {text-align:center;}