.ditto_paging {
    border-top: 0px solid #ccc;
    padding: 5px; 
    font-size: 86%;
    color: black;
}
#ditto_pages .ditto_currentpage {
    border: 0px solid black;
    padding: 1px 5px 2px; 
    margin-right: 1px;
    background-color: red; 
    color: #fff;
} 
#ditto_pages .ditto_off {
    border: 0px solid #ccc;
    font-weight: bold;
    padding: 1px 5px 2px; 
    margin-right: 1px;
    color: orange;
    display: none;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    border: 0px solid red; 
    font-weight: bold;
    padding: 1px 5px 2px; 
    margin-right: 1px; 
    text-decoration: none !important; 
    color: red;
} 
#ditto_pages a:hover {
    background-color: #fff;
    color: #000;
}

.odd {
     background-color: #FFFFFF; 
}

.odd a {
     font-weight: normal; 
}

.odd a:hover {
     font-weight: normal; 
}

.even {
     background-color: #CCCCCC; 
}

.even a {
     font-weight: normal;  
}

.even a:hover {
     font-weight: normal;  
}

.here {
     background-color: skyblue; 
     color: red;
}

.here a {
     font-weight: normal; 
}

.here a:hover {
     font-weight: normal; 
}