/**
* 数据字典'说明'字段的基础样式
* 2013-12-24
*/
.je-dd-emtpytext {
    margin:5px;
    text-align: -webkit-left;
    padding:15px;
    background:#E8EDF3;
    border:1px solid #535F6D !important;
    color:black;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
/**字体加粗*/
.je-email-font-b .x-grid-cell{
	font-weight: bold !important;
}
/**无货品颜色*/
.row-hy-nohp .x-grid-cell{
     background-color:#F0F0F0 !important;
}































