﻿.pager
{
	width: 98%;
	height: 33px;
	padding: 0;
	margin: 0;
	padding-top: 10px;
	padding-left: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
.pager div.short
{
	float: right;
	margin: 0;
	padding: 0;
	margin-right: 10px;
	width: 100px;
}
/*.pager div.short input
{
	width: 25px;
	height: 15px;
	border: none;
	margin-left: 8px;
	float: left;
	border-radius: 4px;
	-moz-border-radius: 4px;
	padding-top: 3px;
}*/

.pager ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	margin-right: 4px;
	width:110px;
}
.pager ul li
{
	display: inline;
	margin-left: 2px;
	padding: 0px !important;
}
.pager ul li a
{
	text-decoration: none;
	display: inline-table;
	width: 27px;
	height: 17px;
	text-align: center;
	border-radius: 4px;
	-moz-border-radius: 4px;
	font:normal 8pt verdana;
}

.pager span
{
	margin-left: 4px;
	color: black;
	float: left;
	padding-top: 3px;
}
.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;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	height: 17px;
	vertical-align: middle;
	font:normal 8pt verdana;
}
.pager .disabled
{
	color: #A0A0A0 !important;
}
.txt
{
	width: 28px;
	height: 17px;
	border: none;
	margin-left: 10px;
	padding-left:5px;
	float: left;
	border-radius: 4px;
	-moz-border-radius: 4px;
	padding-top: 3px;
	border:solid 1px #CCCCCC;
	font:normal 8pt verdana;
}
/*green*/.green
{
	/*background: black url(../images/blue-btn.jpg) repeat-x center left;
	background-color: #1292F4;*/
}
.green.normal
{
	background-color: #2E8CD6;
	color: White;
	border: solid 1px #CCCCCC;
	height: 17px;
	vertical-align: middle;
	padding-top: 3px;
}
.green.active
{
	background-color: #2E8CD6;
	color: Black;
	font-weight:bold;
	border: solid 1px #CCCCCC;
	height: 17px;
	vertical-align: middle;
}
.pager.green .btn
{
	background-color: #2E8CD6;
	color: White;
	border: solid 1px #CCCCCC;
	vertical-align: middle;
	padding-top: 3px;
}
.Gobtn
{
	background-color: #588500;
	color: White;
	border: solid 1px #CCCCCC;
	height: 20px;
	width: 30px;
	margin-left: 8px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	vertical-align: middle;
	padding-top: 1px;
	padding-bottom: 3px;
	font:normal 8pt verdana;
	cursor:hand;
	cursor:pointer;
}
/*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;
}
