.rtLtPageCtrlNo1v1 { margin: 50px auto 70px; }

#PageCtrl .OtherPage   {  display: inline-block;
    width: 30px;
    transition: all 0.2s;
    height: 30px;
    margin-right:5px;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
border:1px solid #e1e1e1;text-decoration:none;}

#PageCtrl .ThisPage {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #e50012;
    color: #fff;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    margin-right: 5px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all 0.2s;
    border: 1px solid #e50012;
    text-decoration: none;
}
#PageCtrl a{background:#e1e1e1;color:black;border-color: #e1e1e1;transition: all 0.2s;}
#PageCtrl a:hover{background: #e50012; color:#fff; border-color: #e50012;transition: all 0.2s;}
#PageCtrl .PageBtn {  display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    margin-right: 5px;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
border:1px solid #e1e1e1;text-decoration:none;}

.rtLtPageCtrlNo1v1 .spPageCtrl, .rtLtPageCtrlNo1v1 .txt_PageNum, .rtLtPageCtrlNo1v1 .RecCount, .rtLtPageCtrlNo1v1 .txt_CountNumR, .rtLtPageCtrlNo1v1 .txt_CountNumL { display: none; }

