/* 
    Document   : tables
    Created on : 18-Jul-2012, 14:06:02
    Author     : stuart.robinson
    Description:
        Purpose of the stylesheet follows.
*/

table {
    background-color: #D6F0FC;
    border-radius: 15px 15px 15px 15px;
    color: #4B2787;
    display: table;
    margin-bottom: 20px;
    margin-top: 20px;
    table-layout: fixed;
}

table tr td, table tr th {
    color: #000000;
    font-size: 0.7em;
    padding: 5px;
    border: 1px solid #ffffff;
}

table tr td {
    cursor: pointer;
    display: table-cell;
}

table tr th {
    font-size: 0.85em;
    font-weight: bold;
}

table tr.oddRow td {
    background-color: #F1F9FF;
}
table tr.evenRow td {
    background-color: #E8EAEB;
}
table tr:hover td {
    background-color: #C0EBFA;
}

table#auditlog_results {
    width: 100%;
}

table#auditlog_results tr td {
    display: table-cell;
    width: auto !important;
}

table#cabinet_table, table#cabinet_table tr td, table#cabinet_table tr.oddRow td, table#cabinet_table tr.evenRow td, table#cabinet_table tr:hover td,
table#client_table, table#client_table tr td, table#client_table tr.oddRow td, table#client_table tr.evenRow td, table#client_table tr:hover td{
    background-color: transparent;
    border: none !important;
}

td.selButtons {
    float: left;
    padding-bottom: 17px;
}