﻿body {}

.Grid
{
    background: #d6dce1;
    font-family: Tahoma;
    font-size: small;
    font-weight: bold;
    border: solid 1px #d6dce1;
}

th 
{
	font-family: Tahoma;
	color: #63006b;
}

td
{
	font-family: Tahoma;
	font-size: small;
	font-weight: normal;
	color: black
}

.GridRowStyle
{
	background: white;
}

.GridAlternatingRowStyle
{
	background: #d6dce1;
	font-family: Tahoma;
	font-size: small;
	font-weight: bold;
	color: black
}

