﻿.PagerTable
{
	width: 100%;
	margin: 10px 0px 10px 0px;
}
.Pager
{
	width: 100%;
}
.FirstPrevious
{
	width: 190px;
	text-align: left;
}
.NextLast
{
	width: 190px;
	text-align: right;
}
.LinkButtonRight{
	display: block;
	background: url(Images/button.gif) no-repeat;
	text-decoration: none;
	text-align: center;
	Width: 85px;
	Height: 18px;
	margin: 0px 0px 0px 3px;
	float:right;
}
.LinkButtonLeft{
	display: block;
	background: url(Images/button.gif) no-repeat;
	text-decoration: none;
	text-align: center;
	Width: 85px;
	Height: 18px;
	margin: 0px 3px 0px 0px;
	float:left;
}
.LinkButtonRight:hover, .LinkButtonLeft:hover
{
	color: #4e4e4e;
	background: url(Images/buttonhover.gif) no-repeat;
}