﻿
table.PageTable
{
    border: solid 1px #afb1af;
    background-color: White;
}

table.TableTitle
{
    width: 100%;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

td.TdTitle
{
    height: 25px;
    width: 170px;
    text-align: center;
    color: White;
    background-color: #72a131;
    font-weight:bolder;
}

td.TdTitleL
{
    height: 25px;
    width: 220px;
    text-align: center;
    color: White;
    background-color: #72a131;
    font-weight:bolder;
}

table.DetailTable
{
    border: solid 1px #8f9391;
    background-color: #ecece6;
    width: 100%;
    margin-bottom: 2px;
}



.DetailDiv
{
    border: solid 1px #8f9391;
    background-color: #ecece6;
    width: 98%;
    height: 136px;
    position: relative;
}

table.DetailTable2
{
    background-color: #ecece6;
    border-bottom: solid 1px #8f9391;
    border-left: solid 1px #8f9391;
    border-right: solid 1px #8f9391;
    border-top: solid 0px #8f9391;
    color: #4c6854;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 2;
}

table.TableQueryMain
{
    border-collapse: collapse;
    border: 1px #808080 solid;
    padding: 1px,1px,1px,1px;
    width: 100%;
    background-color: #ecf5fc;
}

table.TableHeader
{
    background-color: #8ea591;
    width: 98%;
    border-top: solid 1px #8ea591;
    border-left: solid 1px #8ea591;
    border-right: solid 1px #8ea591;
    border-bottom: solid 1px #8ea591;
    border-collapse: collapse;
}

