/*/*grid*/
.aui-grid-default-header
{	
	background:#9cd2c8;
	color:#fff;
}

.aui-grid-default-header:hover
{	
	background:#9cd2c8;
	color:#fff;
}

.aui-grid-header-panel .aui-grid-table tr td
{
	border-right: 1px solid #74aba0;
    border-bottom: 1px solid #6c968e
}

/* 커스컴 disable 스타일*/
.aui-grid-collection-list-color { 
	color : red;
}


.order_row_style{
	background: #FF007F;
	font-weight: bold;
	color: #FFF;
}

.collect_subtotal_row_style{
	background: #00b3ee;
	font-weight: bold;
	color: #FFF;
}

.collect_total_row_style {
	background: #003eff;
	font-weight: bold;
	color: #FFF;
}

.cell_text_red{
	font-weight: bold;
	color: red;
}
