.status_coded{
	float:left;
	font-size: 12px;
	font-weight: bold;
	font-family: sans-serif Arial;
	height: 100%;
	min-height: 80px;
	width:100%;
	text-align:center;
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 3px;
	padding-right: 3px;
}

.status_new{
	background-color: #33cc00;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #33cc00), color-stop(100%, #63a62f));
    background-image: -webkit-linear-gradient(top, #33cc00, #63a62f);
    background-image: -moz-linear-gradient(top, #33cc00, #63a62f);
    background-image: -ms-linear-gradient(top, #33cc00, #63a62f);
    background-image: -o-linear-gradient(top, #33cc00, #63a62f);
    background-image: linear-gradient(top, #33cc00, #63a62f);
    border-top: 1px solid #63a62f;
    border-right: 1px solid #63a62f;
    border-bottom: 1px solid #5b992b;
    border-left: 1px solid #63a62f;
    border-radius: 4px;
	margin-bottom: 30px;
	padding-left: 30px;
}

.status_placed{
	background-color: #cc6600;
	color: #FFF;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #33cc00), color-stop(100%, #e67300));
    background-image: -webkit-linear-gradient(top, #cc6600, #e67300);
    background-image: -moz-linear-gradient(top, #cc6600, #e67300);
    background-image: -ms-linear-gradient(top, #cc6600, #e67300);
    background-image: -o-linear-gradient(top, #cc6600, #e67300);
    background-image: linear-gradient(top, #cc6600, #e67300);
    border-top: 1px solid #e67300;
    border-right: 1px solid #e67300;
    border-bottom: 1px solid #e67300;
    border-left: 1px solid #e67300;
    border-radius: 4px;
	margin-bottom: 30px;
	padding-left: 30px;
} 

.status_manif{
	background-color: #cccc00;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cccc00), color-stop(100%, #e6e600));
    background-image: -webkit-linear-gradient(top, #cccc00, #e6e600);
    background-image: -moz-linear-gradient(top, #cccc00, #e6e600);
    background-image: -ms-linear-gradient(top, #cccc00, #e6e600);
    background-image: -o-linear-gradient(top, #cccc00, #e6e600);
    background-image: linear-gradient(top, #cccc00, #e6e600);
    border-top: 1px solid #e6e600;
    border-right: 1px solid #e6e600;
    border-bottom: 1px solid #e6e600;
    border-left: 1px solid #e6e600;
    border-radius: 4px;
	margin-bottom: 30px;
	padding-left: 30px;
}

.status_rconf{
	background-color: #cc0000;
	color: #FFF;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cc0000), color-stop(100%, #b30000));
    background-image: -webkit-linear-gradient(top, #cc0000, #b30000);
    background-image: -moz-linear-gradient(top, #cc0000, #b30000);
    background-image: -ms-linear-gradient(top, #cc0000, #b30000);
    background-image: -o-linear-gradient(top, #cc0000, #b30000);
    background-image: linear-gradient(top, #cc0000, #b30000);
    border-top: 1px solid #b30000;
    border-right: 1px solid #b30000;
    border-bottom: 1px solid #b30000;
    border-left: 1px solid #b30000;
    border-radius: 4px;
	margin-bottom: 30px;
	padding-left: 30px;
}

.status_delivery_conf{
	background-color: #6600cc;
	color: #FFF;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6600cc), color-stop(100%, #4d0099));
    background-image: -webkit-linear-gradient(top, #6600cc, #4d0099);
    background-image: -moz-linear-gradient(top, #6600cc, #4d0099);
    background-image: -ms-linear-gradient(top, #6600cc, #4d0099);
    background-image: -o-linear-gradient(top, #6600cc, #4d0099);
    background-image: linear-gradient(top, #6600cc, #4d0099);
    border-top: 1px solid #4d0099;
    border-right: 1px solid #4d0099;
    border-bottom: 1px solid #4d0099;
    border-left: 1px solid #4d0099;
    border-radius: 4px;
	margin-bottom: 30px;
	padding-left: 30px;
}

.status_finished{
	background-color: #00cccc;
	color: #FFF;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00cccc), color-stop(100%, #009999));
    background-image: -webkit-linear-gradient(top, #00cccc, #009999);
    background-image: -moz-linear-gradient(top, #00cccc, #009999);
    background-image: -ms-linear-gradient(top, #00cccc, #009999);
    background-image: -o-linear-gradient(top, #00cccc, #009999);
    background-image: linear-gradient(top, #00cccc, #009999);
    border-top: 1px solid #009999;
    border-right: 1px solid #009999;
    border-bottom: 1px solid #009999;
    border-left: 1px solid #009999;
    border-radius: 4px;
	margin-bottom: 30px;
	padding-left: 30px;
}

.status_delivered{
	background-color: #00cccc;
	color: #FFF;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00cccc), color-stop(100%, #009999));
    background-image: -webkit-linear-gradient(top, #00cccc, #009999);
    background-image: -moz-linear-gradient(top, #00cccc, #009999);
    background-image: -ms-linear-gradient(top, #00cccc, #009999);
    background-image: -o-linear-gradient(top, #00cccc, #009999);
    background-image: linear-gradient(top, #00cccc, #009999);
    border-top: 1px solid #009999;
    border-right: 1px solid #009999;
    border-bottom: 1px solid #009999;
    border-left: 1px solid #009999;
    border-radius: 4px;
	margin-bottom: 30px;
	padding-left: 30px;
}

.status_archived{
	background-color: #0000cc;
	color: #FFF;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0000cc), color-stop(100%, #000099));
    background-image: -webkit-linear-gradient(top, #0000cc, #000099);
    background-image: -moz-linear-gradient(top, #0000cc, #000099);
    background-image: -ms-linear-gradient(top, #0000cc, #000099);
    background-image: -o-linear-gradient(top, #0000cc, #000099);
    background-image: linear-gradient(top, #0000cc, #000099);
    border-top: 1px solid #009999;
    border-right: 1px solid #009999;
    border-bottom: 1px solid #009999;
    border-left: 1px solid #009999;
    border-radius: 4px;
	margin-bottom: 30px;
	padding-left: 30px;
}

.requests_payment{
	background-color: #4d0000;
	color: #FFF;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4d0000), color-stop(100%, #990000));
    background-image: -webkit-linear-gradient(top, #4d0000, #990000);
    background-image: -moz-linear-gradient(top, #4d0000, #990000);
    background-image: -ms-linear-gradient(top, #4d0000, #990000);
    background-image: -o-linear-gradient(top, #4d0000, #990000);
    background-image: linear-gradient(top, #4d0000, #990000);
    border-top: 1px solid #990000;
    border-right: 1px solid #990000;
    border-bottom: 1px solid #990000;
    border-left: 1px solid #990000;
    border-radius: 4px;
	margin-bottom: 30px;
	padding-left: 30px;
}

.field_condensed{
	float:left;
	font-size: 12px;
	font-weight: bold;
	font-family: sans-serif;
	height: 100%;
	width:100%;
	display: inline-block;
}