.nextPage{
	float: left;
	height: 18px;
	margin-left: 3px;
	text-align: center;
	font-size: 1.0em;
	cursor: pointer;
	font-weight: normal;
        width: 34px;
        padding-top: 2px;
        background-image: url(/oncirrus/system/next.png);
        background-repeat: no-repeat;
}
.previousPage{
	float: left;
	height: 18px;
	margin-left: 3px;
	text-align: center;
	font-size: 1.0em;
	cursor: pointer;
	font-weight: normal;
        width: 55px;
        padding-top: 2px;
        background-image: url(/oncirrus/system/previous.png);
        background-repeat: no-repeat;
}
.activePage{
	float: right;
	width: 16px;
	height: 18px;
	color: #FFFFFF;
	margin-left: 3px;
	text-align: center;
	font-size: 1.0em;
        padding-top: 2px;
        background-image: url(/oncirrus/system/currencyActive.png);
        background-repeat: no-repeat;
	font-weight: normal;
}
.inactivePage{
	float: right;
	width: 16px;
	height: 18px;
	margin-left: 3px;
	text-align: center;
	font-size: 1.0em;
        padding-top: 2px;
        background-image: url(/oncirrus/system/currency.png);
        background-repeat: no-repeat;
	font-weight: normal;
	cursor: pointer;
}

