/*
 * Stylesheeet specific to status tables. If these styles are applied throughout
 * the document, then they interfere with the tree. So this stylesheet contains
 * the styles for the status, pstatus, and ostatus pages and is included by link
 * from those pages only.
 *
 * 17-Dec-14    rbd     Initial edit, light style.
 * 07-Jun-16	rbd     GEM:1456 - Color coded table cells (other than run)
 */

caption {
    padding: 0 0 5px 0;
    text-align: center;
    color: #040480;
    font-size: 24px;
}

span.subcaption {
    color: #222;
    font-size: 14px;
}

th {
    font: bold;
    color: #000;
    border: 1px solid;
    border-color: #040480;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: left;
    padding: 2px 4px 2px 4px;
    background-color: #CCC;
}

td {
    border: 1px solid;
    border-color: #040480;
    background-color: #FFF;
    padding: 2px 4px 2px 4px;
    color: #222;
}

td.e {
    border: 1px solid;
    border-color: #040480;
    background-color: #EEE;
    padding: 2px 4px 2px 4px;
    color: #222;
}

span.run {
    background-color: darkred;
    color: white;
}

span.complete {
    color: #00C000;
}

span.almost {
    color: #FFA500;
}

span.fail {
    color: #C00000;
}