﻿.TableGridView{
    width: 99%;
    border:1px solid #cccccc;
    margin-left:auto;
    margin-right:auto;
    margin-top:5px;
    margin-bottom:5px;
}
.TableGridViewLink{
    background: url(images/pdf_icon.gif) no-repeat center; 
	width:99%;
	padding-bottom:5px;
	display:block;
	text-align:center;
	float:left;
}
.TableRowStyle td{
	height:22px;
    border-bottom:1px solid #cccccc;
    background-color:#ffffff;
    padding-left:3px;
}
.TableAlternatingRowStyle td{
	height:22px;
    background-color:#F7F6F3;
    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;
}
