
/* Custom CSS*/
.error {
padding:10px;
margin-bottom:10px;
background:#FF4433;
color:#fff;
font-weight:bold;
}
.message {
padding:10px;
margin-bottom:10px;
background:#D5E1EF;
}
.innermidpanel{
width:733px;
}
.textbox_mini{
width:50px;
}
.textbox_small{
width:100px;
}
.textbox{
width:200px;
}
.textbox_large{
width:400px;
}
.selectbox{
width:204px;
}
.loggedin_home_content{
padding:10px;
}
.error_table{
background-color:#F5F5E1;
margin:0 0 2px;
}
.message_table{
background-color:#F5F5E1;
margin:0 0 2px;
}
td.message_icon {
padding:10px;
vertical-align:top;
width:20px;
}
td.message_td {
padding:10px 10px 5px 0;
}
.product_gridas_div {
    border: 1px solid #DDDDDD;
    overflow: auto;
    width: 99.5%;
}

/* .product_grid_div {
overflow:auto;width:1150px;border:#DDD 1px solid;
}

Old Colours 
.product_notready_excluded {
background-color:#FF9999;
}
.product_ready {
background-color:#66CC66;
}
.product_inprocess {
background-color:#C5D0EA;
}
.product_error {
background-color:#F4BD75;
}
.product_notready_or_excluded {
background-color:#FFF28E;
}
.product_processed {
background-color:#C283EF;
}
.product_partial_processed {
background-color:#E9D4FF;
}
.product_notready_excluded, .product_ready, .product_notready_or_excluded, .product_processed, .product_partial_processed, .product_inprocess, .product_error {
	color: #777;
}
*/

.product_notready_excluded {
background-color: #FFF;
}
.product_ready {
background-color: #F8B72C;
}
.product_inprocess {
background-color: #76BA43;
}
.product_error {
background-color: #A01A0E;
}
.product_notready_or_excluded {
background-color: #FFF;
}
.product_processed {
background-color: #A3A3A3;
}
.product_partial_processed {
background-color: #76BA43;
}
.product_notready_excluded, .product_ready, .product_notready_or_excluded, .product_processed, .product_partial_processed, .product_inprocess, .product_error {
	color: #000;
/*	border: 1px solid #414142;*/
}


.product_notready_excluded input, .product_ready input, .product_notready_or_excluded input,.product_processed input,.product_partial_processed input,.product_inprocess input, .product_error input {
	background: transparent;
	border: 1px solid #CCC;
}

.color_box4 {
  font-size: 20px;
}