﻿
.datagrid-cell{
        font-size:12px;
        font-family: "宋体";
       }
.datagrid-header,
.datagrid-header-row {
    background: #007CA4; /*#0280F0;*/
    overflow: hidden;
    cursor: default;
    border-width: 0 0 1px 0;
    border-style: solid;
    /*border: 1px solid #bcd4da;*/
}
        .datagrid-header span
        {
            font: 20px  "宋体" ;
	        /*font-family: "宋体";
	        font-size: 20px;*/
            font-weight: bold ;
        }
        .datagrid-header-row,
        .datagrid-row {
          height: 30px;
        }
        .datagrid-header td.datagrid-header-over
        {
            background:  #0283C8;/*#0280F0;*/
            color:#fff;
            cursor: default;
        }
        .datagrid-sort-desc .datagrid-sort-icon {
          padding: 0 10px 0 0;
          
        }
        .datagrid-sort-asc .datagrid-sort-icon {
          padding: 0 10px 0 0;
          
        }
        .datagrid-header td
        {
	        color: #fff;
	        font: 20px "宋体";
	        font-family: "宋体";
	        font-size: 20px;
	        
	
        }
.datagrid-row-selected
 {
	/*background: #4cff00;
	color: #4cff00;*/
}
		