﻿.Pager
{
	margin-top:8px;
	padding-top:8px;
}

.PagerLink 
{
	border: 1px solid #e5e5e5;
	padding: 4px 8px 4px 8px;
	margin-left:4px;
	text-decoration: none;
}
.CurrentPageLink, .CurrentPageLink:Link, .CurrentPageLink:Hover, .CurrentPageLink:Active 
{
	background-color:#e5e5e5;
	text-decoration: none;
}

.PagerDisabled, .PagerDisabled:Hover
{

	text-decoration: none;
	color: Gray;
	
	
}