.pagebar {
	padding: 0.2em 0.5em;
	margin-right: 0.1em;
	margin-bottom: 1.0em;
	border: 1px solid #fff;
	background: #fff;
	text-decoration: none;
	text-align: center;
}

.pagebar a, .break, .this-page, .inactive {
    display:inline-block;
    background: #7e7e7e;
    background: -webkit-linear-gradient(top, #DDDDDD 0%,#7e7e7e 52%,#8D8C8C 100%);
    background: -moz-linear-gradient(top, #DDDDDD 0%,#7e7e7e 52%,#8D8C8C 100%);
    background: -o-linear-gradient(top, #DDDDDD 0%,#7e7e7e 52%,#8D8C8C 100%);
    background: -ms-linear-gradient(top, #DDDDDD 0%,#7e7e7e 52%,#8D8C8C 100%);
    background: linear-gradient(top, #DDDDDD 0%,#7e7e7e 52%,#8D8C8C 100%);
    padding: 5px 10px;
    text-decoration: none;
    color: #000000;
    border: 1px solid #7e7e7e;
    -webkit-box-shadow: inset 0 4px 3px rgba(255,255,255,0.6), 0 1px 3px rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 4px 3px rgba(255,255,255,0.6), 0 1px 3px rgba(0,0,0,.2);
    box-shadow: inset 0 4px 3px rgba(255,255,255,0.6), 0 1px 3px rgba(0,0,0,.2);
    font-weight: bold;
    border-radius:3px; 
}

.pagebar a:visited {
	border: 1px solid #7e7e7e;
	text-decoration: none;
	padding: 0.2em 0.5em;
}


.pagebar .this-page, .pagebar a:hover {
background: #2D537A;
    background: -webkit-linear-gradient(top, #3A76B5 0%,#2D537A 52%,#2D537A 100%);
    background: -moz-linear-gradient(top, #3A76B5 0%,#2D537A 52%,#2D537A 100%);
    background: -o-linear-gradient(top, #3A76B5 0%,#2D537A 52%,#2D537A 100%);
    background: -ms-linear-gradient(top, #3A76B5 0%,#2D537A 52%,#2D537A 100%);
    background: linear-gradient(top, #3A76B5 0%,#2D537A 52%,#2D537A 100%);
    border: 1px solid #2D537A;
    color: #FFFFFF;
    -webkit-box-shadow: inset 0 1px 4px rgba(255,255,255,0.75), 0 1px 3px rgba(79,126,167,.5);
    -moz-box-shadow: inset 0 1px 4px rgba(255,255,255,0.75), 0 1px 3px rgba(79,126,167,.5);
    box-shadow: inset 0 1px 4px rgba(255,255,255,0.75), 0 1px 3px rgba(79,126,167,.5);
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s; }

.pagebar .inactive
{
   color: #ccc;
}  

