﻿.GridDiv
{
	width: 49em;
}

.Grid
{
	font-family: Verdana, Arial, Sans-Serif, "Trebuchet MS";
	font-size: 10px;
	border: 1px solid #CCCCCC;
	background: #CCCC99;
	cursor: pointer;
}

.GridDataArea
{
	border-width: 0;
	background-color: White;
	border-bottom: solid 1px #CCCCCC;
}

.GridFilter
{
	padding-bottom: 5px;
	color: #333333;
	font-weight: bold;
}

.GridFooter
{
	color: #000000;
    background: White;
    padding: 2px 5px 2px 2px;
    text-align: left;
}

.GridFooter a
{
	color: Black;
	font-weight: bold;
	vertical-align: bottom;
    border-top: solid 1px #CCCCCC;
}

.GridGroupBy
{
	font-weight: bold;
}

.GridGroupByText
{
}

.GridHeader
{
	background-color: #CCCC99;
    border-right: solid 1px #CCCCCC;
}

.GridHeadingCell
{
	color: #000000;
    background: #CCCC99;
    font-weight: bold;
    padding: 2px;
}

.GridGroupHeading
{
	background: #cccccc;
}

.GridHeadingText
{
	font-weight: bold;
	text-decoration: underline;
}

.GridRow
{
	background-color: White;
}

.GridAlternatingRow
{
	background: #efefd7;
}

.GridHoverRow
{
	background: #DfDfDf;
}

.GridDataCell
{
	color: #000000;
    padding: 2px 5px 2px 2px;
    border-bottom: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC;
    text-align: left;
}

.DataCell a
{
	cursor: #000000;
}

.DataRow td.FirstDataCell
{
	padding-left: 3px;
	background: red;
}

.SelectedRow
{
	font-weight: bold;
	color: #811d39;
	background: #CCCCCC;
}

.PagerText
{
	font-family: Verdana;
	font-size: 11px;
}

.GridSearchText
{
	font-weight: bold;
}

.GridGroupByText
{
	font-weight: bold;
}

.GridPostFooter
{
	padding: 5px;
	text-align: right;
}