/* navigation pager */
.pagertop {
	font-family: "Lucida Sans Unicode";
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 0.9em;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-top-color: #e7e8e2;
	border-right-color: #e7e8e2;
	border-bottom-color: #e7e8e2;
	border-left-color: #e7e8e2;
	border-top-style: solid;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
	line-height: 1.8em;
	text-align: right;
}
.pagertop a {
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.pagertop a:hover {
	background-color: #9BACCC;
	color: #FFFFFF;
}
.pagertop .current {
	background-color: #E7E8E2;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	color: #996633;
}
.pagertop .nextprev {
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	color: #005E9B;
}
