﻿#pager .header{}

#pager a, #pager span{

	float: left;

	height: 38px;

	padding: 3px 20px;

	border: 1px solid #CCC;

	margin-left: 10px;

	font-family: arial;

	line-height: 38px;

	font-size: 14px;

	overflow: hidden;

	-moz-border-radius: 0px;

	-webkit-border-radius: 0px;

}

#pager .cur, #pager .text{

	border:none;

	padding: 4px 15px;

}

#pager a:link, #pager a:visited {

color: #797979;

}

#pager a:hover, #pager a:active {

background: #0f2c4c;

color: white;

}

#pager a.cur:link, #pager a.cur:visited{

	height: 40px;

	line-height: 40px;

	color: #fff;

	padding: 3px 20px;

	font-weight: bold;

	background:#0f2c4c;

}

#pager a:hover, #pager a:active {

background: #0f2c4c;

color: white;

text-decoration: none;

}

#pager .prev, #pager .prev-disabled {

padding-left: 12px;

}

#pager .prev-disabled, #pager .next-disabled {

color: #cccccc;

cursor: default;

}

#pager .prev, #pager .next, #pager .prev-disabled, #pager .next-disabled {
/*
position: relative;

padding-top: 5px;

height: 36px;

line-height: 36px;
*/

}