/* tables */

table thead tr .header {
    background-image: url(../images/sorticons/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

table thead tr .headerSortUp {
    background-image: url(../images/sorticons/asc.gif);
}
table thead tr .headerSortDown {
    background-image: url(../images/sorticons/desc.gif);
}
table thead tr .headerSortDown, table thead tr .headerSortUp {
    background-color: #008CFF;
    color:white;
}
