﻿.paginacao_btNumbers
{   
    font-family: 'Lato', sans-serif; 
    outline: none;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    color:#4d4d4d;
    background-color:transparent;
    border: 0px;
    margin:0px;
    padding:0px;
    width:17px;
    height:18px;
    font-weight:900;
}

.paginacao_btNumbers:hover
{
      color:#03ade8;
      background-image: url('../layout/paginacao_number_bg.png'); 
      background-repeat: no-repeat;
      width:17px;
      height:18px;
}

.paginacao_btActiveNumber
{
    font-family: 'Lato', sans-serif; 
    outline: none;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    color:#03ade8;
    background-color:transparent;
    border: 0px;
    margin:0px;
    padding:0px;
    width:17px;
    height:18px;
    font-weight:900;
}

.paginacao_btAnterior{ float:left; border: 0px; background-image: url('../layout/nav_left.png'); background-repeat: no-repeat; cursor: pointer;  width:12px; height:18px; outline: none; background-color:transparent; cursor:pointer; padding:0px; margin:0px; margin-top:2px;}
.paginacao_btAnterior:hover{ background-image: url('../layout/nav_left_h.png');}
.paginacao_btProximo{float:right; border: 0px; background-image: url('../layout/nav_right.png'); background-repeat: no-repeat; cursor: pointer; width:12px; height:18px; outline: none; background-color:transparent; cursor:pointer; padding:0px; margin:0px; margin-left:8px; margin-top:2px;}
.paginacao_btProximo:hover{background-image: url('../layout/nav_right_h.png');}
