﻿.WorkTable
{
    font-family: Tahoma;
    border: 1px solid #efdd88;
    background-color: #f6eaac;
}
.WorkTableRow
{
    background-color: White;
    height: 20px;
    
    color: #a07a28;
    font-size: 8pt;
    font-weight: normal;
}
.WorkTableRowAlt
{
    background-color: #faf7df;
    height: 20px;
    
    color: #a07a28;
    font-size: 8pt;
    font-weight: normal;
    
}
.WorkTableColumn
{
    background-color: #efdd88;
    height: 30px;
    color: #a07a28;
    font-weight: bolder;
    padding: 5px;
}
.WorkTableColumnAlt
{
    background-color: #f1e08e;
    height: 30px;
    color: #a07a28;
    font-weight: bolder;
    padding: 5px;
}
.WorkTableCell
{
    border-bottom: 1px solid #f6eaac;
    border-right: 1px solid #f8eab0;
    padding: 5px;
}
.WorkTableCellAltRow
{
    border-bottom: 1px solid #f9eebd;
    border-right: 1px solid #f6e8a5;
    padding: 5px;
}
.WorkTableCellAltCol
{
    border-bottom: 1px solid #f6e8a5;
    border-right: 1px solid #f8eab0;
    background-color: #fbf5da;
    padding: 5px;
}
.WorkTableCellAltColAltRow
{
    border-bottom: 1px solid #f8eab0;
    border-right: 1px solid #f6e8a5;
    background-color: #f8f0c5;
    padding: 5px;
}
