/* tables */
table.tablesorter { font-family:arial; margin:10px 0pt 15px; font-size: 11px; width: 521px; text-align: left; border-collapse:collapse; }
table.tablesorter thead tr th, table.tablesorter tfoot tr th { background-color: #0067C4; font-size: 11px; padding: 2px; border: 1px solid #CCCCCC; color: #FFFFFF; }
table.tablesorter thead tr .header { background-image: url(bg.gif); background-repeat: no-repeat; background-position: center right; cursor: pointer; }
table.tablesorter tbody td { color: #3D3D3D; padding: 2px; vertical-align: top; background: #FFFFFF; border: 1px solid #CCCCCC; }
table.tablesorter tbody tr.odd td { background-color:#DEEEFD; }
table.tablesorter thead tr .headerSortUp { background-image: url(asc.gif); }
table.tablesorter thead tr .headerSortDown { background-image: url(desc.gif); }
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp { background-color: #0067C4; color: #FFFFFF; }

