
table.tablesorter {}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {background-color: #e6eeee;padding-right: 20px;}

table.tablesorter thead tr .header {
    background-image: url("../images/bg.gif");
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
}
table.tablesorter tbody td {}
table.tablesorter tbody tr.odd td {}
table.tablesorter thead tr .headerSortUp {
    background-image: url("../images/asc.gif");
}
table.tablesorter thead tr .headerSortDown {
    background-image: url("../images/desc.gif");
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
    background-color: #099AE8;color: #ffffff;
}


.template_komma .partyname {margin-bottom: 20px;}

.template_komma .navigate {margin-top: 25px;}
.template_komma .navigate a {
    background: none repeat scroll 0 0 #e1e1e1;
    border-radius: 5px;
    color: #000000;
    font-size: 20px;
    font-weight: normal;
    margin-left: 5px;
    padding: 0 11px 5px;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}

.template_komma .navigate a:hover {
    background: none repeat scroll 0 0 #11214d;
    color: #ffffff;
}
