table {
border-spacing:0px;
}
    
th {
background-color: #CC6600;
padding: 3px;
text-align: center;
color: white;
font-size:14px;
font-weight: normal;
white-space: nowrap;
}
th.right {
background-color: #CC6600;
padding: 3px;
text-align: right;
color: white;
font-size:14px;
font-weight: normal;
}
th.left {
background-color: #CC6600;
padding: 3px;
text-align: left;
color: white;
font-size:14px;
font-weight: normal;
}

table td {
padding: 4px;
}

p.mini {
font-size:12px;
}

.va_top {
vertical-align:top;
}
.mini {
font-size:12px;
white-space: nowrap;
}

.yes {
background-color:#99FFCC;
}
.right {
text-align: right;
}
.red{
color: red;
}

tr.gray{
background-color: #808080;
}

tr.yellow{
background-color: #CCCC66;
}

tr.red{
background-color: #8b0000;
}