.Pager {
	/*font-family: tahoma;*/
}

.Pager #infoText,.Pager #infoText2,.Pager #infoText3 {
/*	font-size: .8em; */
}

.Pager #pager_input {
    width: 2em;
	text-align: center;
	border: 1px solid #cccccc;
	padding: 0;
	font-size: 12px;
}

.Pager .PagerDisable {
	text-decoration: none;
	color: graytext;
	font-weight: bold;
	border: 1px solid gray;
	padding: 0em 0.5em 0em 0.5em;
	cursor: default;
}

.Pager a {
	text-decoration: none;
	font-weight: bold;
	font-family: monospace;
	border: 1px solid black; 
	padding: 0em 0.5em 0em 0.5em;
}

.Pager button {
	background-color: inherit;
	text-decoration: none;
	font-family: monospace;
	padding: 0;
}
.Page span {
    margin-top: -3px;
}
.Pager #pager_current {
	font-weight: bold;
	padding: 0em 0.5em 0em 0.5em;
}
#pager_next {
    margin: 0px 2px 0px 2px;
    background-image: url("../images/arrow-next-enabled.gif");
    background-repeat: no-repeat;
    background-position: center;
}
.Disabled #pager_next {
    margin: 0px 2px 0px 2px;
    background-image: url("../images/arrow-next-disabled.gif");
    background-repeat: no-repeat;
    background-position: center;
}
#pager_previous {
    margin: 0px 2px 0px 2px;
    background-image: url("../images/arrow-back-enabled.gif");
    background-repeat: no-repeat;
    background-position: center;
}
.Disabled #pager_previous {
    margin: 0px 2px 0px 2px;
    background-image: url("../images/arrow-back-disabled.gif");
    background-repeat: no-repeat;
    background-position: center;
}
#pager_first {
    margin: 0px 2px 0px 2px;
    background-image: url("../images/arrow-first-enabled.gif");
    background-repeat: no-repeat;
    background-position: center;
}
.Disabled #pager_first {
    margin: 0px 2px 0px 2px;
    background-image: url("../images/arrow-first-disabled.gif");
    background-repeat: no-repeat;
    background-position: center;
}

#pager_last {
    margin: 0px 2px 0px 2px;
    background-image: url("../images/arrow-last-enabled.gif");
    background-repeat: no-repeat;
    background-position: center;
}
.Disabled #pager_last {
    margin: 0px 2px 0px 2px;
    background-image: url("../images/arrow-last-disabled.gif");
    background-repeat: no-repeat;
    background-position: center;
}
.Pager #bottom_pager_input {
    width: 2em;
	text-align: center;
	border: 1px solid #cccccc;
	padding: 0;
	font-size: 12px;
}
.Pager #bottom_pager_current {
	font-weight: bold;
	padding: 0em 0.5em 0em 0.5em;
}
#bottom_pager_next {
    margin: 0px 2px 0px 2px;
    background-image: url("../images/arrow-next-enabled.gif");
    background-repeat: no-repeat;
    background-position: center;
}
.Disabled #bottom_pager_next {
    margin: 0px 2px 0px 2px;
    background-image: url("../images/arrow-next-disabled.gif");
    background-repeat: no-repeat;
    background-position: center;
}
#bottom_pager_previous {
    margin: 0px 2px 0px 2px;
    background-image: url("../images/arrow-back-enabled.gif");
    background-repeat: no-repeat;
    background-position: center;
}
.Disabled #bottom_pager_previous {
    margin: 0px 2px 0px 2px;
    background-image: url("../images/arrow-back-disabled.gif");
    background-repeat: no-repeat;
    background-position: center;
}
#bottom_pager_first {
    margin: 0px 2px 0px 2px;
    background-image: url("../images/arrow-first-enabled.gif");
    background-repeat: no-repeat;
    background-position: center;
}
.Disabled #bottom_pager_first {
    margin: 0px 2px 0px 2px;
    background-image: url("../images/arrow-first-disabled.gif");
    background-repeat: no-repeat;
    background-position: center;
}

#bottom_pager_last {
    margin: 0px 2px 0px 2px;
    background-image: url("../images/arrow-last-enabled.gif");
    background-repeat: no-repeat;
    background-position: center;
}
.Disabled #bottom_pager_last {
    margin: 0px 2px 0px 2px;
    background-image: url("../images/arrow-last-disabled.gif");
    background-repeat: no-repeat;
    background-position: center;
}
