@charset "utf-8";
/* CSS Document */

.pagelink1 {
	margin-top: 10px;
        text-align: right;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #333;
	clear: left;
        width: 100%;
	margin-bottom: 10px;
}.pagelink1 a {
	color: #333;
	font-weight: 400;
	text-decoration: none;
	text-shadow: 0px 1px #fff;
}
.pagelink1 img {
	margin-top: -9px;
	/* [disabled]float: right; */
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #333;
}
.page {
	background-image: url(../../images/system_icon/btn_bg2.png);
	text-align: center;
	display: inline-block;
	height: 20px;
	width: 22px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	text-shadow: 0px 1px #fff;
}
.page:hover {
	background-image: url(../../images/system_icon/btn_bg2.png);
	text-align: center;
	display: inline-block;
	height: 20px;
	width: 22px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: left bottom;
	cursor: pointer;
}
.paging_prev {
	background-image: url(../../images/system_icon/paging_prev.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
	width: 39px;
}
.paging_prev:hover {
	background-image: url(../../images/system_icon/paging_prev.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 24px;
	width: 39px;
}
.paging_next {
	background-image: url(../../images/system_icon/paging_next.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
	width: 39px;
}
.paging_next:hover {
	background-image: url(../../images/system_icon/paging_next.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 24px;
	width: 39px;
}
.paging_last {
	background-image: url(../../images/system_icon/paging_last.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
	width: 39px;
}
.paging_last:hover {
	background-image: url(../../images/system_icon/paging_last.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 24px;
	width: 39px;
}
.paging_first {
	background-image: url(../../images/system_icon/paging_first.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 24px;
	width: 39px;
}
.paging_first:hover {
	background-image: url(../../images/system_icon/paging_first.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 24px;
	width: 39px;
}
.pageL{
    background-color: #CCC;
    border-radius: 3px;
    border: 1px solid #AAA;
    padding: 1px 5px;
    margin: 2px 0;
}

/* for normal user */
.newPaging{
    /*float: right;*/
    padding: 1.5% 0;
    font: 300 14px/18px 'Roboto' !important;
}

.newPaging p{
    font: 300 14px/18px 'Roboto' !important;
}
.newPaging a{
    padding: 4px 10px;
    display: inline-block;
    background-color: #FDFDF8;
    border: 1px solid #E2E2DC;
    border-radius: 3px;
    color: #817E6A !important;
    transition: all 300ms ease-out;
    margin: 0px 0px 5px 0px;
    text-decoration: none;
}
.newPaging a:hover{
    background-color: #E99A1E;
    text-decoration: none !important;
    border: 1px solid #E99A1E;
    color: #FFF !important;
}
.newPage{
    padding: 6px 10px;
    background-color: #A9A9A9;
    color: #FFF;
    border: 1px solid #A9A9A9;
    border-radius: 3px;
}