/************************bizfoundation jqgird皮肤 css v5.1 **********************/
.ui-jqgrid {
    font-size: 12px;
    position: relative;
}
.ui-jqgrid .ui-jqgrid-view {
    left: 0;
    padding: 0;
    position: relative;
    top: 0;
}
/* caption*/
.ui-jqgrid .ui-jqgrid-titlebar {
    border-left: 0 none;
    border-right: 0 none;
    border-top: 0 none;
    padding: 0.3em 0.2em 0.2em 0.3em;
    position: relative;
    background-image:none;
    background-color:white;
    display:none;
}
.ui-jqgrid .ui-jqgrid-title {
    float: left;
    margin: 0.1em 0 0.2em;
}
.ui-jqgrid .ui-jqgrid-titlebar-close {
    height: 18px;
    margin: -10px 0 0;
    padding: 1px;
    position: absolute;
    top: 50%;
    width: 19px;
}
.ui-jqgrid .ui-state-hover.ui-jqgrid-titlebar-close {
    border:none;
    background-color:white;
}

.ui-jqgrid .ui-jqgrid-titlebar-close span {
    display: block;
    margin: 1px;
}
.ui-jqgrid .ui-jqgrid-titlebar-close:hover {
    padding: 0;
}
/* header*/
.ui-jqgrid .ui-jqgrid-hdiv {
    border-left: 0 none !important;
    border-right: 0 none !important;
    /*border-top: 0 none !important;*/
    margin: 0;
    overflow-x: hidden;
    padding: 0;
    position: relative;
}
.ui-jqgrid .ui-jqgrid-hbox {
    float: left;
    padding-right: 20px;
}
.ui-jqgrid .ui-jqgrid-htable {
    margin: 0;
    table-layout: fixed;
	height:26px;
}
.ui-jqgrid .ui-jqgrid-htable th {
    height: 26px;
    padding: 0 2px;
}
.ui-jqgrid .ui-jqgrid-htable th div {
    height: 17px;
    overflow: hidden;
    position: relative;
}
.ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
    border-bottom: 0 none;
    border-top: 0 none;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
}
.ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr {
    border-left: 0 none;
}
.ui-th-rtl, .ui-jqgrid .ui-jqgrid-htable th.ui-th-rtl {
    border-right: 0 none;
}
.ui-first-th-ltr {
    border-right: 1px solid;
}
.ui-first-th-rtl {
    border-left: 1px solid;
}

.ui-jqgrid .ui-th-div-ie {
    height: 17px;
    white-space: nowrap;
}
.ui-jqgrid .ui-jqgrid-resize {
    cursor: e-resize;
    display: inline;
    height: 20px !important;
    overflow: hidden;
    position: relative;
}
.ui-jqgrid .ui-grid-ico-sort {
    cursor: pointer !important;
    display: inline;
    overflow: hidden;
    position: absolute;
}
.ui-jqgrid .ui-icon-asc {
    height: 12px;
    margin-top: -3px;
}
.ui-jqgrid .ui-icon-desc {
    height: 12px;
    margin-top: 3px;
}
.ui-jqgrid .ui-i-asc {
    height: 16px;
    margin-top: 0;
}
.ui-jqgrid .ui-i-desc {
    height: 16px;
    margin-left: 13px;
    margin-top: 0;
}
.ui-jqgrid .ui-jqgrid-sortable {
    cursor: pointer;
}

.ui-jqgrid tr.ui-search-toolbar th {
    border-top-color: inherit !important;
    border-top-style: ridge !important;
    border-top-width: 0px !important;
}
tr.ui-search-toolbar input {
    margin: 1px 0 0;
}
tr.ui-search-toolbar select {
    margin: 1px 0 0;
}

