/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.results {
	padding:			2px;
}
.results ul {
	font-size:			16px;
	margin:				0;
	padding:			0;
	text-align:			left;
}
.results li {
	display:			inline;
	list-style-type:	none;
	padding-bottom:		1px;
}
.results a, .results a:visited {
	border:				1px solid #9aafe5;
	color:				#2e6ab1;
	padding:			0 5px;
	text-decoration:	none; 
}
.results a:hover, .results a:active {
	background-color:	#FFFF80;
	border:				1px solid #2b66a5;
	color:				#000;
	text-decoration:	none;
}
.results a.currentpage { 
	background-color:	#2e6ab1;
	border-color:		#2b66a5;
	color:				#FFF !important;
	cursor:				default;
	font-weight:		bold;
	text-decoration:	none; 
}
.results a.disablelink, .results a.disablelink:hover {
	background-color:	white;
	border-color:		#929292;
	color:				#929292;
	cursor:				default;
	font-weight:		normal !important;
	text-decoration:	none; 
}
.results a.prevnext {
	font-weight:		bold;
	text-decoration:	none; 
}

