.pagination_footer {
	padding-top: 20px;
	padding-bottom: 5px;
	text-align: center;
	padding-right: 2px;
	font: 11px verdana, tahoma, arial;
}

.pagination_link {
	color: #333333;
	text-decoration: none;
	border: 1px dotted #BBBBBB;
	background: #FFFFCC;
	text-align: center;
	padding: 2px 5px;
	font: 11px verdana, tahoma, arial;
}

.pagination_link:hover {
	background: #2C7DAC;
	color: white;
}

.pagination_current {
	color: white;
	background: #2C7DAC;
	border: 1px solid #BBBBBB;
	text-align: center;
	padding: 2px 5px;
}
