td.status_alert
{
	border: 1px solid #ff0000;
	background: #ffffff;
	color: #ff0000;
	font-weight: bold;
}

td.status_N
{
	background: #00cc00;
	color: #ffffff;
	font-family: verdana, arial;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

td.status_D
{
	background: #ddddff;
	color: #00cc00;
	font-family: verdana, arial;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}

td.status_B
{
	background: #cc6633;
	color: #ffffff;
	font-family: verdana, arial;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}

td.status_C
{
	background: #ddddff;
	color: #cc0000;
	font-family: verdana, arial;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}

td.status_R
{
	background: #ddddff;
	color: #cc0000;
	font-family: verdana, arial;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}

td.status_U
{
	background: #ddddff;
	color: #cc0000;
	font-family: verdana, arial;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}

td.status_P
{
	background: #6699ff;
	color: #ffffff;
	font-family: verdana, arial;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}

td.status_A
{
	background: #ffcc00;
	color: #ffffff;
	font-family: verdana, arial;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}

td.status_E
{
	background: #cccccc;
	color: #cc0000;
	font-family: verdana, arial;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}