div#WasteBox table.SubPanel
{
	font-family: Verdana,Arial;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	
	width: 100%;
}

div#WasteBox table.SubPanel td
{
	vertical-align: top;
}

div#WasteBox .SubPanel td.UpperContent
{
	width: 30%;
	background-color: #Ffffff;
	color: #004B91;

	padding: 7px 7px 7px 7px;
}

div#WasteBox .SubPanel td.UpperContentActive
{
	width: 70%;
	background-color: #Ffffff;
	color: #004B91;

	padding: 7px 7px 7px 7px;
}

div#WasteBox .SubPanel td.Title
{
	width: 30%;
	background-color: #009900;
	font-weight: bold;
	
	padding: 2px 7px 2px 7px;
}

div#WasteBox .SubPanel td.TitleActive
{
	width: 70%;
	background-color: #009900;
	font-weight: bold;
	
	padding: 2px 7px 2px 7px;
}

div#WasteBox .SubPanel td.LowerContent
{
	width: 30%;
	background-color: #009900;

	padding: 7px 7px 7px 7px;
}

div#WasteBox .SubPanel td.LowerContentActive
{
	width: 70%;
	background-color: #009900;

	padding: 7px 7px 7px 7px;
}