/* body */ 
.ui-jqgrid .ui-jqgrid-bdiv {
    margin: 0;
    overflow: auto;
    padding: 0;
    position: relative;
    text-align: left;
}
.ui-jqgrid .ui-jqgrid-btable {
    margin: 0;
    outline-style: none;
    table-layout: fixed;
    /*ie6 下滚动条会遮住一条数据的高度，有问题，如不出现滚动条时会出现空白*/
    /*_margin: 0 0 16px 0;*/
}
.ui-jqgrid tr.jqgrow {
    outline-style: none;
}
.ui-jqgrid tr.jqgroup {
    outline-style: none;
}
.ui-jqgrid tr.jqgrow td {
    border-bottom-color: inherit;
    *border-bottom-style: solid;
    *border-bottom-width: 1px;
    font-weight: normal;
    height: 22px;
    overflow: hidden;
    padding: 0 2px;
    /*white-space: pre;*/
}
.ui-jqgrid tr.jqgfirstrow td {
    border-right-style: solid;
    border-right-width: 1px;
    padding: 0 2px;
}
.ui-jqgrid tr.jqgroup td {
    border-bottom-color: #cccccc;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-weight: normal;
    height: 22px;
    overflow: hidden;
    padding: 0 2px;
    white-space: pre;
}
.ui-jqgrid tr.jqfoot td {
    border-bottom-color: #cccccc;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-weight: bold;
    height: 22px;
    overflow: hidden;
    padding: 0 2px;
    white-space: pre;
}
.ui-jqgrid tr.ui-row-ltr td {
    border-right-color: inherit;
    border-right-style: solid;
    border-right-width: 1px;
    text-align: left;
}
.ui-jqgrid tr.ui-row-rtl td {
    border-left-color: inherit;
    border-left-style: solid;
    border-left-width: 1px;
    text-align: right;
}
.ui-jqgrid td.jqgrid-rownum {
    border: 0 none;
    margin: 0;
    padding: 0 2px;
}
.ui-jqgrid .ui-jqgrid-resize-mark {
    background-color: #777777;
    border: 0 none;
    cursor: col-resize;
    display: none;
    height: 100px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 2px;
    z-index: 99999;
}
/* footer */
.ui-jqgrid .ui-jqgrid-sdiv {
    border-left: 0 none !important;
    border-right: 0 none !important;
    border-top: 0 none !important;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.ui-jqgrid .ui-jqgrid-ftable {
    margin-bottom: 0;
    table-layout: fixed;
}
.ui-jqgrid tr.footrow td {
    border-top-color: #cccccc;
    border-top-style: solid;
    border-top-width: 1px;
    font-weight: bold;
    height: 21px;
    overflow: hidden;
    padding: 0 2px;
    white-space: nowrap;
}
.ui-jqgrid tr.footrow-ltr td {
    border-right-color: inherit;
    border-right-style: solid;
    border-right-width: 1px;
    text-align: left;
}
.ui-jqgrid tr.footrow-rtl td {
    border-left-color: inherit;
    border-left-style: solid;
    border-left-width: 1px;
    text-align: right;
}
/* pager*/
.ui-jqgrid .ui-jqgrid-pager {
    border-style:solid  ;
    border-color:#cccccc;
    border-width:0px 1px 1px 1px;
	*border:0;
    height: 28px;
    margin: 0 !important;
    overflow: hidden;
    padding: 0 !important;
    position: relative;
    *position:static;
    _position: relative;
    white-space: nowrap;
}
.ui-jqgrid .ui-pager-control {
    position: relative;
}
.ui-jqgrid .ui-pg-table {
    margin: 0;
    padding-bottom: 2px;
    position: relative;
    /*
    boot ie 7下测试有问题
    *position:static;
    */
    width: auto;
	/*new add by futh*/
	border:none;
	background-color:white;

}
.ui-jqgrid .ui-pg-table td {
    font-weight: normal;
    padding: 1px 1px  5px 6px;
    vertical-align: middle;
	/*add by futh 翻页栏中的字体颜色*/
	color:black;
}
.ui-jqgrid .ui-pg-button {
    height: 19px !important;
}
.ui-jqgrid .ui-pg-button span {
    display: block;
    float: left;
    margin: 1px;
}
.ui-jqgrid .ui-pg-button-text  { 
margin-top:2px !important;
}
/*ie7*/
.ui-jqgrid .ui-pg-button:hover { 

	*background:none;
	*border:none; 
}
/*del by futh
.ui-jqgrid .ui-pg-button:hover { padding: 0px; }
.ui-jqgrid .ui-state-disabled:hover {padding:1px;}*/
.ui-jqgrid .ui-pg-input {
    font-size: 0.8em;
    height: 20px;
    padding:0;
}
.ui-jqgrid .ui-pg-selbox {
    display: block;
    font-size: 0.8em;
    height: 18px;
    line-height: 18px;
    margin: 0;
}
.ui-jqgrid .ui-separator {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    float: right;
    height: 18px;
    margin: 1px;
}
.ui-jqgrid .ui-paging-info {
    font-weight: normal;
    height: 19px;
    margin-right: 4px;
    margin-top: 3px;
}
.ui-jqgrid .ui-jqgrid-pager .ui-pg-div {
    float: left;
    padding: 1px 0;
    position: relative;
}
.ui-jqgrid .ui-jqgrid-pager .ui-pg-button {
    cursor: pointer;
}
.ui-jqgrid .ui-jqgrid-pager .ui-pg-div span.ui-icon {
    float: left;
    margin-top: -3px;
	margin-right:  2px;
	margin-bottom: 0px;
	margin-left: 2px;
}
.ui-jqgrid td input, .ui-jqgrid td select .ui-jqgrid td textarea {
    margin: 0;
}
.ui-jqgrid td textarea {
    height: auto;
    width: auto;
}

/*.ui-jqgrid td .ui-state-hover {border:none;}/*消除工具栏按钮悬停边框*/
.ui-jqgrid .ui-jqgrid-toppager {
    border-left: 0 none !important;
    border-right: 0 none !important;
    border-top: 0 none !important;
    height: 28px !important;
     _height: 32px !important;
    margin: 0 !important;
    overflow: hidden;
    padding: 5px 0 5px 0 !important;
    background-color:white;
    position: relative;
    white-space: nowrap;
}
.ui-jqgrid .ui-jqgrid-toppager .ui-pg-div {
    float: left;
    /*bootmodit*/
    /*padding: 1px 0;*/
    position: relative;
}
.ui-jqgrid .ui-jqgrid-toppager .ui-pg-button { 
    cursor:pointer;  
    padding-right:1px;
}
.ui-jqgrid .ui-jqgrid-toppager .ui-pg-div span.ui-icon {
    float: left;
    margin: -3px 2px;
    *margin: 0px 2px;
    _margin:-2px 0 0 0;
  
}
@-moz-document url-prefix(){
  .ui-jqgrid .ui-jqgrid-toppager .ui-pg-div span.ui-icon{
	  margin: -4px 2px;
   }
}
/*subgrid*/
.ui-jqgrid .ui-jqgrid-btable .ui-sgcollapsed span {
    display: block;
}
.ui-jqgrid .ui-subgrid {
    margin: 0;
    padding: 0;
    width: 100%;

}
.ui-jqgrid .ui-subgrid tr.ui-subtblcell td {
    border-bottom-color: inherit;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-color: inherit;
    border-right-style: solid;
    border-right-width: 1px;
    height: 18px;
}
.ui-jqgrid .ui-subgrid td.subgrid-data {
    /* border-top: 0 none !important; */
}
.ui-jqgrid .ui-subgrid td.subgrid-cell {
    border-width: 0 0 1px;
}
.ui-jqgrid .ui-th-subgrid {
    height: 20px;
}
/* loading */
.ui-jqgrid .loading {
    border-width: 2px !important;
    display: none;
    font-weight: bold;
    left: 45%;
    margin: 5px;
    padding: 6px;
    position: absolute;
    text-align: center;
    top: 45%;
    width: auto;
    z-index: 101;
}
.ui-jqgrid .jqgrid-overlay {
    display: none;
    z-index: 100;
}
* html .jqgrid-overlay {
}
* .jqgrid-overlay iframe {
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1;
}
/*
* html .jqgrid-overlay {width: expression(this.parentnode.offsetwidth 'px');height: expression(this.parentnode.offsetheight 'px');}
* .jqgrid-overlay iframe {position:absolute;top:0;left:0;z-index:-1;width: expression(this.parentnode.offsetwidth 'px');height: expression(this.parentnode.offsetheight 'px');}
*/
/* end loading div */
/* toolbar */
.ui-jqgrid .ui-userdata {
    border-left: 0 none;
    border-right: 0 none;
    height: 21px;
    overflow: hidden;
}
/*modal window */
.ui-jqdialog {
    display: none;
    overflow: visible;
    position: absolute;
    width: 300px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
}
.ui-jqdialog .ui-jqdialog-titlebar {
 
    position: relative;
     padding: 9px 15px;
     border:none;
  border-bottom: 1px solid #eee;
    background-image:none;
  background-color:white;
  color:#333333;
}
.ui-jqdialog .ui-jqdialog-title {
    margin: 0.1em 0 0.1em;
    font-size:15px;
}
.ui-jqdialog .ui-jqdialog-titlebar-close {
    height: 18px;
    margin: -10px 0 0;
    padding: 1px;
    position: absolute;
    top: 50%;
    width: 19px;
}
.ui-jqdialog .ui-jqdialog-titlebar-close span {
    display: block;
    margin: 1px;
}
.ui-jqdialog .ui-jqdialog-titlebar-close:hover, .ui-jqdialog .ui-jqdialog-titlebar-close:focus {
    padding: 0;
    background:none;
    border:none;
}
.ui-jqdialog-content, .ui-jqdialog .ui-jqdialog-content {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    height: auto;
    padding: 0.1em 0em 0 0em;
}
.ui-jqdialog .ui-jqconfirm {
    border-width: 3px;
    bottom: 10px;
    display: none;
    height: 80px;
    overflow: visible;
    padding: 0.4em 1em;
    position: absolute;
    right: 10px;
    text-align: center;
    width: 220px;
}
/* end modal window*/
/* form edit */
.ui-jqdialog-content .formgrid {
    margin: 0;
    background: none repeat scroll 0 0 white;
   /* padding: 5px 0px;
    margin-top: 15px;*/
}
.ui-jqdialog-content .edittable {
    margin-bottom: 0;
    width: 100%;
    height:100%;
    _height:auto;
    border:none;
    padding: 15px;
    *padding: 0px;

}
.ui-jqdialog-content .deltable {
    margin-bottom: 0;
    width: 100%;
}
/*
.edittable td input, .edittable td select, .edittable td textarea {
    margin: 0;
    width:auto;
}
.edittable td textarea {
    height: auto;
    width: auto;
}
*/
.ui-jqdialog-content td.editbutton {
    border-left: 0 none;
    border-right: 0 none;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: right;
    
    padding: 8px 15px 8px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
     -moz-box-shadow: inset 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 0 #ffffff;
}
.ui-jqdialog-content td.navbutton {
    border-left: 0 none;
    border-right: 0 none;
    /* padding-bottom: 5px;
    padding-top: 5px;*/
    text-align: center;
    background-color:#f5f5f5;
     border-top: 1px solid #ddd;
      -webkit-box-shadow: inset 0 1px 0 #ffffff;
     -moz-box-shadow: inset 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 0 #ffffff;
}
 /*
.ui-jqdialog-content input.formelement {
    padding: 0.3em;
}
*/
.ui-jqdialog-content .data-line {
    border: 0 none;
    padding-top: 0.1em;
}

.ui-jqdialog-content .captiontd {
    /*border: 0 none;
    padding: 2px;  */
    text-align: right;
    vertical-align: middle;
    white-space: nowrap;
	
	font-weight: normal;
    height: 30px;
    padding-right: 10px;

}
.subgrid-data .captiontd {
    width:50px;
}
.ui-jqdialog-content .datatd {
    border: 0 none;
    padding: 2px;
    vertical-align: middle;
}
.ui-jqdialog-content .form-view-data {
        /*white-space: pre;*/
    border-left: 1px solid #dce2e4;
    border-bottom: 1px solid #dce2e4;
	width:24%;
	word-wrap:break-word;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.fm-button {
	/*
    cursor: pointer;
    display: inline-block;
    margin: 0 4px 0 0;
    padding: 0 0.5em 0.3em 0.5em;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    height:15px;
    background-image: url(/uploads/image/csslimages/button_bg.jpg); 
    */
}
/*查找弹出框的删除过滤条件按钮*/
.delete-rule{
	margin-left:15px;
}
.add-rule{
	margin-left:5px;
}

.fm-button-icon-left {
    padding-left: 1.9em;
}
.fm-button-icon-right {
    padding-right: 1.9em;
}
.fm-button-icon-left .ui-icon {
    left: 0.2em;
    margin-left: 0;
    margin-top: -8px;
    position: absolute;
    right: auto;
    top: 50%;
    display:none;
}
.fm-button-icon-right .ui-icon {
    left: auto;
    margin-left: 0;
    margin-top: -8px;
    position: absolute;
    right: 0.2em;
    top: 50%;
    display:none;
}
#ndata, #pdata {
    float: left;
    margin: 3px;
    padding: 0;
    width: 15px;
}
/* end eorm edit */
/*.ui-jqgrid .edit-cell {}*/
.ui-jqgrid .selected-row, div.ui-jqgrid .selected-row td {
    border-left: 0 none;
    font-style: normal;
}
/* tree grid */
.ui-jqgrid .tree-wrap {
    float: left;
    height: 18px;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}
.ui-jqgrid .tree-minus {
    height: 18px;
    overflow: hidden;
    position: absolute;
    width: 18px;
}
.ui-jqgrid .tree-plus {
    height: 18px;
    overflow: hidden;
    position: absolute;
    width: 18px;
}
.ui-jqgrid .tree-leaf {
    height: 18px;
    overflow: hidden;
    position: absolute;
    width: 18px;
}
.ui-jqgrid .treeclick {
    cursor: pointer;
}
/* moda dialog */
.jqmoverlay { background-color: #000; }
* iframe.jqm {
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1;
}
/** iframe.jqm {position:absolute;top:0;left:0;z-index:-1;width: expression(this.parentnode.offsetwidth 'px');height: expression(this.parentnode.offsetheight 'px');}*/
.ui-jqgrid-dnd tr td {
    border-right-color: inherit;
    border-right-style: solid;
    border-right-width: 1px;
    height: 20px;
}
/* rtl support */
.ui-jqgrid .ui-jqgrid-title-rtl {
    float: right;
    margin: 0.1em 0 0.2em;
}
.ui-jqgrid .ui-jqgrid-hbox-rtl {
    float: right;
    padding-left: 20px;
}
.ui-jqgrid .ui-jqgrid-resize-ltr {
    float: right;
    margin: -2px -2px -2px 0;
}
.ui-jqgrid .ui-jqgrid-resize-rtl {
    float: left;
    margin: -2px 0 -1px -3px;
}
.ui-jqgrid .ui-sort-rtl {
    left: 0;
}
.ui-jqgrid .tree-wrap-ltr {
    float: left;
}
.ui-jqgrid .tree-wrap-rtl {
    float: right;
}
.ui-jqgrid .ui-ellipsis {
    -moz-binding: ;
    text-overflow: ellipsis;
}
.ui-jqdialog-content .edittable .formdata{
    height:15px;
}
.subgrid-data{
    background: none repeat scroll 0 0 #f7f7f8;
    padding:10px 5px;
}

/* multiselect
----------------------------------*/

.ui-multiselect { border: solid 1px; font-size: 0.8em; }
.ui-multiselect ul { -moz-user-select: none; }
.ui-multiselect li { margin: 0; padding: 0; cursor: default; line-height: 20px; height: 20px; font-size: 11px; list-style: none; }
.ui-multiselect li a { color: #999; text-decoration: none; padding: 0; display: block; float: left; cursor: pointer;}
.ui-multiselect li.ui-draggable-dragging { padding-left: 10px; }

.ui-multiselect div.selected { position: relative; padding: 0; margin: 0; border: 0; float:left; }
.ui-multiselect ul.selected { position: relative; padding: 0; overflow: auto; overflow-x: hidden; background: #fff; margin: 0; list-style: none; border: 0; position: relative; width: 100%; }
.ui-multiselect ul.selected li { }

.ui-multiselect div.available { position: relative; padding: 0; margin: 0; border: 0; float:left; border-left: 1px solid; }
.ui-multiselect ul.available { position: relative; padding: 0; overflow: auto; overflow-x: hidden; background: #fff; margin: 0; list-style: none; border: 0; width: 100%; }
.ui-multiselect ul.available li { padding-left: 10px; }
 
.ui-multiselect .ui-state-default { border: none; margin-bottom: 1px; position: relative; padding-left: 20px;}
.ui-multiselect .ui-state-hover { border: none; }
.ui-multiselect .ui-widget-header {border: none; font-size: 11px; margin-bottom: 1px;}
 
.ui-multiselect .add-all { float: right; padding: 7px;}
.ui-multiselect .remove-all { float: right; padding: 7px;}
.ui-multiselect .search { float: left; padding: 4px;}
.ui-multiselect .count { float: left; padding: 7px;}

.ui-multiselect li span.ui-icon-arrowthick-2-n-s { position: absolute; left: 2px; }
.ui-multiselect li a.action { position: absolute; right: 2px; top: 2px; }
.ui-multiselect input.search { height: 14px; padding: 1px; opacity: 0.5; margin: 4px; width: 100px; }

/*偶数行样式*/
 .even {
	background: none repeat scroll 0 0 #f7f7f8;
}

.showlink{
    margin:1px 5px;
}
.pic{
    margin:5px;
}

.dirty-cell {
    background-image: ;
    background-color: beige;
    background-position: left -1px;
    background-repeat: no-repeat;
}
.ui-jqgrid tr.jqgrow td.edit-cell {
    background-color:beige;
}
.ui-jqgrid,.ui-jqgrid .ui-widget-content{
    border: none;
    padding:0px 10px;
}
.ui-jqgrid .ui-widget-content{
    border-right:solid 1px #cccccc;
}
.ui-jqgrid .ui-jqgrid-view{
    border-style:solid;
    border-color:#cccccc;
    border-width:1px;
    border-collapse:collapse;
}
/*调整分页栏内边距*/
.ui-jqgrid .ui-jqgrid-pager .ui-pg-table td {
    padding: 2px;
}
/*无导航栏时分页栏无边框*/
.ui-jqgrid .ui-jqgrid-pager-nonav  {
    border: none ;
    background-color:white;
}

/*5.24 add by jiangdh*/

.ui-jqgrid,.ui-jqgrid tr.ui-widget-content{
    border: none;
	padding-top:10px;
    padding-bottom:0px;
	padding-left:4px;
	padding-right:4px;
	/**padding-left:5px;
	*padding-right:5px;
	*margin-right:5px;
	*margin-left:5px;*/
	/*padding-left:0;
	padding-right:2px;*/
}
/*从表的单独样式*/
.ui-tabs-panel .ui-jqgrid,.ui-jqgrid tr.ui-widget-content{

	padding:0 3px 0 0;

}
.ui-jqgrid tr.ui-widget-content{
	border-bottom: 1px solid #cccccc;
    border-right:solid 1px #cccccc;
}

.form-view-label{
    border-left: 1px solid #dce2e4;
    border-bottom: 1px solid #dce2e4;
	padding-right: 15px;
	text-align: right;
	font-weight: blod;
	background-color:#f9f9f9;
	*background-color:#f9f9f9 !important; /*仅ie7*/
    *background-color:#efefef; /*仅ie6及ie6以下*/
	width:12%;
}

.ui-jqgrid .ui-subgrid td.subgrid-data  {
    border: 1px solid #cccccc;
}
.ui-jqgrid .tablediv .ui-widget-content {
    border: 0px solid #cccccc;
}

.jqg-second-row-header .ui-th-column-header{
    text-align:center;/*多表头时居中对齐*/
}
/*grid中的单元格编辑时的组件样式*/
.ui-jqgrid .ui-jqgrid-view .ui-jqgrid-bdiv .ui-jqgrid-btable tbody tr .edit-cell select{
	width:auto;
	height:22px;
	padding:0;
	margin:0;
}
.ui-jqgrid .ui-jqgrid-view .ui-jqgrid-bdiv .ui-jqgrid-btable tbody tr .edit-cell input{
	width:auto;
	height:22px;
	padding:0;
	margin:0;
}

.ui-jqgrid .ui-jqgrid-view .ui-jqgrid-bdiv .ui-jqgrid-btable tbody tr .edit-cell .droplist{
    width:auto;
	height:22px;
	padding:0;
	margin:0;
	padding-right:15px;

}
/*换行，!important决定优先级*/
.ui-jqgrid tr.jqgrow td.td_word_wrap{
  white-space:pre-line;
  word-wrap:break-word;
}