.pagebar {
	padding: 0px;
	margin-right: 0.1em;
	margin-bottom: 1.0em;
	background: #fff;
	text-decoration: none;
}

.pagebar a,.pageList .this-page {
	border: 1px solid #ccc;
	text-decoration: none;
	padding: 0.2em 0.5em;
	border-radius: 5px;
   	-moz-border-radius: 5px;
   	-webkit-border-radius: 5px;
}

.pagebar a:visited {
	border: 1px solid #ccc;
	text-decoration: none;
	padding: 0.2em 0.5em;
	border-radius: 5px;
   	-moz-border-radius: 5px;
   	-webkit-border-radius: 5px;
}

.pagebar .break {
	padding: 2px 6px 2px 6px;
	border: none;
	background: #fff;
	text-decoration: none;
}

.pagebar .this-page {
	color: #fff;
	border: 1px solid #8d2e2e;
	padding: 0.2em 0.5em;
	font-weight: none;
	background: #8d2e2e;
	border-radius: 5px;
   	-moz-border-radius: 5px;
   	-webkit-border-radius: 5px;
}

.pagebar a:hover {
	color: #fff;
	border-color: #8d2e2e;
    background: #8d2e2e;
}

.pagebar .inactive {
   	border: 1px solid #ccc;
   	text-decoration: none;
   	padding: 0.2em 0.5em;
   	border-radius: 5px;
   	-moz-border-radius: 5px;
   	-webkit-border-radius: 5px;
}

