﻿
.pager
{
	height: 33px;
    margin: 0;
    padding: 0;
    width: 100%;
}
.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;
	border: 1px solid #555555;
}
.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;
	line-height:20px;
	text-align: center;
	border-radius: 4px;
	-moz-border-radius: 4px;*/
	border: 1px solid #EEEEEE;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    width: 20px;
	text-align:center;
}
.pager span
{
	margin-left: 4px;
	color: #555555;
	float: left;
}
.pager .btn
{
	display: block;
	width: 20px;
	line-height:20px;
	text-align: center;
	float: left;
	clear:none;
	padding: 0;
	margin: 0;
	margin-left: 2px;
	cursor: pointer;
	border: 1px solid #EEEEEE;
	color:#1A9FCA;
}
.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;*/
	background-color: #1A9FCA;
    border: 1px solid #1A9FCA;
    color: #FFFFFF;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    width: 20px;
	text-align:center;
}
/*green*/
.green
	{
	    background-color: #ffffff;
	}
	.green.normal
	{
	    /*background-color: #87B6E4;
	    color: White;
	    border: solid 1px #A8CEF4;*/
	}
	.green.active
	{
	   /* background-color: #568FC8;
	    color: #ffffff;
	    border: solid 1px #4B88C4;*/
	}
	.green .btn
	{
	    /*background-color: #568FC8 !important;
	    color: White;
	    border: solid 1px #4B88C4 !important;*/
	}

/*black*/.black
{
	background-color: #ffffff;
}
.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;
}
