﻿table.NegativeGreenBox
{
	background-color:#43B64B;
}
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;
}


.VeryLightGreenBoxContainer
{
	background-color: #D3E6EA;
}
.GreenBoxContainer
{
	background-color: #91C46D;
}