.Row
{
	background-color: White;
}

.Row2
{
	background-color: lightgrey;
}

.RowAlt
{
	background-color: whitesmoke;
}

.RowHover
{
	background-color: Gray;
	color: White;
	cursor: pointer;
}

.CellSpc
{
	background-color: lightgrey;
}

.CellHeadLT
{
	background-color: lightgrey;
	border-left: solid 1px gray;
	border-top: solid 1px gray;
}

.CellHeadTR
{
	background-color: lightgrey;
	border-top: solid 1px gray;
	border-right: solid 1px gray;
}

.CellHeadLTB
{
	background-color: lightgrey;
	border-bottom: solid 1px gray;
	border-left: solid 1px gray;
	border-top: solid 1px gray;
}

.CellHeadLRTB
{
	background-color: lightgrey;
	border-bottom: solid 1px gray;
	border-left: solid 1px gray;
	border-top: solid 1px gray;
	border-right: solid 1px gray;
}

.CellLB
{
	border-left: solid 1px gray;
	border-bottom: solid 1px gray;
}

.CellLRB
{
	border-left: solid 1px gray;
	border-right: solid 1px gray;
	border-bottom: solid 1px gray;
}

.CellTot
{
	border-left: solid 1px gray;
	border-bottom: solid 1px gray;
	background-color: steelblue;
	font-weight: bold;
	color: White;
}

.CellLBC
{
	border-left: solid 1px gray;
	border-bottom: solid 1px gray;
	text-align: center;
}

.CellSelLB
{
	border-left: solid 1px gray;
	border-bottom: solid 1px gray;
	color: White;
	background-color: midnightblue;
	cursor: hand;
	text-align: center;
}

.CellLink
{
	color: midnightblue;
	text-decoration: underline;
	cursor: pointer;
}

.CellR
{
	border-right: solid 1px gray;
}
