/*
 * CSS based on Frequency-decoder: http://www.frequency-decoder.com/
 */

#tablesort th{
}
td{	
}
th.sortable,
th.sortable-text,
th.sortable-date,
th.sortable-keep,
th.sortable-date-dmy,
th.sortable-numeric,
th.sortable-currency,
th.sortable-sortByTwelveHourTimestamp,
th.sortable-sortIPAddress,
th.sortable-sortEnglishLonghandDateFormat,
th.sortable-sortScientificNotation,
th.sortable-sortImage,
th.sortable-sortFileSize,
th.sortable-sortAlphaNumeric,
th.sortable-sortEnglishDateTime{
        background: #333333 no-repeat;
}
th.forwardSort{
        background:#333333 no-repeat 0 0;
}
th.reverseSort{
        background:#333333 no-repeat 0 0;
}
table thead th.forwardSort a,
table thead th.reverseSort a{
}

/*
#tablesort tr.alt{
        background: #ececec;
        color: #797268;
}
#tablesort tr[class="alt"] td{
        background: #ececec;
}
#tablesort tbody tr.alt td:first-child{
        background: #ececec;
        font-weight:bold;
}
#tablesort tbody tr td:first-child
        {
        background: #fff;
        font-weight:bold;
        }
*/
#tablesort tbody tr.alt{
        background: #eeeeee;
        color: #797268;
}
#tablesort tbody tr[class="alt"] td{
        background: #eeeeee;
}
#tablesort tbody tr.alt td:first-child{
        background: #eeeeee;
        font-weight:bold;
}
#tablesort tbody tr td:first-child
        {
        background: #fff;
        font-weight:bold;
        }

