﻿.Pager { position: relative; margin: 3px auto 0 auto; width: 100%; }
.Pager a { text-decoration: none; }
.Pager span { line-height: 150%; }
.PagerJump, .PagerLinkInactive, .PagerLink, .PagerCurrent, .PagerGoLast, .PagerGoFirst, .PagerPrevious, .PagerNext { background: #F0F5FA none repeat scroll 0 0; border: 1px solid #072A66; padding: 1px 3px; text-align: center; cursor: pointer; }
.PagerJump { padding-left: 5px !important; position: relative; text-align: left; }
.PagerGoFirst, .PagerGoLast { letter-spacing: 50%; }
.PagerCurrent { background: #FFC9A5 none repeat scroll 0 0; }
.PagerLinkInactive { cursor: default; }
.PagerLinkInactive { opacity: 0.4; }
/* opacity not supported in IE so use the following line to set the proper colors instead after taking the colors from Firefox with the opacity */
/*.PagerLinkInactive { border-color: #62945E; background-color: #BFE599; color: #7A9C4B; }*/
.PagerPopup { position: absolute; display: none; z-index: 1000; float: none !important; width: 100px; padding: 0 !important; top: 20px; left: 0; border: 1px solid #3A4F6C; background: #F0F5FA none repeat scroll 0 0; font-size: 85%; }
.PagerPopupTitle { float: none !important; padding: 5px; background: transparent url(/modules/Groupedsi/Tools/Pager/images/TitleBg.gif) repeat scroll 0 0; border-bottom: 1px solid #5176B5; color: #3A4F6C; font-weight: bold; margin: 0 auto; width: auto; letter-spacing: 5%; }
.PagerPopupBody { float: none !important; padding: 5px; color: #000000; font-weight: normal; white-space: nowrap; margin: 0 auto; width: auto; }
.PagerPopupBody input { background: #FFFFFF none repeat scroll 0 0; border: 1px solid #4C77B6; color: #000000; font-size: 11px; margin: 3px; padding: 1px; vertical-align: middle; }
.PagerPopupBody input[type=button] { background: #DFE6EF none repeat scroll 0 0; }
.PagerPopupSubmit { cursor: pointer; }
.PagerJumpFromAndPopup { position: relative; padding: 0 !important; display: inline; float: none !important; }
.DefaultCursor, .RemoveDefaultCursor { cursor: default;}
