/* tables */
table.sortable {
    font-family:arial;
    /*background-color: #CDCDCD;*/
    margin:10px 0pt 15px;
    font-size: 8pt;
    width: 95%;
    text-align: left;
}
table.sortable thead tr th, table.tablesorter tfoot tr th {
    /*background-color: #e6EEEE;*/
    /*border: 1px solid #FFF;*/
    font-size: 8pt;
    padding: 4px;
}
table.sortable thead tr .header {
    background-image: url(../images/table/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
table.sortable tbody td {
    color: #3D3D3D;
    padding: 4px;
    /*background-color: #FFF;*/
    vertical-align: top;
}
table.sortable tbody tr.odd td {
    /*background-color:#F0F0F6;*/
}
table.sortable thead tr .headerSortUp {
    background-image: url(../images/table/asc.gif);
}
table.sortable thead tr .headerSortDown {
    background-image: url(../images/table/desc.gif);
}
table.sortable thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
    /*background-color: #8dbdd8;*/
}

table.sortable th.sort-id { width: 20px; }
table.sortable th.sort-name { width: 100px; }
table.sortable th.sort-age { width: 20px; }
table.sortable th.sort-gender { width: 50px; }
table.sortable th.sort-breed { width: 50px; }
table.sortable th.sort-owner { width: 50px; }
table.sortable th.sort-level { width: 40px; }
table.sortable th.sort-sale { width: 40px; }
table.sortable th.sort-breeding { width: 40px; }