
.NotNull
{
	background-color: White;
	border-color: ;
	border-width: thin;
}

.Null
{
	background-color: Yellow;
	border-color: Yellow;
	border-width: medium;
}


