.sw-header-text-normal { 
    color: #04408c;
    font-size: 11px;
    font-weight: normal;
    font-family: tahoma, arial, verdana, sans-serif;
    line-height: 17px; 
}

.sw-form-disabled-ex {
	color : #000;
	background-color: #00f;
}

.sw-input-column-background-enabled {
	background-color: #f1ffe6;
}

.sw-input-column-background-disabled {
	background-color: #dce5e8;
}

.rbk-grid-cell-bk-odd {
	background-color: #fafafa;
}

/*#dce5e8;*/
.rbk-grid-cell-bk-disabled-even {
	background-color: #dee7ea;  
}
.rbk-grid-cell-bk-disabled-odd {
	background-color: #dbe4e7;
}

/*fff4ce*/
.rbk-grid-cell-bk-unused-even {
	background-color: #fff6d1;  
}
.rbk-grid-cell-bk-unused-odd {
	background-color: #fef3cd;
}

.rbk-grid-cell-bk-invalid-even {
	background-color: #f07373;  
}
.rbk-grid-cell-bk-invalid-odd {
	background-color: #ec7070;
}

.rbk-grid-cell-bk-novalue-even {
	background-color: #739b2e;  
}
.rbk-grid-cell-bk-novalue-odd {
	background-color: #70982b;
}

/*f1ffe6*/
.rbk-grid-cell-bk-editable-even {
	background-color: #f3ffe8;  
}
.rbk-grid-cell-bk-editable-odd {
	background-color: #f0fde5;
}

.rbk-column-header-green {
	background-color: #739b2e;
	color: #fff;
}


