@CHARSET "UTF-8";
/* 下拉列表间隔样式 */
.x-boundlist-item-o {
	border-width: 1px;
	border-style: solid;
	border-color: #e1e1e1;
	background: #e1e1e1;
}
.black-font {
	font-size: 1.33333333em !important;
	color: black;
}
tr.x-grid-record-red .x-grid-td {
	background:#fff0e0;
}
tr.x-grid-record-blue .x-grid-td {
	background:#e0f0ff;
}
tr.x-grid-record-green .x-grid-td {
	background:#f0ffe0;
}
tr.x-grid-record-yellow .x-grid-td {
	background:#fff080;
}
.box-error-16 {
	background-image:url(../images/icons/delete.png)
}
