.displayInline {
	display: inline;
}

.displayNone {
	display: none;
}

.pagerMorePages {
	color: #1058B0;
	padding: 3px;
}

/* collapse all */
.pagerEnabledCollapse a:link, .pagerEnabledCollapse a:visited, .pagerEnabledCollapse a:hover, .pagerEnabledCollapse a:active {
	color: #1058B0;
	padding: 0px 5px 0px 0px;
	margin: 5px;
	margin-right: 1px;
	margin-left: 1px;
	text-decoration: none;
	text-align: center;
	cursor: hand;
}

.pagerDisabledCollapse a:link, .pagerDisabledCollapse a:visited, .pagerDisabledCollapse a:hover, .pagerDisabledCollapse a:active {
	padding: 0px 5px 0px 0px;
	margin: 5px;
	margin-right: 1px;
	margin-left: 1px;
	text-decoration: none;
	text-align: center;
	color: #848484;
	cursor: default;
}

/* expand all */
.pagerEnabledExpand a:link, .pagerEnabledExpand a:visited, .pagerEnabledExpand a:hover, .pagerEnabledExpand a:active {
	color: #1058B0;
	padding: 0px 7px 0px 9px;
	margin: 5px;
	margin-right: 1px;
	margin-left: 1px;
	text-decoration: none;
	text-align: center;
	cursor: hand;
}

.pagerDisabledExpand a:link, .pagerDisabledExpand a:visited, .pagerDisabledExpand a:hover, .pagerDisabledExpand a:active {
	padding: 0px 7px 0px 9px;
	margin: 5px;
	margin-right: 1px;
	margin-left: 1px;
	text-decoration: none;
	text-align: center;
	color: #848484;
	cursor: default;
}

/* previous page */
.pagerEnabledPrev a:link, .pagerEnabledPrev a:visited, .pagerEnabledPrev a:hover, .pagerEnabledPrev a:active {
	color: #1058B0;
	padding: 0px 5px 0px 0px;
	margin: 5px;
	margin-right: 1px;
	margin-left: 1px;
	text-decoration: none;
	text-align: center;
	cursor: hand;
}

.pagerDisabledPrev a:link, .pagerDisabledPrev a:visited, .pagerDisabledPrev a:hover, .pagerDisabledPrev a:active {
	padding: 0px 5px 0px 0px;
	margin: 5px;
	margin-right: 1px;
	margin-left: 1px;
	text-decoration: none;
	text-align: center;
	color: #D8D8D8;
	cursor: default;
}

/* next page */
.pagerEnabledNext a:link, .pagerEnabledNext a:visited, .pagerEnabledNext a:hover, .pagerEnabledNext a:active {
	color: #1058B0;
	padding: 0px 7px 0px 9px;
	margin: 5px;
	margin-right: 1px;
	margin-left: 1px;
	text-decoration: none;
	text-align: center;
	cursor: hand;
}

.pagerDisabledNext a:link, .pagerDisabledNext a:visited, .pagerDisabledNext a:hover, .pagerDisabledNext a:active {
	padding: 0px 7px 0px 9px;
	margin: 5px;
	margin-right: 1px;
	margin-left: 1px;
	text-decoration: none;
	text-align: center;
	color: #D8D8D8;
	cursor: default;
}

.pagerCurrentPage a:link, .pagerCurrentPage a:visited, .pagerCurrentPage a:hover, .pagerCurrentPage a:active {
	border-left: 1px solid #cccccc;
	padding: 3px;
	padding-left: 8px;
	padding-right: 5px;
	margin: 5px;
	margin-right: 1px;
	margin-left: 1px;
	text-align: center;
	text-decoration: none;
	color: #848484;
	cursor: default;
}

.pagerNonCurrentPage a:link, .pagerNonCurrentPage a:visited, .pagerNonCurrentPage a:hover, .pagerNonCurrentPage a:active {
	border-left: 1px solid #cccccc;
	padding: 3px;
	padding-left: 8px;
	padding-right: 5px;
	margin: 5px;
	margin-right: 1px;
	margin-left: 1px;
	text-align: center;
	text-decoration: none;
	color: #1058B0;
	cursor: hand;
}

.pagerFirstPage a:link, .pagerFirstPage a:visited, .pagerFirstPage a:hover, .pagerFirstPage a:active {
	border-left: none;
}
