.SeperatorMultiGrid
{
	background-color: #C0C0C0;
}
.SelectedItemMultiGrid
{
	background-color:yellow;
}
.ItemMultiGrid
{
	background-color:white;
}
.WebDing
{
	font-family: Webdings;
}
.AlternatingItemMultiGrid
{
	background-color: #efefef;
}
.MouseOverItemMultiGrid
{
	background-color:#dadada;
}
.MouseOverAlternatingItemMultiGrid
{
	background-color:#dadada;
}
.MouseOverSelectedItemMultiGrid
{
	background-color:#dadada;
}
.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:#213D84;
	color: white;
	font-weight: bold;
}

A.HeaderLinkMultiGrid
{
	color: white;
	font-weight: bold;
	text-decoration:underline;
}
A.HeaderLinkMultiGrid:link
{
	color: white;
	font-weight: bold;
	text-decoration:underline;
}

A.HeaderLinkMultiGrid:visited
{
	color: white;
	font-weight: bold;
	text-decoration:underline;
}

A.HeaderLinkMultiGrid:hover
{
	color:#c0b78a;
	text-decoration:none;
	font-weight: bold;
}
.HeaderFontMultiGrid
{
	color: #213D84;
	font-weight: bold;
}
.FooterMultiGrid
{
	background-color:#516D54;
	color: White;
	font-weight: bold;
}
.HeaderSelectedColumnMultiGrid
{
	background-color:gray;
	color: White;
	font-weight: bold;
}