.ui-jqgrid .ui-corner-all, .ui-jqgrid .ui-corner-bottom, .ui-jqgrid .ui-corner-right, .ui-jqgrid .ui-corner-br, .ui-jqgrid .ui-corner-top {
    border-bottom-right-radius: 0px /*{cornerRadius}*/;
    border-top-left-radius: 0px /*{cornerRadius}*/;
    border-top-right-radius: 0px /*{cornerRadius}*/;
    border-bottom-left-radius: 0px /*{cornerRadius}*/;
}


.ui-jqgrid .ui-jqgrid-bdiv {
    font-size: 15px;
    /*以下是精誠新增*/
    border-left: 0 none !important; 
    border-top : 0 none !important;
    border-right : 0 none !important;
    border-bottom : 0 none !important;
    
}

.ui-jqgrid .ui-state-default, .ui-jqgrid .ui-widget-content .ui-state-default, .ui-jqgrid .ui-widget-header .ui-state-default {
    background: #a29895;
    color: #ffffff;
}

.ui-jqgrid .ui-state-default, .ui-jqgrid .ui-widget-content .ui-state-default {
    font-size: 15px;
}

.ui-jqgrid .ui-widget-content {
    background: #f7fdfc;
}

    .ui-jqgrid .ui-widget-content.myAltRowClass {
        background: #ffffff;
    }

    .ui-jqgrid .ui-state-highlight, .ui-jqgrid .ui-widget-content .ui-state-highlight, .ui-jqgrid .ui-widget-header .ui-state-highlight {
        border: #999999;
    }
    .ui-jqgrid .ui-state-hover,
    .ui-jqgrid .ui-widget-content .ui-state-hover,
    .ui-jqgrid .ui-widget-header .ui-state-hover,
    .ui-jqgrid .ui-state-focus,
    .ui-jqgrid .ui-widget-content .ui-state-focus,
    .ui-jqgrid .ui-widget-header .ui-state-focus,
    .ui-jqgrid .myAltRowClass.ui-state-hover,
    .ui-jqgrid .ui-widget-content .myAltRowClass.ui-state-hover,
    .ui-jqgrid .ui-widget-header .myAltRowClass.ui-state-hover,
    .ui-jqgrid .myAltRowClass.ui-state-focus,
    .ui-jqgrid .ui-widget-content .myAltRowClass.ui-state-focus,
    .ui-jqgrid .ui-widget-header .myAltRowClass.ui-state-focus {
        /*以下是精誠調整*/
        /*{borderColorHover}*/
        /*border: 1px solid #d3d3d3 ;*/
         /*{fwDefault}*/
        /*font-weight: normal;*/
         /*{fcHover}*/
        /*color: #212121;*/
    }

.ui-jqgrid .ui-th-column.ui-state-hover {
    color: #ffffff;
}

.ui-jqgrid .ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr {   
    white-space: pre-wrap;
    cursor: pointer;
    word-wrap: break-word;
}

.ui-jqgrid .ui-jqgrid-btable .jqgrow td {
    height: 2.5em !important;
    /*以下是精誠新增*/
    border: 1px solid #ddd9d8;
    line-height:28px;
    font-family: Helvetica, sans-serif,"微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", sans-serif,Calibri;
    white-space: pre-wrap;
    cursor: pointer;
    word-wrap: break-word;
    /*text-overflow: ellipsis; 參數會在被截掉長度的字串後面加上...省略符號*/
    /*overflow: hidden; 文字超過寬度就會被隱藏起來*/
}

.ui-jqgrid .ui-jqgrid-htable th {
    height: 2em !important;
    /*以下是精誠新增*/
    line-height:28px;
    font-weight: normal;
    border-collapse: collapse;
    border: 1px solid #ddd9d8;
    overflow: hidden;
    font-family: Helvetica, sans-serif,"微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", sans-serif,Calibri;

}

.ui-jqgrid .ui-paging-info {
    font-size: 15px;
}

.ui-jqgrid .ui-jqgrid-toppager .ui-pager-control, .ui-jqgrid .ui-jqgrid-pager .ui-pager-control {
    height: 41px;
}

.ui-jqgrid .ui-pg-selbox, .ui-jqgrid .ui-jqgrid-toppager .ui-pg-selbox {
    height: 22px;
}

.ui-jqgrid .ui-widget-content .ui-icon {
    /*以下是精誠調整*/
    /*{iconsDefault}*/
    /*background-image: url("images/ui-icons_ffffff_256x240.png");*/
}



.ui-jqgrid .ui-pg-input,.ui-jqgrid .ui-jqgrid-toppager .ui-pg-input { 
    height:1.6em;
    width: auto;
    font-size:.9em; 
    margin:0;
    line-height: inherit;
    border: none; 
    padding: 3px 2px;
}

/*以下是精誠新增*/
.data_div{
  position: relative; 
  margin: 0px; 
  padding:0px; 

  overflow-y:auto;
  font-weight: normal;
}

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 0px;
    border-top: 0 none !important;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 0px;
    border-right : 0 none !important;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 0px;
    border-left : 0 none !important;
   
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 0px;
    border-bottom : 0 none !important;
}

.ui-jqgrid .ui-jqgrid-hdiv {
    position: relative; 
    margin: 0; 
    padding:0;
    overflow: hidden; 
    border-left: 0 none !important; 
    border-top : 0 none !important;
    border-right : 0 none !important;
    border-bottom : 0 none !important;
}

.ui-jqgrid .ui-jqgrid-btable {
    table-layout:fixed; 
    margin:0; 
    outline-style: none;
    border-collapse: collapse;        
}

.ui-jqgrid .ui-jqgrid-htable {
    table-layout:fixed;
    margin:0;
    border-collapse: separate;
    border-top: 1px solid #ddd9d8;
}

.ui-jqgrid-btable .ui-state-highlight { 
    background: #fb5175!important;
    color: #fff!important;
}

.ui-jqgrid tr.jqgrow { 
    outline-style: none;
    color:#55504e;
}

.ui-jqgrid .ui-icon,.ui-widget-content .ui-icon {
    /*以下是精誠調整*/
    background-image: url("images/ui-icons_222222_256x240.png");
}

.ui-jqgrid .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
    border:0 none;
}

.ui-jqgrid .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
        color: #fff;
        text-decoration: none;
 }