﻿.pager_new
{
	width: 100%;
	height: 40px;
	padding: 0;
	margin-top: 20px;
	padding-top: 10px;
	padding-left: 10px;
	/*border-radius: 8px;
	-moz-border-radius: 8px;*/
}
.pager_new div.short
{
	float: right;
	margin: 0;
	padding: 0;
	margin-right: 10px;
	width: 100px;
}
.pager_new div.short input
{
	width: 38px;
	height: 18px;
	border: none;
	margin-left: 8px;
	float: left;
}
.pager_new ul
{
	list-style: none;direction:ltr;
	padding: 0;
	margin: 0;
	float: left;
	margin-right: 4px;
}
.pager_new ul li
{
	display: inline;
	margin-left: 2px;
}
.pager_new 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_new span
{
	margin-left: 4px;
	color: White;
	float: left;
}
.pager_new .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_new 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:green;
}
.green.normal
{
	background-color: #588500;
	color: White;
	border: solid 1px #5f9000;
}
.green.active
{
	background-color: #344C00;
	color: #F8EB00;
	border: solid 1px #5f9000;
}
.pager_new.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_new.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_new.red .btn
{
	background-color: #E71C18;
	color: White;
	border: solid 1px #F82723;
}
