/* tables */

div#year div.map div.zoeken table.tablesorter {
    /*
    font-family:arial;
    background-color: #CDCDCD;
    margin:10px 0pt 15px;
    font-size: 8pt;
    */
    width: 500px;
    text-align: left;
}
div#year div.map div.zoeken table.tablesorter thead tr th, table.tablesorter tfoot tr th {
    background-color: #e6EEEE;
    border: 1px solid #FFF;
    font-size: 8pt;
    padding: 4px;
}
div#year div.map div.zoeken table.tablesorter thead tr .header {
    background-image: url('/themasites/javascript/jquery/tablesorter/bg.gif');
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 18px;
    cursor: pointer;
}
div#year div.map div.zoeken table.tablesorter tbody td {
    color: #3D3D3D;
    padding: 4px;
    background-color: #FFF;
    vertical-align: top;
    border-bottom: 1px dotted #cccccc;
    cursor: pointer;
}
div#year div.map div.zoeken table.tablesorter tbody tr.selected td {
    background-color: #eee !important;
    border-top: 1px dotted #333333;
    border-bottom: 1px dotted #333333;
}
/*
div#year div.map div.zoeken table.tablesorter tbody tr.odd td {
    background-color:#f8f8f8;
}
*/
div#year div.map div.zoeken table.tablesorter thead tr th.headerSortUp {
    background-image: url('/themasites/javascript/jquery/tablesorter/asc.gif');
}
div#year div.map div.zoeken table.tablesorter thead tr th.headerSortDown {
    background-image: url('/themasites/javascript/jquery/tablesorter/desc.gif');
}
div#year div.map div.zoeken table.tablesorter thead tr th.headerSortDown,
div#year div.map div.zoeken table.tablesorter thead tr th.headerSortUp {
    font-weight: bold;
}
