﻿/* Stylesheet for Pager.ascx user control */
.pager { height:23px; text-align:center; padding-bottom: 10px; }
.pagernumbers { float:left; }
.pagenumber { border: solid 1px #cccccc; float: left;  margin-right: 5px; background-image: url("/images/nav/pagination/Paging-Gradient-LightGrey.png"); height: 14px; font-size: 14px; line-height: 14px; cursor: pointer; padding:3px 6px 3px 6px; }
.pagenumber:hover { background-image: none; background-color: #3399cc; color: #ffffff; }
.pagenumber:hover a { color: #ffffff; }
.pagenumber_inactive { border: solid 1px #cccccc; float: left; padding: 3px 8px; margin-right: 5px; background-image: url("/images/nav/pagination/Paging-Gradient-LightGrey.png"); height: 14px; }
.currentpage { font-weight: bold; float: left; border: solid 1px #cccccc; margin-right: 5px; padding: 3px 8px; background-color: #8398a5; color: #ffffff; height: 14px; font-size: 14px; line-height: 14px; }
.pagecount { float: left; padding-top: 5px; padding-right: 15px; font: 11px Verdana; color: #666666; }
.next_active { background-image: url("/images/nav/pagination/Paging-Arrow-Right-On.gif"); background-repeat: no-repeat; width: 5px; height: 14px; cursor: pointer; background-position: center; }
.prev_active { background-image: url("/images/nav/pagination/Paging-Arrow-Left-On.gif"); background-repeat: no-repeat; width: 5px; height: 14px; cursor: pointer; background-position: center; }
.next_active:hover { background-image: url("/images/nav/pagination/Paging-Arrow-Right-Over.gif"); }
.prev_active:hover { background-image: url("/images/nav/pagination/Paging-Arrow-Left-Over.gif"); }
.next_inactive { background-image: url("/images/nav/pagination/Paging-Arrow-Right-Off.gif"); background-repeat: no-repeat; width: 5px; height: 14px; background-position: center; }
.prev_inactive { background-image: url("/images/nav/pagination/Paging-Arrow-Left-Off.gif"); background-repeat: no-repeat; width: 5px; height: 14px; background-position: center; }
.ellipses { float: left; vertical-align: bottom; padding:    7px 5px 0px 0px; }

