﻿.pagination {
	width:100%; font-size: 16px;
}

.active {
	color: #000000;
	background: #E6E6E6;
	border: solid 1px #808080;
	cursor: pointer;
}

.active:hover {
	color: #FFFFFF;
	background: #213C77;
	border: solid 1px #000000;
	cursor: pointer;
}

.current {
	color: #000000;
	background: #FFFFFF;
	border: solid 1px #808080;
}

.inactive {
	color: #494949;
	background: #E6E6E6;
	border: solid 1px #808080;
}

.active, .current, .inactive, .dotdotdot {
	display: block;
	float: left;
	padding: 0.4em 0.5em;
	margin-right: 6px;
	margin-bottom: 7px;
	min-width: 1em;
	text-align: center;
}