/* tables */
table.tablesorter {
    font-family:arial;
/*    background-color:#fff;*/
    margin:10px 0pt 15px;
    font-size: 8pt;
    color:#000;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
    background-color: #e6EEEE;
    border: 1px solid #FFF;
    font-size: 8pt;
    padding: 4px;
    border-collapse: collapse;
}
table.tablesorter thead tr .header {
    background-image: url(http://www.centerforchildren.org/hr/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
table.tablesorter tbody td {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    color: #3D3D3D;
    padding: 4px;
    vertical-align: top;
    border-collapse: collapse;
}

table.tablesorter tbody td a{
    text-decoration:none;
    color: #3D3D3D;
    font-weight:bold;

}

table.tablesorter tbody td a:hover{
    text-decoration:underline;
    color: #a9233e;
    font-weight:bold;

}

table.tablesorter tbody tr.odd td {
    background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
    background-image: url(http://www.centerforchildren.org/hr/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
    background-image: url(http://www.centerforchildren.org/hr/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
    background-color: #8dbdd8;
}


/*this attributes are only for one expecific table */
.size{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

.sizedate{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
