
.pagination a
{
	text-decoration: none;
	background-color: #bbe9f3;
	border: 1px solid #369eb5;
	color: #000000!important;
	margin-left: 2px;
	margin-right: 2px;
}

.pagination a:hover
{
	border-top: 5px solid #369eb5;
}

.pagination a.previous
{
	font-weight: bold;
	font-size: large;
}

.pagination a.first
{
	font-weight: bold;
	font-size: larger;
}

.pagination b
{
	background-color: #369eb5;
	border: 1px solid #369eb5;
	color: #ffffff;
}

.pagination a.last
{
	font-weight: bold;
	font-size: larger;
}

.pagination a.next
{
	font-weight: bold;
	font-size: large;
}

.pagination span.dots
{
	letter-spacing: 0.3em;
}

.pagination span.page_label
{
}

.pagination span.records_count
{
	color: #000077;
	font-weight: bold;
}

.pagination label.rows_per_page
{
	color: #000077;
	font-weight: bold;
}
