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

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
    background-color: #e6EEEE;
    text-align: center;
    border: 1px solid #000050; /* Граница между ячейками */
    font-size: 8pt;
    padding: 4px;
}

table.tablesorter thead tr .header {
    background-image: url(../img/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;

    cursor: pointer;
}

.CellsDeviceGuid:hover {
    background: #3474ae; /* ЦВЕТ ФОНА ПРИ НАВЕДЕНИИ */
}

table.tablesorter tbody td {
    color: #3D3D3D;
    padding: 4px;
    border: 1px solid #000050; /* Граница между ячейками */
    background-color: #FFF;
    vertical-align: top;
}

table.tablesorter thead tr .headerSortUp {
    background-image: url(../img/asc.gif);
}

table.tablesorter thead tr .headerSortDown {
    background-image: url(../img/desc.gif);
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
    background-color: #8dbdd8;
}

