/** tablesort.css **/


/*** Table ***/
table.TableSort {
    font-size: 10pt;
    padding: 0;
    border-spacing: 0;
    border: 2px solid black;
    margin: 9pt 16pt 12pt 12pt;
}


/*** Table Head ***/
table.TableSort thead th {
    color: #ffffff;
    background-color: #333333;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    padding: 3px 4px 6px 4px;
}

/*** Table Foot ***/
table.TableSort tfoot th {
    color: #ffffff;
    background-color: #404040;
    font-size: 9pt;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    padding: 6px 4px 3px 4px;
}

/*** Table Column Header Data Cell ***/
table.TableSort thead td, table.TableSort tfoot td {
    color: #ffffff;
    background-color: black;
    font-size: 11pt;
    text-align: center;
    vertical-align: middle;
    padding: 3px;
}


/*** Table Body Data Cell ***/
table.TableSort tbody td {
    text-align: right;
    white-space: nowrap;
    padding: 3px 3pt 3px 9pt;
    border-left: 1px solid #bfbfbf;
    border-right: 1px solid #ffffff;
}

/*** Table Row Header Cell ***/
table.TableSort tbody th {
    font-family: "Lucida Console", "Courier New", monospace;
    font-weight: bold;
    text-align: right;
    padding: 3px 4pt 3px 6pt;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}



/**eof**/
