/* pageResults-----------------------------------------------------Start */
.displayCount{
	margin:5px 0 5px 0;
	line-height:25px;
	float:left;
}
.displayLinks{
	margin:5px 0 5px 0;
	float:right;
}

a.pageResults:link, a.pageResults:visited{
	color: #0000FF;
	line-height:25px;
	padding:1px 5px 1px 5px;
	border:#CCC 1px solid;
	margin:0 0px 0 0px;
	
}

a.pageResults:link u, a.pageResults:visited u{text-decoration:none;}

a.pageResults:hover{color: #0000FF;background: #FFFF33;}

a.pageResults:hover u{}

a.pagePrevious, a.pagePrevious u{
	background:url(backward.gif) bottom no-repeat;
	width:10px;
	height:16px;
	text-decoration:none;
	cursor:pointer;
}

a.pageNext, a.pageNext u{
	background:url(forward.gif) bottom no-repeat;
	width:10px;
	height:16px;
	text-decoration:none;	
	cursor:pointer;
}
/* pageResults-----------------------------------------------------End */

