@charset "utf-8";
.pagelist{
	width:100%;
	margin-left:0px;
	font-size:14px;
	margin-bottom: 15px;
}
.pagelist a, .pagelist span, .pagelist input{
	display: block;
	float: left;
	margin-right: 1px;
	border: 1px solid #CCCCCC;
	text-decoration: none;
	height:20px;
	background-color: #FFFFFF;
	color: #999999;
	font-size: 14px;
	line-height: 20px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}
.pagelist span.currentpage{
	color:#1c9089;
	font-weight:bold;
	font-size: 14px;
}
.pagelist a:link{
	display: block;
	float: left;
	margin-right: 1px;
	border: 1px solid #CCCCCC;
	text-decoration: none;
	height:20px;
	background-color: #FFFFFF;
	color: #999999;
	font-size: 14px;
	line-height: 20px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}
.pagelist a:visited{
	display: block;
	float: left;
	margin-right: 1px;
	border: 1px solid #CCCCCC;
	text-decoration: none;
	height:20px;
	background-color: #FFFFFF;
	color: #999999;
	font-size: 14px;
	line-height: 20px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}
.pagelist a:hover{
	color: #FFFFFF;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #1c9089;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}

