/**
 * CSS styles for alphanumeric pager extension
 */

ul.alphaPager
{
	font-size:13px;
	border:0;
	margin:0;
	padding:0;
	line-height:200%;
	display:inline;
}

ul.alphaPager li
{
	display:inline;
	/* HRA1 */
	visibility: visible;
}

ul.alphaPager a:link,
ul.alphaPager a:visited
{
	border:solid 1px #333;
	font-weight:bold;
	color:#333;
	padding:1px 6px;
	text-decoration:none;
}

ul.alphaPager .page a
{
	font-weight:normal;
}

ul.alphaPager a:hover
{
	border:solid 1px #0e509e;
	color:#0e509e;
}

ul.alphaPager .selected a
{
	background:#2e6ab1;
	color:#FFFFFF;
	font-weight:bold;
}

ul.alphaPager .hidden a
{
	border:solid 1px #EDEDED;
	color:#EDEDED;
}


/* Uncomment following line to hide the ALL-button */
/*ul.alphaPager .all { display:none; }*/