﻿body {
}

TD.ValidCompartment 
{
	color:White;
	background-color:Green;
	height:12px;
	text-align: center;
	backGround-image:url(/images/greenStrip.gif);
}


TD.InValidCompartment 
{
	color:White;
	background-color: Red;
	height:12px;
	text-align: center;
	backGround-image:url(/images/redStrip.gif);
}



TD.WarningCompartment 
{
	color:black;
	background-color: Yellow;
	height:12px;
	text-align: center;
	backGround-image:url(/images/warningstrip.gif);
}

TD.EmptyCompartment 
{
	color:black;
	background-color: white;
	height:12px;
	text-align: center;	
}