﻿.current 
 {
 background-image:url(img/pager_on.gif); 
 color:White; 
 font-size:12px; 
 font-weight:bold; 
 width:15px; 
 height:15px;
 vertical-align:middle;
 text-align:center; 
}     
.item
 {
 background-image:url(img/pager_off.gif); 
 color:Black; 
 font-size:12px; 
 font-weight:bold;
  width:15px; 
 height:15px;
 vertical-align:middle;
 text-align:center;  
 }
 
.item a
 {
  color:black;
  text-decoration:none;
 }
 
  .item a:hover
 {
  color:white;
  text-decoration:none;
 }
 
  .item:hover
 {
 background-image:url(img/pager_on.gif); 
 color:White; 
 font-size:12px; 
 font-weight:bold; 
 width:15px; 
 height:15px;
 vertical-align:middle;
 text-align:center; 
 }
 
 .item_disabled 
 {
 color:gray;  
 }
 
.command
 {
    
 }
 
.command a
 {
color:#ac0815;
text-decoration:none;
 }
 
.command a:hover
 {
color:gray; 
text-decoration:none;
 }



