table.full {
    width: 100%;
    font-size: 12pt;
    border-collapse: collapse;
    text-align: center;
    border: 2px solid black;
}

table.full tr {
    background-color: #FFFFFF;
}

table.full tr.head {
    font-size: 14pt;
    background-color: #A0C8FF;
    border: 1px solid #C0C0C0;
}

table.full th {
    padding: 7px;
}

table.full tr.group th {
    font-size: 13pt;
    background-color: #C0E0FF;
    text-align: center;
}

table.full td {
    font-size: 12pt;
    padding: 7px 10px;
    border: 1px solid #C0C0C0;
}

table.logs td.logtext {
    width: 80%;
    text-align: left;
}

table.logs tr.priority1 {
    background-color: #FFE0E0;
}

table.logs tr.priority1 td.logtext {
    font-weight: bold;
}

table.logs td.delete {
    height: 20px;
}

table.status td:first-child {
    width: 60%;
    text-align: left;
}

table.status abbr.status {
    font-weight: bold;
}

table.status span.status {
    font-weight: bold;
}

table td abbr.online {
    color: #00C000;
    border-color: #00C000;
}

table td abbr.offline {
    color: #E00000;
    border-color: #E00000;
}

table td abbr.incomplete {
    color: #F08000;
    border-color: #F08000;
}

table td abbr.empty {
    color: #A00000;
    border-color: #A00000;
}

table td.timestamp {
    white-space: nowrap;
    min-width: 10em;
}