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

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

/* PICKED */
td.status_H
{
	background: #ddddff !important;
	color: #ddaa00 !important;
	font-family: verdana, arial !important;
	font-size: 11px;
	font-weight: normal !important;
	text-align: center !important;
}

/* PACKED */
td.status_I
{
	background: #ddddff !important;
	color: #0030ff !important;
	font-family: verdana, arial !important;
	font-size: 11px;
	font-weight: normal !important;
	text-align: center !important;
}

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

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

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

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

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

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

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

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

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

/* AWAITING PAYMENT */
td.status_F
{
	background: #cccccc !important;
	color: #cc0000 !important;
	font-family: verdana, arial !important;
	font-size: 11px;
	font-weight: bold !important;
	text-align: center !important;
}

/* HOLD/RESERVE ORDER */
td.status_K
{
	background: #cccccc !important;
	color: #999999 !important;
	font-family: verdana, arial !important;
	font-size: 11px;
	font-weight: bold !important;
	text-align: center !important;
}

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

/* GOOGLE CHECKOUT */
td.status_G
{
	background: #cccccc !important;
	color: #3366cc !important;
	font-family: verdana, arial !important;
	font-size: 12px;
	font-weight: bold !important;
	text-align: center !important;
}

/* PAYPAL */
td.status_L
{
	background: #cccccc !important;
	color: #3366cc !important;
	font-family: verdana, arial !important;
	font-size: 12px;
	font-weight: bold !important;
	text-align: center !important;
}

/* VOIDED */
td.status_V
{
	background: #ddf !important;
	color: #cc0000 !important;
	font-family: verdana, arial !important;
	font-size: 12px;
	font-weight: normal !important;
	text-align: center !important;
}

/* REPAIRED */
td.status_O
{
	background: #cccccc !important;
	color: #008000 !important;
	font-family: verdana, arial !important;
	font-size: 11px;
	font-weight: bold !important;
	text-align: center !important;
}

/* PRINTED */
td.status_X
{
	background: #cccccc !important;
	color: #0030ff !important;
	font-family: verdana, arial !important;
	font-size: 11px;
	font-weight: bold !important;
	text-align: center !important;
}

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