﻿body {
}

TABLE {
    font-weight: normal;
    font-size: 8pt;
    border-right: #000000 thin solid;
    padding-right: 0px;
    border-top: #000000 thin solid;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    border-left: #000000 thin solid;
    padding-top: 0px;
    border-bottom: #000000 thin solid;
    background-color: #dcdcdc;
}

.TableHead {
    font-weight: bold;
    font-size: 10pt;
    font-family: Verdana, 'Courier New';
    background-color: #660000;
    color: #dcdcdc;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

.RowHead {
    font-weight: bold;
    font-size: 8pt;
    font-family: Verdana, 'Courier New';
}

TD {
    font-weight: normal;
    font-size: 8pt;
    font-family: Verdana, 'Courier New';
    background-color: #dcdcdc;
    font-weight: normal;
    font-size: 8pt;
    font-family: Verdana, 'Courier New';
    background-color: #dcdcdc;
}

.StatusOK {
    color: #006600;
    font-weight: bold;
}

.StatusFAILED {
    color: red;
    font-weight: bold;
}
