.simpleStatus h4 {
    text-decoration: underline;
}

.simpleStatus table {
    border-style: solid;
    border-width: thin;
    border-color: #eeeeee;
    border-collapse: collapse;
    background: #eeeeee;

    font-family: verdana, arial, tahoma, sans-serif;
    font-size: 11px;
    color: #000;
}

.simpleStatus th {
    border-width: 0px 0px 1px 0px;
    padding-left: 5px;
    padding-right: 5px;
}

.simpleStatus td {
    border-width: 0px 0px 0px 0px;
    padding-left: 5px;
    padding-right: 5px;
}

.simpleStatus tr.dataroweven {
    background: #eeeeee;
}
.simpleStatus tr.datarowevenx:hover {
    background: #ffffcc;
}
.simpleStatus tr.datarowodd {
    background: #e4e4e4;
}
.simpleStatus tr.datarowoddx:hover {
    background: #ffffcc;
}

.simpleStatus tr.throw {
   background: #909090;
   color: #fdfdfd;
}

.simpleStatus tr.sumrow {
    background: #dddddd;
}

.simpleStatus tr.error {
    color: red;
}

.simpleStatus td.warning {
    color: red;
}

