﻿.ChildTableDiv
{
    float:left;
    margin-left: 85px;
}
.RegTable
{
    background-color: #f4f4f4;
}
.RegTable tr
{
    background-color: White;
}
.RegTable td
{
    border-bottom: 1px #d7d7d7 dashed;
}
.RegTable th
{
    background-color: #edfbd7;
    height: 20px;
    
    color: #5c8a1b;
    font-size: 8pt;
    font-weight: bolder;
    text-align: left;
    padding-left: 10px;
}
.RegChildTable
{
}
.RegChildTable td
{
    border: none;
}