table {
    border: solid;
}

table.sortable a.sortheader,
table.sortable thead {
    background:#eee none;
    color:#666666;
    font-weight: bold;
    text-decoration: none;
/*    display: block;
    cursor: default; */
}
table.sortable span.sortarrow {
    color: black;
    background: transparent none;
    text-decoration: none;
}

/* Sortable tables */
table.sortable thead {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: default;
}


