﻿.WorkTable
{
    font-family: Tahoma;
    border: 1px solid #c2c8dc;
    background-color: #e4e6ef;
}
.WorkTableRow
{
    background-color: White;
    height: 20px;
    
    color: #646f95;
    font-size: 8pt;
    font-weight: normal;
}
.WorkTableRowAlt
{
    background-color: #f2f3f7;
    height: 20px;
    
    color: #646f95;
    font-size: 8pt;
    font-weight: normal;
    
}
.WorkTableRowSelected
{
    background-color: #f1f2f6;
    height: 20px;
    
    color: #646f95;
    font-size: 8pt;
    font-weight: normal;
}
.WorkTableColumn
{
    background-color: #c2c8dc;
    height: 30px;
    color: #6375b0;
    font-weight: bolder;
    padding: 5px;
}
.WorkTableColumnAlt
{
    background-color: #cacfe0;
    height: 30px;
    color: #6375b0;
    font-weight: bolder;
    padding: 5px;
}
.WorkTableCell
{
    border-bottom: 1px solid #e4e6ef;
    border-right: 1px solid #e5e7ef;
    padding: 5px;
}
.WorkTableCellAltRow
{
    border-bottom: 1px solid #ecedf3;
    border-right: 1px solid #e0e2ec;
    padding: 5px;
}
.WorkTableCellAltCol
{
    border-bottom: 1px solid #e0e2ec;
    border-right: 1px solid #e5e7ef;
    background-color: #f1f2f6;
    padding: 5px;
}
.WorkTableCellAltColAltRow
{
    border-bottom: 1px solid #e5e7ef;
    border-right: 1px solid #e0e2ec;
    background-color: #e9eaf1;
    padding: 5px;
}
