﻿
.cssTableSystemStatus
{
    background: whitesmoke;
    border-collapse: collapse;
    vertical-align: top;
    width: 250px;
    color: white;
    border-right: gainsboro 1px solid;
    border-top: gainsboro 1px solid;
    border-left: gainsboro 1px solid;
    border-bottom: gainsboro 1px solid;
}

TABLE.cssTableSystemStatus TH
{
padding: 2px;
color: gray;
text-align: left;
font-weight: normal;
}

TABLE.cssTableSystemStatus TR
{
height : 18px;
}

TABLE.cssTableSystemStatus TD
{
padding: 2px;
vertical-align: middle;
}

TABLE.cssTableSystemStatus TD.Leader
{
font-weight      : bold;
font-family      : Verdana;
color            : White;
background-color : #ffba00;
text-align       : left;
padding-left     : 5px;
font-size        : 13px;
letter-spacing   : 0px;
width            : 140px;
}

TABLE.cssTableSystemStatus TD.Content
{
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    color:gray;
    text-align:left;
}

TABLE.cssTableSystemStatus TD.ContentRight
{
    background-color: white;
}
