﻿.tblList
{
    width: 100%;
    border: 1px solid #76951A;
    border-collapse: collapse;
}
.tblList td
{
    border:1px solid #76951A;
    vertical-align:top;
    padding-left: 3px;
        
}
.tblList td.sl
{
    background-color: #E6E6E6;
}
.tblList tr.head
{
    font-weight:bold;
    text-align:left;
    background-color:#A7C942;
}
.tblList tr.alt
{
    background-color:#EAF2D3;
}
.tblList tr.select
{
    background-color:#FF99FF;
}
    
.vldSummary ul
{
    margin-top: 0;
    margin-bottom: 0;
    list-style-type: square;
}
    
.tblsty1
{
    width: 100%;
    padding: 2px; 
    margin: 0px;
    border-width: 0px;
    border-collapse: collapse;
}
.tblsty1 td
{
    vertical-align:top;
}
    
.tblsty2
{
    width: 100%;
    padding: 2px; 
    /* margin: 0px;  */
    border: 1px solid #00BBFF;
    border-collapse: collapse;
    margin-left:auto;
    margin-right:auto;  
    /* text-align:center; */
}
.tblsty2 td
{
    border: 1px solid #00BBFF;
    vertical-align:top;
}
    
.tblsty3
{
    width: 100%;
    padding: 2px; 
    /* margin: 0px;  */
    border: 0px;
    border-collapse: collapse;
    margin-left:auto;
    margin-right:auto;  
    /* text-align:center; */
}
.tblsty3 td
{
    border: 0px;
    vertical-align:top;
}

.stlMandatory
{
    color: red;
    font-weight:bold;
    font-size: 8pt;
}
    
.stlFormTitle
{
    color: #800080;
    font-weight:bold;
    font-size: 14pt;
}
.stlFormTitle2
{
    color: #008000;
    font-weight:bold;
    font-size: 13pt;
}
.data1
{
    font-weight:bold;
    color:fuchsia;
}
a.LinkDisabled
{
    text-decoration:none;
    color:white !important;
    cursor: default;
}
a.LinkDisabledBlack
{
    text-decoration:none;
    color:black !important;
    cursor: default;
}