/* CSS Document---------------page */
.webpage{
	font-size:12px;
	font-family:"微软雅黑";
}

.pagenumber{
  width:30px;
   height:30px;	
	display:inline-block;
	line-height:30px;
	padding-left:5px;
	padding-right:5px;
	margin-left:2px;
	margin-right:2px;
	text-align:center;
	border:#C9C9C9 1px solid;
	background-color:#fff;
	cursor:pointer;
}
.pagenumber1{
  width:60px;
   height:30px;	
	display:inline-block;
	line-height:30px;
	padding-left:5px;
	padding-right:5px;
	margin-left:2px;
	margin-right:2px;
	text-align:center;
	border:#C9C9C9 1px solid;
	background-color:#fff;
	cursor:pointer;
	font-weight:normal;
}
.pagenumber:active{
background-color:#f00;
}
.pagenumberselect{
   width:30px;
   height:30px;	
	display:inline-block;
	line-height:30px;
	text-align:center;
	padding-left:5px;
	padding-right:5px;
	margin-left:2px;
	margin-right:2px;
	border:#C9C9C9 1px solid;
	background-color:#3b9704;
	font-weight:bold;
	color:#fff;
}


a.pageameth:link { color: #400040; text-decoration: none;} 
a.pageameth:visited { color: #400040; text-decoration: none;} 
a.pageameth:hover { color:#336699; text-decoration: underline; } 
a.pageameth:active { color: #336699; text-decoration: underline;} 

a.pagebutton:link { color: #400040; text-decoration: none;} 
a.pagebutton:visited { color: #400040; text-decoration: none;} 
a.pagebutton:hover { color: #900; text-decoration:;} 
a.pagebutton:active { color: #900; text-decoration:;} 

