div.wysiwyg table.border th.headerSortUp { 
    background-image: url(../images/desc.gif) !important; 
	background-color:#5792A4;
	color:#fff;
} 

div.wysiwyg table.border th.headerSortDown { 
    background-image: url(../images/asc.gif) !important;
	background-color:#5792A4;
	color:#fff;
} 

div.wysiwyg table.border th.header { 
    background-image: url(../images/bg.gif);     
    cursor: pointer; 
    font-weight: bold; 
    background-repeat: no-repeat !important; 
    background-position: center right; 
    padding-right: 20px !important; 
    margin-left: -1px; 
} 
