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

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

/* PRE DESPATCHED */
td.status_H
{
	background: #ddddff;
	color: #ffcc00;
	font-family: verdana, arial;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}

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

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

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

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

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

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

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

/* RETURNED */
td.status_T
{
	background: #ddddff;
	color: #cccccc;
	font-family: verdana, arial;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}

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

/* FINANCE */
td.status_J
{
	background: #cccccc;
	color: #00cc00;
	font-family: verdana, arial;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
