﻿.GridView
{
    border: 1px solid #999999;
}
.RowStyle
{
    font-family: calibri;
    color: #616161;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
    height: 10px;
}
.RowStyle td
{
    border: 1px solid #D7D7D7;
    padding-left: 10px;
    padding-right: 10px;
    height: 10px;
}
.RowStyle a
{
    color: #4E9C9C;
    text-decoration: none;    
}
.FooterStyle
{
    border: 1px solid #5B7C95;
    background-color: #E4EDED;
    font-family: calibri;
    color: #5B7C95;
}
.PagerStyle
{
    border: 1px solid #83B8B0;
    background-color: #E3EEEA;
    font-family: calibri;
    color: #338E83;
}
.PagerStyle td
{
    padding-left: 5px;
}
.PagerStyle a
{
    font-family: calibri;
    font-style: normal;
    text-decoration: none;
    color: #61B4AB;
    text-align: center;
}
.HeaderStyle
{
    border: 1px solid #5B7C95;
    background-color: #CCE1DB;
    font-family: calibri;
    color: #5B9595;
}
.HeaderStyle th
{
    border: 1px solid #97D2C0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: small;
}
.HeaderStyle a
{
    font-family: calibri;
    font-weight: bold;
    text-decoration: none;
    color: #5B9595;
    text-align: center;
}
.AlternatingRowStyle
{
    border-style: solid;
    border-width: 1px;
    font-family: calibri;
    color: #6A6A6A;
    background-color: #EEEEEE;
    white-space: nowrap;
}
.HiglightedRowStyle
{
    background:#9ECABD;
    color:#000;
}

.AlternatingRowStyle td
{
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #D7D7D7;   
}
.AlternatingRowStyle a
{
    color: #478D8D;
    text-decoration: none;
}
.grid_align
{
    margin-left: auto;
    margin-right: auto;
}
.EmptyDataRowStyle
{
    font-family: calibri;
    color: #616161;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
    height: 10px;
}

