﻿a {
  text-decoration: none;
}

.page403 {
  display: table;
  margin: 30px auto;
}

.page403 a {
  width: 50px;
  height: 50px;
  line-height: 50px;

  text-align: center;
  font-family: arial;
  font-size: 16px;
  margin: 0 10px;

  cursor: default;
  display: inline-block;
  color: #999;
  background-color: #f5f5f5;
  height: 50px;
  border-radius: 50%;
  vertical-align: middle;
}

.page403 a:not(.disabled):not(.current):hover {
  /* border: 1px solid #19aeae; */
  background-color: #19aeae;
  color: #fff;
  cursor: pointer;
}

.nextPage {
  background-image: url("/images/img59.png");
}
.prevPage {
  background-image: url("/images/img58.png");
}
.nextPage:hover {
  background-image: url("/images/img59a.png");
}
.prevPage:hover {
  background-image: url("/images/img58a.png");
}
#pagenumber{
    width:40px;height:30px;margin-right:10px;margin-left:10px;font-size:16px;text-align:center
}
.page403 a.current {
  display: inline-block;
  font-size: 16px;
  height: 50px;
  width: 50px;
  line-height: 50px;

  /* margin: 0 10px; */
  color: #fff;
  background-color: #19aeae;
  /* border: 1px solid #19aeae; */
  border-radius: 50%;
  vertical-align: middle;
}

.page403 a.disabled {
  /* display: inline-block;
    font-size: 16px;
    height:50px;
    width: 50px;
    line-height: 50px;
 
    margin:0 10px;
    color: #999;
    background-color: #f5f5f5;
  
    border-radius:50%;
    vertical-align: middle;
    cursor: no-drop; */
}