/*SmartGridView*/
.common-table{ width:100%; color:#174b73;border:solid 1px #cdddf6;}
.common-table tr {}
.common-table th{padding-top:5px;padding-bottom: 5px; text-align:center; background-color:rgb(223, 234, 251);color:#1c568a;border:solid 1px #cdddf6;}
.common-table td{background-color:#fff;border:solid 1px #cdddf6;padding:5px;}
.templete td{ border: none;width:17px;text-align: left;}
.templete input{border: none;width: 16px;height: 16px; }

/*checkbox单元格样式*/
.dg_checkbox{ text-align: center;}


/*分页*/
.common-table tr.alter-item td {background-color:#fff; border:solid 1px #cdddf6; }
.common-table tr.pager-item{border: 1px solid #cdddf6;}
.common-table tr.pager-item td {text-align: right;padding:2px;background-color:#DFEAFB;border:none;}
.pager-item span{letter-spacing: 3px;margin: 0px 5px;}
.pager-item input{font-size: 7pt;width: 20px;margin: 0px 2px;text-align: center;}


/*无数据情况下*/
.empty-item table{width:100%;}
.empty-item td{text-align:center;padding:5px;color:orangered;font-weight:bold;}
.empty-item table tr.alter-item td{border:1px dashed #ccc;}


/*common*/
.red{ color: red;}


