.Pager {
	font-family: Arial;
}

.PagerWrapper {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}

.Pager #infoText, .Pager #infoText2, .Pager #infoText3 {
	font-size: .8em;
}

.Pager .PagerInputtext {
	width: 3em;
	text-align: center;
	border: 1px solid #cccccc;
	padding: 0;
}

.Pager .PagerDisable {
	text-decoration: none;
	color: graytext;
	font-weight: bold;
	border: 1px solid #cccccc;
	padding: 0em 0.5em 0em 0.5em;
	cursor: default;
}

.Pager a {
	text-decoration: none;
	font-weight: bold;
	font-family: monospace;
	border: 1px solid #666666; 
	padding: 0em 0.5em 0em 0.5em;
	color: #000000;
}
.Pager button {
	background-color: inherit;
	text-decoration: none;
	font-family: monospace;
	border: 1px solid #8D4133; 
	padding: 0;
}

.Pager .PagerCurrent {
	border: 1px solid red;
	font-weight: bold;
	color: red;
	padding: 0em 0.5em 0em 0.5em;
}
