﻿.pager {
	height: 30px;
	padding: 0;
	margin: 0;
	padding-top: 10px;
}

.pager div.short {
	float: right;
	margin: 0;
	padding: 0;
	margin-right: 10px;
	width: 124px;
}

.pager div.short input {
	width: 35px;
	height: 22px;
	border: #888;
	margin-top: 2px;
	margin-left: 8px;
	font-size: 16px;
	float: left;
}

.pager ul {
	list-style: none;
	padding: 0;
	float: left;
	font-size: 13px;
}

.pager ul li {
	display: inline;
	margin-left: 4px;
}

.pager ul li a.normal {
	text-decoration: none;
	display: inline-table;
	height: 22px;
	text-align: center;
}

.pager span {
	margin-left: 4px;
	color: White;
	float: left;
	margin-top: 4px;
}

.pager .btn {
	display: block;
	width: 40px;
	text-align: center;
	float: left;
	padding: 0;
	margin: 0;
	cursor: pointer;
	border-radius: 4px;
	-moz-border-radius: 4px;
}

.pager ul li a.active {
	text-decoration: none;
	display: inline-table;
	height: 22px;
	text-align: center;
}

/*green*/
.green {
	background-color: #ffffff;
}

.green.normal {
	background-color: #FFFFFF;
	color: #888;
	border: solid 0px #EEE;
}

.green.active {
	color: red;
	border: solid 0px #CFCFCF;
}

.pager.green .btn {
	height: 22px;
	line-height: 22px;
	background: #ffffff;
	text-align: left;
	color: #888;
	display: inline-table;
	font-size: 12px;
	margin-left: 4px;
}
/*black*/
.black {
	background-color: #202020;
}

.black.normal {
	background-color: #1d1d1d;
	color: #B0D551;
	border: solid 1px #000;
}

.black.active {
	background-color: #333333;
	color: White;
	border: solid 1px #000;
}

.pager.black .btn {
	background-color: #1d1d1d;
	color: White;
	border: solid 1px #000;
}
/*red*/
.red {
	background-color: #D50B07;
}

.red.normal {
	background-color: #E71C18;
	color: White;
	border: solid 1px #F82723;
}

.red.active {
	background-color: #C00D09;
	color: White;
	border: solid 1px #A90B08;
}

.pager.red .btn {
	background-color: #E71C18;
	color: White;
	border: solid 1px #F82723;
}
/*common*/
.common {
	background-color: #F6F7F9;
}

.common.normal {
	background-color: #EEE;
	color: White;
	border: solid 1px #EEE;
}

.common.active {
	background-color: #CFCFCF;
	color: White;
	border: solid 1px #CFCFCF;
}

.pager.common .btn {
	background-color: #888;
	color: White;
	border: solid 1px #888;
}