.downloadCss{height:25px;line-height:23px;font-family:"微软雅黑";font-size:14px;color:#666;background:url(../icons/fam/download.gif) no-repeat 3px center;text-align:left;text-indent:16px;border:none;}
.uploadCss{height:25px;line-height:23px;font-family:"微软雅黑";font-size:14px;color:#666;background:url(../icons/fam/upload.gif) no-repeat 3px center;text-align:left;text-indent:16px;border:none;}

/*
  在线编辑器添加plus的样式
*/
.x-edit-wordpaste {background: url(../icons/editor/edit-word-text.png) 0 0 no-repeat !important;}
.x-edit-table {background: url(../icons/editor/edit-table.png) 0 0 no-repeat !important;}
.x-edit-hr {background: url(../icons/editor/edit-rule.png) 0 0 no-repeat !important;}
.x-edit-indent {background: url(../icons/editor/edit-indent.png) 0 0 no-repeat !important;}
.x-edit-char {background: url(../icons/editor/edit-char.png) 0 0 no-repeat !important;}
.x-edit-outdent {background: url(../icons/editor/edit-outdent.png) 0 0 no-repeat !important;}
.x-edit-subscript {background: url(../icons/editor/edit-subscript.png) 0 0 no-repeat !important;}
.x-edit-superscript {background: url(../icons/editor/edit-superscript.png) 0 0 no-repeat !important;}
.x-edit-removeFormat {background: url(../icons/editor/edit-removeFormat.png) 0 0 no-repeat !important;}
.x-edit-image {background: url(../icons/editor/edit-image.png) 0 0 no-repeat !important;}
.x-edit-findandreplace {background: url(../icons/editor/edit-findandreplace.png) 0 0 no-repeat !important;}
.x-edit-undo {background: url(../icons/editor/edit-undo.png) 0 0 no-repeat !important;}
.x-edit-redo {background: url(../icons/editor/edit-redo.png) 0 0 no-repeat !important;}
.x-edit-formatblock-h1 {background: url(../icons/editor/edit-heading-h1.png) 0 0 no-repeat !important;}
.x-edit-formatblock-h2 {background: url(../icons/editor/edit-heading-h2.png) 0 0 no-repeat !important;}
.char-item {float: left;border: 1px solid #99BBE8;margin: 3px;text-align: center;vertical-align: middle;width: 20px;height: 20px;font-size: 14px;color: #15428B;cursor: pointer;}
.char-item.x-view-selected {background-color: #777;}
.char-over {border: 1px solid #15428B;background-color:#d0def0;}

/* 方法2的配套CSS */
.custom-grid-with-vertical-lines .x-grid-cell {
    border-right: 1px solid #EDEDED !important; /* 使用 !important 确保覆盖默认样式 */
}
/* 可选：移除最后一列的右边框，避免多余线条 */
.custom-grid-with-vertical-lines .x-grid-cell-last {
    border-right: none !important;
}
.custom-grid-with-vertical-lines .x-grid-row-selected {
    border-right: 1px solid #EDEDED !important; /* 使用 !important 确保覆盖默认样式 */
}
.custom-grid-with-vertical-lines .x-grid-row-selected-last {
    border-right: none !important;
}
.custom-grid-with-vertical-lines .x-grid-row-focused {
    border-right: 1px solid #EDEDED !important; /* 使用 !important 确保覆盖默认样式 */
}
.custom-grid-with-vertical-lines  .x-grid-row-focused {
    border-right: none !important;
}
.custom-grid-with-vertical-lines .x-column-header {
    border-right: 1px solid #EDEDED !important; /* 使用 !important 确保覆盖默认样式 */
}
.custom-grid-with-vertical-lines .x-column-header-last {
    border-right: none !important;
}
