/* sortable tables */
table.jssortable thead tr,
table.sqlsortable thead tr 
{
    background: rgba(0,0,0,0.3);
}
table.jssortable thead tr .header,
table.sqlsortable thead tr .header 
{
    background-image: url(images/bg.gif);
    padding-right: 15px;
}
table.jssortable thead tr .header {
    cursor: pointer;
}
table.jssortable thead td.header,
table.sqlsortable thead td.header 
{
    background-image: none;
    padding: 4px 8px;
}
table.jssortable thead td.header, table.jssortable thead tr .header,
table.sqlsortable thead td.header, table.sqlsortable thead tr .header 
{
    background-repeat: no-repeat;
    background-position: center right;
    height: auto;
}
table.jssortable thead tr .headerSortDown, table.jssortable thead tr .headerSortUp,
table.sqlsortable thead tr .headerSortDown, table.sqlsortable thead tr .headerSortUp,
table.sqlsortable thead tr th.header.headerSortDown a, table.sqlsortable thead tr th.header.headerSortUp a
{
    color: red;
}
table.jssortable thead tr .headerSortUp,
table.sqlsortable thead tr .headerSortUp
{
    background-image: url(images/asc.gif);
}
table.jssortable thead tr .headerSortDown,
table.sqlsortable thead tr .headerSortDown
{
    background-image: url(images/desc.gif);
}
table.sqlsortable thead td.header a,
table.sqlsortable thead th.header a {
    text-decoration: none;
}
