﻿/**************** GridView styles ***********************/
/**************** Header style ***********************/
.gridheader
{
    font-family: Verdana;
    font-size: 8pt;
    font-weight: bold;
    background-color: #663300; 
    color: White;
}

/**************** Pager style ***********************/
.gridpager
{
    font-family: Verdana;
    font-size: 8pt;
    font-weight: bold;
    background-color: #D2DBAC;
    color: Black; 
}

/**************** Selected style ***********************/
.gridselected
{
    font-family: Verdana;
    font-size: 8pt;
    font-weight: bold;
    background-color: #EEE8AA;
    color: Black; 
}

/**************** Insert style ***********************/
.gridinsert
{
    font-family: Verdana;
    font-size: 8pt;
    font-weight: bold;
    background-color: #D8D8B8;
    color: Black; 
}

/**************** Insert style ***********************/
.gridhighlight:hover
{
    font-family: Verdana;
    font-size: 8pt;
    color: Navy;
    font-weight: bold;
}

/**************** Row style ***********************/
.gridrow:link
{
    font-family: Verdana;
    font-size: 8pt;
    font-weight: normal;
    background-color: #E9EDD6;
    color: Black;
    border-color: #8FBC8F;
}

.gridrow:visited
{
    font-family: Verdana;
    font-size: 8pt;
    font-weight: normal;
    background-color: #E9EDD6;
    color: Black;
    border-color: #8FBC8F;
}

.gridrow:active
{
    font-family: Verdana;
    font-size: 8pt;
    font-weight: normal;
    background-color: #E9EDD6;
    color: Black;
    border-color: #8FBC8F;
}

.gridrow:hover
{
    font-family: Verdana;
    font-size: 8pt;
    font-weight: normal;
    background-color: #E9EDD6;
    color: Black;
    border-color: #8FBC8F;
}

.gridrow
{
    font-family: Verdana;
    font-size: 8pt;
    font-weight: normal;
    background-color: #E9EDD6;
    color: Black;
    border-color: #8FBC8F;
}

/**************** Alternative Row style ***********************/
.gridaltrow:link
{
    font-family: Verdana;
    font-size: 8pt;
    font-weight: normal;
    background-color: White;
    color: Black;
}

.gridaltrow:visited
{
    font-family: Verdana;
    font-size: 8pt;
    font-weight: normal;
    background-color: White;
    color: Black;
}

.gridaltrow:active
{
    font-family: Verdana;
    font-size: 8pt;
    font-weight: normal;
    background-color: White;
    color: Black;
}

.gridaltrow:hover
{
    font-family: Verdana;
    font-size: 8pt;
    font-weight: normal;
    background-color: White;
    color: Black;
}

.gridaltrow
{
    font-family: Verdana;
    font-size: 8pt;
    font-weight: normal;
    background-color: White;
    color: Black;
}

/************************ General Grid Styles **************************/

.gridlink
{
	text-decoration: underline;
	font-family: Verdana, Arial;
	font-size: 8pt;
	color: Blue;

