.yalCell {
	background-color: steelblue;
}

.yatCell {
	background-color: darkorange;
}

.ng-inactive {
	text-decoration: line-through;
	background-color: #fbb;
}

.ng-changed {
	background-color: #ffb;
}

.invalidCell {
	background-color: #f44;
}

.validCell {
	background-color: #cfc;
}

.editCell {
	background-color: #83C4F4;
}

.complexCell {
	background-color: #ff8c00;
}

.yellowCell {
	background-color: #ffff66;
}

.redCell {
	background-color: #FF0000;
}

.greenCell {
	background-color: #00FF00;
}

.cyanCell {
	background-color: #00FFFF;
}

.blueCell {
	background-color: #0000FF;
}

.purpleCell {
	background-color: #800080;
}

.silverCell {
	background-color: #C0C0C0;
}


.dimGrayCell {
	background-color: #696969;
}

