@charset "utf-8";
/* CSS Document */

table.tablesorter {
text-align:left;
}

table.tablesorter th {
color:#9e0b0f;
background:#FAFAFA url(../images/table-row-line.gif) bottom repeat-x;
overflow:hidden;
height:24px;
padding-left:5px;
}

table.tablesorter th.s {
cursor:pointer;
}

table.tablesorter th.s:hover{
background-color:#e6e7e8;
}

table.tablesorter th.headerSortUp {
background:url(../images/down_sort.gif) no-repeat center right;
}

table.tablesorter th.headerSortDown {
background:url(../images/up_sort.gif) no-repeat center right;
}

table.tablesorter td {
font-size:11px;
padding-left:5px;
background:#FFFFFF url(../images/table-row-line.gif) bottom repeat-x;
}