/* CSS Document */
.cm_page_lister {width:500px; margin: 0 20px 0 0; background: #DBE1EC; color: #10294D;} /* Container table for the page lister */
	.cm_page_lister_left, .cm_page_lister_right {padding: 3px 5px;}
	.cm_page_lister_left {text-align:left;} /* Left-hand column */
		.cm_page_lister_left span {font-weight:bold;} /* This wraps the results so you can highliight the numbers with special styles */
	.cm_page_lister_right {text-align:right;} /* Right-hand column */
		.cm_page_lister_right span {font-weight:bold;} /* This wraps the CURRENT page number - there is no anchor around this one */
		#page_content .cm_page_lister_right a {color: #455872;} /* This could be used to apply styles to all of the pagination links */
		#page_content .cm_page_lister_right a:hover {color: #0799F9;}
		#page_content .cm_page_lister_right a.first {} /* This is on the anchor for the FIRST link */
		#page_content .cm_page_lister_right a.last {} /* This is on the anchor for the LAST link */
