﻿/* Pager Started */
.CurrentPage { color: #000; font-weight: bold; cursor: default;}
.PageNumber, .CurrentPage { padding: 2px 12px; font-size: 14px; float: left;}
.PageNumber:hover{ color: #000; background-color: #99CCFF; text-decoration: underline; cursor: pointer;}
.PageNumber, .PageNumber:link, .PageNumber:visited
{
    color: #00417E; text-decoration: none;
}

.pager-bottom { padding: 4px 4px 6px 4px; text-align: left; margin: 10px 0px 20px 32px; display: table; }
.pager-bottom .previous-page, .pager-bottom .next-page { padding: 0; margin: 2px 8px; font-size: 0; line-height: 0; width: 12px; height: 16px;}
.pager-bottom .previous-page {background: url(/images/jobseeker/jobSearchResult/btn_Larrow.png) left center no-repeat;}
.pager-bottom .next-page { background: url(/images/jobseeker/jobSearchResult/btn_Rarrow.png) right center no-repeat;}

.pager-bottom .previous-page[disabled=disabled], 
.pager-bottom .next-page[disabled=disabled],
.pager-bottom .previous-page:disabled,
.pager-bottom .next-page:disabled { display: none;}
/* Pager End */