.btnPaging{
min-width: 19px; cursor: pointer;padding: 1px;border: #999 solid 1px;background: #CCC;margin: 1px;color:#000000; font-size:12px; text-decoration:none;
}
.pRed{
color:#FF0000;
}
.divPaging{
margin-top: 5px;
}
.spanSelectSize{
text-align:left; float:left;height: 20px;line-height: 20px;padding-left: 30px;padding-right: 200px;
}
.pPaging{
height: 20px;line-height: 20px;margin: 0;
}
.dataLoading{
    background: url(../../../Images/loading.gif) no-repeat center;
/*
    height: 200px;
    width: 200px;
*/
    
    position:absolute;  
    width:100%;  
    height:100%; 
}
.tab {
    border-left: 1px solid #BBB;
    width: 100%;
    border-top: 1px solid #BBB;
    empty-cells: show;
    border-collapse: collapse;
}
.tab th, .tab td {
    padding-left:0px;
    text-align: center;
    line-height: 22px;
    border-bottom: 1px solid #BBB;
    border-right: 1px solid #BBB;
}
.tab th{
    background-color: #DDDDDD;
}

.tab tr{
    height:24px; text-align:center;
}
.tab>tbody>tr:nth-child(odd) {
    background-color: #eee;
}
.tab>tbody>tr:nth-child(even) {
    background-color: #fff;
}
.tab a{
color: #7755FB;
}
.spanSelectSize select{
height: 20px;
}