.SeperatorMultiGrid
{
	background-color: #C0C0C0;
}
.SelectedItemMultiGrid
{
	background-color:yellow;
}
.ItemMultiGrid
{
	background-color:#A3D39F;
	color: Black;
}
.WebDing
{
	font-family: Webdings;
}
.AlternatingItemMultiGrid
{
	background-color: 83D0C5;
	color: Black;
}
.MouseOverItemMultiGrid
{
	background-color:#2A8E8E;
}
.MouseOverAlternatingItemMultiGrid
{
	background-color:#2A8E8E;
}
.MouseOverSelectedItemMultiGrid
{
	background-color:#2A8E8E;
}
.ItemGreenMultiGrid
{
	background-color:#e1eac6;
}
.AlternatingItemGreenMultiGrid
{
	background-color:#d8eac6;
}
.ItemYellowMultiGrid
{
	background-color:#faf89e;
}
.AlternatingItemYellowMultiGrid
{
	background-color:#d3d285;
}
.CheckedItemMultiGrid
{
	background-color:#c6d8ea;
}
.CheckedAlternatingItemMultiGrid
{
	background-color:#e4f1ff;
}
.CheckedItemGreenMultiGrid
{
	background-color:#738494;
}
.CheckedAlternatingItemGreenMultiGrid
{
	background-color:#91a6bb;
}
.CheckedItemYellowMultiGrid
{
	background-color:#FFFF00;
}
.CheckedAlternatingItemYellowMultiGrid
{
	background-color:#FFFF00;
}
.HeaderMultiGrid
{
	background-color:#2A8E8E;
	color: white;
	font-weight: bold;
}

A.HeaderLinkMultiGrid
{
	color: black;
	font-weight: bold;
	text-decoration:underline;
}
A.HeaderLinkMultiGrid:link
{
	color: black;
	font-weight: bold;
	text-decoration:underline;
}

A.HeaderLinkMultiGrid:visited
{
	color: black;
	font-weight: bold;
	text-decoration:underline;
}

A.HeaderLinkMultiGrid:hover
{
	color:#c0b78a;
	text-decoration:none;
	font-weight: bold;
}
.HeaderFontMultiGrid
{
	color: #B9D6B2;
	font-weight: bold;
}
.FooterMultiGrid
{
	background-color:#516D54;
	color: White;
	font-weight: bold;
}
.HeaderSelectedColumnMultiGrid
{
	background-color:gray;
	color: White;
	font-weight: bold;
}
