



.GridViewStyle
{
font-family:SapientSentRegular;
font-size:14px;
table-layout: auto;
}

 .GridViewStyle, .GridViewStyle th, .GridViewStyle td
{
    border:1px solid #dddddd;
}

.HeaderStyle
{
font-family:SapientSentRegular;
font-size:14px;
Color:#ffffff;
background-image: url(../CssImg/GridHeader.jpg);
 
}

.HeaderStyleUser
{
font-family:SapientSentRegular;
font-size:14px;
Color:#ffffff;
background-image: url(../CssImg/GridHeader.jpg);
position:absolute;
}


.GridViewStyle tr:hover
{
background-color:#F78181;
}

.GridViewStyle tr:first-child:hover
{
background-color:Transparent;
}

.RowStyle 
{
background-color: #d3d3d3;
}
.AltRowStyle
{
background-color: #ffffff;
}

.SelectedRowStyle
{
background-color:#ffffff;
}

GridViewStyle a
{
text-decoration:underline;
cursor:pointer; 
}

.FooterStyle
{
background-color: #e4e2e3;
border :solid 1px #00000;
}

.FooterStyle_SingleCell 
{
background-color: transparent;
border : #00000;
color :Black;
font-weight:bold;
font-size:15px;
text-align:right;
padding-right:4px;
}
