﻿.Pager
{
    padding-top: 10px;
    padding-bottom: 20px;
}

.Pager a
    {
    background-image: url('/Images/bgPaging.gif');
    width: 23px;
    height: 20px;
    display: block;
    color: White !important;
    text-decoration: none !important;
    line-height: 18px;
    text-align: center;
    float: left;
    margin-right: 2px;
    margin-bottom: 2px;
    cursor: pointer;
    }
    
.Pager a:hover
	{
	color: White;
	text-decoration: underline !important;
	}
    
.Pager span
    {
    background-image: url('/Images/bgPagingSelected.gif');
    width: 23px;
    height: 20px;
    display: block;
    color: White;
    line-height: 18px;
    text-align: center;
    float: left;
    margin-right: 2px;
    margin-bottom: 2px;
    }