table.tablesorter thead tr th { 
    background-image: url(images/bg.gif); 
    cursor: pointer; 
    background-repeat: no-repeat; 
    background-position: right center;
}.tablesorter-headerRow {	border: 2px solid orangered;    background: #033000;    color: white;	}tr {	border: 1px solid;}table.tablesorter td { 	padding: 5px;}

table.tablesorter thead tr th{    border: 1px solid #dad9c7; }
#ddwc-dashboard thead {    background: #f1f1f1;    font-weight: 700;}
table.tablesorter thead tr th.tablesorter-headerAsc { 
    background-image: url(images/asc.gif); 
}

table.tablesorter thead tr th.tablesorter-headerDesc { 
    background-image: url(images/desc.gif);
}

table.tablesorter thead tr .sortless{background-image:none; cursor: default;}