﻿.pager
{
	margin: 0 8px 8px 0;
	padding: 0 1px;
	list-style: none;
	display: block;
	float: right;
	background: repeat-x;
	
}
.pager li
{
	margin: 0;
	padding: 1px 0;
	float: left;
	border-right: 0px solid #919191;
	background: repeat-x;
	font-size: 13px;
	cursor: hand;
}
ul.pager li a
{
	display: block;
	padding: 1px 2px 1px;
	color:#E87900;
	border-left: 0px solid #fff;
	border-right: 0px solid #fff;
	float: left;
}
.pager li#activePage a
{
	background-color: #f1f1f1;
	background-image: none;
	font-weight: bold;
}
.pager li#activePage span
{
	background: top center no-repeat;
	position: absolute;
	top: -4px;
	left: 0;
	display: block;
	width: 100%;
	height: 5px;
	z-index: 99999;
}
.pager li#last, .pager li#last a
{
	border-right: none;
}

.DataGridPager {  color:green; font-size:12px;}
.DataGridPager a:link { color:#00FF00; font-size:10px;}
.DataGridPager a:visited { color:#0000FF; font-size:10px;}
.DataGridPager a:hover { color:#FF3300; font-size:10px;}
