.pagebar {
	padding: 1.2em 1.5em;
	margin-right: 0.1em;
	margin-bottom: 1.4em;
	text-decoration: none;
	text-align: center
}

.pagebar a,.pageList .this-page {
	border: 1px solid #9AAFE5;
	text-decoration: none;
	padding: 0.1em 0.5em;
	text-align: center;
	background: #fff;
	font-size: 9px;
	
}

.pagebar a:visited {
	border: 1px solid #9AAFE5;
	text-decoration: none;
	padding: 0.2em 0.5em;
	text-align: center;
	background: #fff;
}

.pagebar .break {
	padding: 0.2em 0.5em;
	border: none;
	background: #fff;
	text-decoration: none;
	text-align: center;
	background: #fff;
		font-size: 9px;
}


.pagebar .this-page {
	border: 1px solid #2E6AB1;
	padding: 0.1em 0.5em;
	font-weight: bold;
	background: #2E6AB1;
	color: #fff;
	text-align: center;
		font-size: 9px;
	}

.pagebar a:hover {
	border-color: #2E6AB1;
	text-align: center;
	background: #fff;
}

.pagebar .inactive
{
   border: 1px solid #cccccc;
	 color: #ccc;
   text-decoration: none;
   padding: 0.2em 0.5em;
   text-align: center;
   background: #fff;
}

