﻿.pager
{
	width: 720px;
	height: 30px;
	padding: 0;
	margin: 0;
	padding-top: 10px;
	padding-left: 10px;
	/*border-radius: 8px;
	-moz-border-radius: 8px;*/
}
.pager div.short
{
	float: right;
	margin: 0;
	padding: 0;
	margin-right: 10px;
	width: 74px;
}
.pager div.short input
{
	width: 28px;
	height: 18px;
	border: none;
	margin-left: 8px;
	float: left;
}
.pager ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	margin-right: 4px;
}
.pager ul li
{
	display: inline;
	margin-left: 2px;
}
.pager ul li a.normal
{
	text-decoration: none;
	display: inline-table;
	width: 20px;
	height: 20px;
	text-align: center;
	border-radius: 4px;
	-moz-border-radius: 4px;
}
.pager span
{
	margin-left: 4px;
	color: White;
	float: left;
}
.pager .btn
{
	display: block;
	width: 40px;
	text-align: center;
	float: left;
	padding: 0;
	margin: 0;
	margin-left: 4px;
	cursor: pointer;
	border-radius: 4px;
	-moz-border-radius: 4px;
}
.pager ul li a.active
{
	text-decoration: none;
	display: inline-table;
	width: 20px;
	height: 20px;
	text-align: center;
	border-radius: 4px;
	-moz-border-radius: 4px;
}
/*green*/.green
{
	background-color: #4f7305;
}
.green.normal
{
	background-color: #588500;
	color: White;
	border: solid 1px #5f9000;
}
.green.active
{
	background-color: #344C00;
	color: #F8EB00;
	border: solid 1px #5f9000;
}
.pager.green .btn
{
	background-color: #588500;
	color: White;
	border: solid 1px #5f9000;
}
/*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;
}
