﻿.HeaderStyle
{
	color: White;
	font-weight: bold;
	background-image: none;
	background-color: #808080;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.HeaderStyle th
{
    padding: 2px;
    color: #ffffff;
}
.HeaderStyle a
{
	color: White !important;
	text-decoration: none;
}
.HeaderStyle a:hover
{
	color: #ffdab9;
}
.FooterStyle
{
    background-color: #8b4513;
    color: White;
    text-align: right;
}

.AlternatingRowStyle
{
    background-color: #F0F0F0;
}

.RowStyle
{
	/*background-color: #ffcc99;*/
}

.SelectedRowStyle
{
    background-color: Yellow;
}
.PagerStyle
{
	font-size: 90%;
	
}


