.Pagination {
	margin: 10px 8px 20px 8px;
	padding: 5px 0px 6px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	background: #dddddd;
	border-radius: 10px;
}

	.PaginationCaptionShowing {margin-bottom: 5px;}

		.PaginationRange {font-weight: bold;}

		.PaginationTotal {font-weight: bold;}

		.PaginationPageNumbers a {
			font-weight: bold;
			text-decoration: none;
			color: #ff6600;
		}

		.PaginationPageNumbers a:hover {
			text-decoration: underline;
			color: #00a4c5;
		}

		.PaginationPageNumbers a.PaginationPageNumberActive {color: black;}

