/************************ notice *************************/
.x-view-item.notice {
    background-color: #ffe8c4;
    border-color: #ffe8c4 #f1dab6 #f1dab6;
}

.x-view-item-alt.notice {
    background-color: #fbe4c0;
}

.x-view-item-over.notice {
    border-color: #e4cea9;
    background-color: #f2dcb7;
    background-image: url(../images/row-over-s0.gif);
}

/************************* error *************************/
.x-view-item.error {
    border-color: #e1b7b7;
    background-color: #fbd1d1;
}

.x-view-item-alt.error {
    background-color: #f7cdcd;
}

.x-view-item-over.error {
    border-color: #E8E8C9;
    background-color: #efc5c5;
    background-image: url(../images/row-over-s1.gif);
}

/************************ care ************************/
.x-view-item.care {
	background-color: #f4d3f5;
	border-color: #f4d3f5 #f4d3f5 #f4d3f5;
}

.x-view-item-alt.care {
	background-color: #f4d3f5;
}

.x-view-item-over.care {
	border-color: #dec0df;
	background-color: #e0c2e1;
	/* 	background-image: url(../images/row-over-s2.gif); */
	background-image: none;
}

/************************** ok **************************/
.x-view-item.ok {
    background-color: #e0fbdd;
    border-color: #e0fbdd #d2edd0 #d2edd0;
}

.x-view-item-alt.ok {
    background-color: #dcf7da;
}

.x-view-item-over.ok {
    border-color: #c6e1c3;
    background-color: #d4efd1;
    background-image: url(../images/row-over-s3.gif);
}

/***********************************************************/
.x-view-item .st {
    color: #1d3b71;
    font-weight: bold;
}

/* copiado de gxt-all.css */
.x-view-item-sel {
    background: none repeat scroll 0 center #DFE8F6 !important;
    border: 1px dotted #A3BAE9 !important;
    cursor: pointer;
}
