﻿.TableGridView{
    width: 100%;
    border:1px solid #cccccc;
}
.TableGridView a:link{
    color:#336699;
}
.TableGridView a:hover{
    color:#336699;
    text-decoration:underline;
}
.TableGridView a:visited{
    color:#336699;
}
.TableRowStyle td{
    height:20px;
    border-bottom:1px solid #cccccc;
    background-color:#ffffff;
    padding-left:3px;
}
.TableAlternatingRowStyle td{
    background-color:#F7F6F3;
    height:20px;
    border-bottom:1px solid #cccccc;
    padding-left:3px;
}
.TableHeaderStyle th{
    background-color:#5D7B9D;
    height:20px;
    color:#ffffff;
    font-weight:normal;
    border:0px solid #5D7B9D;
    padding-left:3px;
}
.TablePagerStyle td{
    text-align:center;
    background-color:#284775;
    height:30px;
    border:1px solid #284775;
    color:#ffffff;
    font-size:26px;
}
.TablePagerStyle a:link{
    color:#ffffff;
    font-size:12px;
}
.TableRowStyleA td{
    height:25px;
    border-bottom:1px solid #cccccc;
    background-color:#FFEAEA;
    padding:5px;
    border-left:none;
    border-right:none;
}
.TableRowStyleB td{
    height:25px;
    border-bottom:1px solid #cccccc;
    background-color:#E8FFF3;
    padding:5px;
    border-left:none;
    border-right:none;
}
.TableRowStyleC td{
    height:25px;
    border-bottom:1px solid #cccccc;
    background-color:#FFFFDF;
    padding:5px;
    border-left:none;
    border-right:none;
}
