.header_sortable {
	padding-left: 16px;
	cursor: pointer;
	text-decoration: underline;
}

.header_sorted_asc {
	background-image:url(../images/bullet_arrow_up.png);	
	background-repeat: no-repeat;
}

.header_sorted_desc {
	background-image:url(../images/bullet_arrow_down.png);	
	background-repeat: no-repeat;
}

.row_odd {
	background-color: #c8ddeb;
}

.row_even {
	background-color: #e3edf4;
}

.row_highlight {
	background-color: #d7d7d7;
}

.page_button {
	cursor: pointer;
	text-align: center;
	float: left;
	width: 18px;
	height:16px;
}

.page_previous {
	background-image:url(../images/resultset_previous.png);
}

.page_first {
	background-image:url(../images/resultset_first.png);
}

.page_ellipsis {
    cursor: auto;
}

.page_current {
    cursor: auto;
    font-weight: bold;
}

.page_last {
	background-image:url(../images/resultset_last.png);
}

.page_next {
	background-image:url(../images/resultset_next.png);
}