#pager 
{
	padding: 10px 0 10px 0;
	background-color: #FFF;
	text-align: center;
	position: relative;
}

#pager span 
{
	padding: 0 5px 0 5px;
}

#pager input.prev 
{
	width: auto;
	margin-right: 10px;
}

#pager input.next 
{
	width: auto;
	margin-left: 10px;
}

#pager.input
{
	font-size: 10px;
	width: 50px;
	border: 1px solid #330000;
	text-align: center;
}  

#pager.select
{
	font-size: 10px;
	border: 1px solid #330000;
	text-align: center;
	width:100px;
}  

#tablesorterPagerLoading {
	background: rgba(255,255,255,0.8) url(images/ajax-loader.gif) center center no-repeat;
	position: absolute;
	z-index: 1000;
}

.#pager.pagedisplay
{
	width:300px;
}

/*** css used when "updateArrows" option is true ***/
/* the pager itself gets a disabled class when the number of rows is less than the size */
.tablesorter-pager.disabled {
  display: none;
}
/* hide or fade out pager arrows when the first or last row is visible */
.tablesorter-pager .disabled {
  /* visibility: hidden */
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default;
}
