﻿table.NegativeGreenBox
{
	background-color:#91C46D;
}
table.NegativeGreenBox td.ContentsCell
{
	padding:2px;
	color:white;
}
table.NegativeGreenBox td.ContentsCell *
{
	color:white;
}

table.NegativeOrangeBox
{
	background-color:#FFBA00;
}
table.NegativeOrangeBox td.ContentsCell
{
	padding:1px;
}

table.NegativeRedBox
{
	background-color:#FF0000;
}
table.NegativeRedBox td.ContentsCell
{
	padding:1px;
}

table.NegativeLightBox
{
	background-color:#E3E9F2;
}
table.NegativeLightBox td.ContentsCell
{
	padding:1px;
}
