
/* 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;
position: absolute;
width: 300px;
min-height: 50px;
border-radius: 5px;
right: 50px;
}
td.message_icon {
padding:10px;
vertical-align:top;
width:20px;
}
td.message_td {
padding:10px 10px 5px 0;
}
.product_grid_div {
overflow:auto;width:1150px;border:#DDD 1px solid;
}
.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 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;
}