#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	background: #fff;
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	text-transform: none;
	text-indent: 0px;
	font-variant: normal;
	text-align: left;
	line-height: 12px;
	letter-spacing: 0px;
	word-spacing: 0px;
}

#wp_page_numbers {
	margin-top: 10px;
	width: 100%;
	background: #fff;
}
#wp_page_numbers ul {
/* annsys 3-1-2014 
	border-top: 1px solid #ccc;
*/	
	width: 100%;
	clear:both;
	padding: 22px 15px;
	float:left;
}
#wp_page_numbers li {
	float: left;
	display: block;
}

#wp_page_numbers a {
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	color: #aaa;
	font-family: Arial;
	font-size: 12px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

#wp_page_numbers li a:hover {
	color: #fff;;
	background:#9E40BA;
	/* annsys 3-1-2014 */
/*	border-top: 2px solid #ff00a4;
	border-bottom: 2px solid #f1f1f1;
*/	
}

#wp_page_numbers li.space {
	font-size: 12px;
	font-family: Arial;
	color: #aaa;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

#wp_page_numbers li.first_last_page {
	font-style: italic;
}
/* annsys 3-1-2014 */
#wp_page_numbers li.active_page a {
	color: #fff;
	background: #9E40BA;
	/*
	border-top: 2px solid #9E40BA;
	border-bottom: 2px solid #9E40BA;
	*/
}
/* end */
#wp_page_numbers li.active_page a:hover  {
	color: #fff; /* IE fix */
	/* annsys 3-1-2014 	
	border-top: 2px solid #9E40BA;
	border-bottom: 2px solid #9E40BA;
*/
}

#wp_page_numbers li.page_info {
	float: left;
	font-size: 12px;
	font-family: Arial;
	color: #aaa;
	display: block;
	padding: 3px;
	padding-right: 5px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}