﻿.GridViewStyle
{
    font-family: Arial, Sans-Serif;
    font-size:small;
    table-layout: auto;
}
.HeaderStyle, .FooterStyle
{  
	background-color:#e3e3e6;
	background-image: url(../Images/GridHeader.jpg); 
	background-position:top;
    background-repeat: repeat-x;
} 
.HeaderStyle th
{
	font-weight:normal;
	color: #16387c;
}

.HeaderStyle a
{
    text-decoration:none;
    color:#16387c;
    text-align:left;
    font-weight:normal;
}

.RowStyle 
{
    background-color:#ffffff;
}
.AltRowStyle 
{
	background-color:#f9f9f9;
}
.SelectedRowStyle 
{
    color: #ffffff;
    background-color: #2461bf;
	background-image: url(../Images/Header.jpg);
    background-position:center;
    background-repeat:repeat-x;
}

.LabelStyle 
{
	color:Black;
}

.CheckBoxStyle
{
	color:Black;
}

.RadioStyle
{
	color:Black;
}

.CountStyle
{
	color:#16387c;
}

.PanelHeaderStyle
{
	font-weight:normal;
	color:#16387c;
	background-color:#e3e3e6;
	background-image: url(../Images/GridHeader.jpg); 
	background-position:0 -10px;
    background-repeat: repeat-x;
}
