﻿
.GridStyle
{
    border-collapse: collapse;
}
/* 4679AE */
.HeaderStyle TH
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #333333;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 3px;
    padding-right: 3px;
    border-bottom: 1px solid #93b6cb; /* background-color: #dae8e8; */
}

.HeaderStyle a:link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #4678ae;
    text-decoration: none;
}

.HeaderStyle a:visited
{
    color: #4678ae;
    text-decoration: none;
}

.HeaderStyle a:active
{
    color: green;
    text-decoration: none;
}

.HeaderStyle a:hover
{
    color: green;
    text-decoration: underline;
}

.RowStyle TD
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #333333;
    background-color: whitesmoke;
    line-height: 16px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    border-bottom: #93b6cb 1px dashed;
}

.AlternatingRowStyle TD
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #333333;
    background-color: whitesmoke;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    line-height: 16px;
    border-bottom: #93b6cb 1px dashed;
}

.SelectedRowStyle TD
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: black;
    background-color: #FFF8D2;
    line-height: 16px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    border-bottom: #93b6cb 1px dashed;
}

.EditRowStyle, .EditRowStyle>TD
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: black;
    background-color: #FFF8D2;
    line-height: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 3px;
    padding-right: 3px;
    border-bottom: #93b6cb 1px dashed;
}

.PagerStyle
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #333333;
    text-align: center;
    padding-top: 3px; /* background-color: #dae8e8; */
}

.FooterStyle TD
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #333333;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 3px;
    padding-right: 3px;
    border-bottom: 1px solid #93b6cb; /* background-color: #dae8e8; */
}

.EmpyDataRowStyle
{
    background-color: White;
}
/*
.EmpyDataRowStyle td
{
    border-top: solid 1px #93b6cb;
}

.EmpyDataRowStyle table tr td
{
    font-family: Arial, Helvetica, sans-serif;
    color: #4678AE;
    background-color: White;
    padding: 20px 20px 20px 20px;
    border-top: none;
}
*/

.RowStyleCompact TD
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #333333;
    background-color: whitesmoke;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 3px;
    padding-right: 3px;
    line-height: 14px;
    border-bottom: #93b6cb 1px dashed;
}

.AlternatingRowStyleCompact TD
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #333333;
    background-color: whitesmoke;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 3px;
    padding-right: 3px;
    line-height: 14px;
    border-bottom: #93b6cb 1px dashed;
}

.SelectedRowStyleCompact TD
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: black;
    background-color: #FFF8D2;
    line-height: 14px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 3px;
    padding-right: 3px;
    border-bottom: #93b6cb 1px dashed;
}