﻿.pager
{
	/*width: 720px;*/
	height: 25px;
	padding: 0;
	margin: 0;
	padding-top: 5px;
	padding-left: 10px;
	/*border-radius: 8px;
	-moz-border-radius: 8px;*/
}
.pager span.short
{
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 10px;
        margin-top: 0 !important;
	width: 28px;
}
.pager .labels span{margin-top: 3px;}
.pager span.short input
{
	width: 28px;
	height: 18px;
	border: 1px solid #EAEAEA;
        padding: 0;
        text-align: center;
        font-size: 11px;
/*	margin-left: 8px;*/
/*	float: left;*/
}

span.short input[type="text"]{width:28px;}

.pager ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
        margin-top:3px; 
	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: #555;
	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;
        font-weight: bold;
        color: #1C3D66;
	-moz-border-radius: 4px;
}
/*green*/.green
{
	background-color: none;
        border: 0;
        border-top: 0;
        margin-top:0;
}
.green.normal
{
	background-color:none;
	color: #555;
	border: 0;
}
.green.active
{
	background-color:none;
	color: #F8EB00;
	border:0;
}
.pager.green .btn
{
	background: url(../images/icon_pagination.gif) no-repeat;
        overflow: hidden;
        height:10px;
        width:10px;
        text-indent: -1999px;
	
}
.pager.green .btn.btn_first{background-position:0 0; margin-top: 6px;}
.pager.green .btn.btn_last{background-position:-17px -15px; margin-top: 6px;}
.pager.green .btn.btn_prev{background-position:-17px 0px; margin-top: 6px;}
.pager.green .btn.btn_next{background-position:2px -15px; margin-top: 6px;}

/*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
{

}
.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;
}
