﻿thead.head_pse {
    display: block;
}

table.table_pse {
    width: 100%;
    border-collapse: collapse;
}

.head_pse tr th {
    background: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#999999));
    background: -moz-linear-gradient(top, #e0e0e0, #999999);
    background: -o-linear-gradient(#e0e0e0, #999999);
}

.body_pse {
    text-align: center;
    display: block;
    overflow: auto;
    height: auto;
    min-height: 127px;
}


.body_pse td tr {
    cursor: pointer;
}

.body_pse th tr td {
    text-align: center;
}

.hovertr_pse:hover {
    background-color: rgb(165, 200, 255);
}