﻿.GridViewStyle
{
    font-family: Arial, Sans-Serif;
    font-size:10px;
    /*table-layout: auto;*/
}
.HeaderStyle, .FooterStyle
{  
	background-color:#e3e3e6;
	background-image: url(../Images/GridHeader.jpg); 
	background-position:top;
    background-repeat: repeat-x;
} 
.HeaderStyle th
{
	color: #16387c;
	text-align:left;
	font-weight:normal;
}

.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;
}

.ButtonStyle
{
	/*color:#16387c;*/
	/*background-color: #fcb814;*/
	background-image: url(../Images/Header.jpg);
    background-position:center;
    background-repeat:repeat-x;
}

.DropDownStyle
{
	background-color: #fcb814;
}

.PanelHeaderStyle
{
	color:#16387c;
	background-color:#e3e3e6;
	background-image: url(../Images/GridHeader.jpg); 
	background-position:0 -10px;
    background-repeat: repeat-x;
}
