﻿.GridViewStyle
{
	border: solid 2px #2E6E22;
	font-family: Tahoma;
	font-size: 10px;
	text-align: left;
}

.GridViewStyle a
{
    color: #FFFFFF;
}

.GridViewHeaderStyle th
{
    border-bottom: 1px solid #407F24;
    border-top: 1px solid #407F24;
    background-color: #BFD99D;
    font-family: Tahoma;
    color: #135525;
    font-size: 11px;
    font-weight: bold;
    text-align:left;
}

.GridViewFooterStyle
{
    background-color: #5C9A1F;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 10px;
    color: #E9F2DF;
}

.GridViewRowStyle
{
    background-color: #F7F6F3;
    color: #333333;
}

.GridViewAlternatingRowStyle 
{
    background-color: #F4F2ED;
    color: #000000;
}

/*.GridViewRowStyle td, .GridViewAlternatingRowStyle td
{
    border: 1px solid #EBE9ED;
}*/

.GridViewSelectedRowStyle
{
    background-color: #E9F2DF; /*BFD99D;*/
    font-weight: bold;
    color: #556046;
}

.GridViewPagerStyle
{
    background-color: #5C9A1F;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 11px;
    color: #E9F2DF;
}

.GridViewPagerStyle table
{
    margin: 0 auto 0 auto;
}