﻿	.pagStronaAktualna
       {
           display: block;
           float: left;
           width: 29px;
           height: 28px;
           background-color: #01519A;
           line-height: 25px;
           font-family: Tahoma;
           font-size: 13px;
           color: #FFFFFF;
           text-decoration: none;
           text-align: center;
           margin-left: 2px;
           margin-right: 2px;
           font-weight: bold;
           margin-top: 0px;
       }
   .pagStrona
       {
           display: block;
           float: left;
           width: 21px;
           height: 20px;
           background-color: #01519A;
           line-height: 20px;
           font-family: Tahoma;
           font-size: 11px;
           color: #FFFFFF;
           text-decoration: none;
           text-align: center;
           margin-left: 1px;
           margin-right: 1px;
       }
   .webPagMenu_BtnFirst
       {
           display: block;
           float: left;
           width: 21px;
           height: 23px;
           background-image: url('../img/pag_first.gif');
           background-repeat: no-repeat;
           text-align: center;
           /*margin-left: 100px;*/
           margin-right: 1px;            
           margin-top: 4px;
       }
   .webPagMenu_BtnBack
       {
           display: block;
           float: left;
           width: 21px;
           height: 23px;
           background-image: url('../img/pag_prev.gif');
           background-repeat: no-repeat;
           margin-left: 1px;
           margin-right: 20px;   
           margin-top: 4px;
       }
   .webPagMenu_BtnNext     
       {
           display: block;
           float: left;
           width: 21px;
           height: 23px;
           background-image: url('../img/pag_next.gif');
           background-repeat: no-repeat;
           margin-left: 20px;
           margin-right: 1px;   
           margin-top: 4px;
       }    
   .webPagMenu_BtnLast
       {
           display: block;
           float: left;
           width: 21px;
           height: 23px;
           background-image: url('../img/pag_last.gif');
           background-repeat: no-repeat;
           margin-left: 1px;
           margin-right: 40px;   
           margin-top: 4px;
       }    
   .webPagMenu_Element div /* tekst ilość pozycji na stronę w paginatorze */
       {
           font-family: Tahoma;
           font-size: 10px;
           color: #333333;
           line-height: 20px;
           float: left;
           margin-top: 4px;
       }
   .webPagMenu_PageSize div a
       {
           display: block;
           float: left;
           width: 21px;
           height: 20px;
           background-color: #01519A;
           line-height: 20px;
           font-family: Tahoma;
           font-size: 11px;
           color: #FFFFFF;
           text-decoration: none;
           text-align: center;
           margin-left: 1px;
           margin-right: 1px;
           margin-top: 4px;
       }
   .webPagMenu_ActiveSize div a
       {
           display: block;
           float: left;
           width: 29px;
           height: 28px;
           background-color: #01519A;
           line-height: 25px;
           font-family: Tahoma;
           font-size: 13px;
           color: #FFFFFF;
           text-decoration: none;
           text-align: center;
           margin-left: 2px;
           margin-right: 2px;
           font-weight: bold;        
           margin-top: 0px;
       }
