﻿.paginacao_lblCount
{
    font-family:Arial, sans-serif;
    font-size: 12px;
    color: #4d4d4d;
}

.paginacao_lblResults
{
    font-family:Arial, sans-serif;
    font-size: 12px;
    color: #4d4d4d;
    vertical-align:middle;
    font-weight:bold;
}
.paginacao_btNumbers
{   
    cursor: pointer;
    font-size: 10px;
    line-height:20px;
    font-weight:bold;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background-color:transparent;
    border: 0px;
    outline: none;
    margin:0px;
    padding:0px;
    background-image: url('../layout/box_n_h.png'); background-repeat: no-repeat; background-position: top;
    height:20px;
    width:20px;
}

.paginacao_btNumbers:hover
{
    background-image: url('../layout/box_n.png'); background-repeat: no-repeat; background-position: top;
}

.paginacao_btActiveNumber
{
    cursor: pointer;
    line-height:20px;
    font-size: 10px;
    font-weight:bold;
    vertical-align: middle;
    border: 0px;
    color: #fff;
    background-color:Transparent;   
    outline: none;
    margin:0px;
    padding:0px;
    background-image: url('../layout/box_n.png'); background-repeat: no-repeat; background-position: top;
    height:20px;
    width:20px;
}


.paginacao_btAnterior
{
    border: 0px;
    cursor: pointer;
    height: 20px;
    width:20px;
    background-image: url('../layout/bt_left.png');
    background-position: right;
    background-repeat: no-repeat;
    background-color: transparent;
    vertical-align: middle;
    outline: none;
    margin:0px;
    padding:0px;
}
.paginacao_btAnterior:hover{ background-image: url('../layout/bt_left_h.png');}

.paginacao_btProximo
{
    border: 0px;
    cursor: pointer;
    height: 20px;
    width:20px;
    background-image: url('../layout/bt_right.png');
    background-position: right;
    background-repeat: no-repeat;
    background-color: transparent;
    vertical-align: middle;
    outline: none;
    margin:0px;
    padding:0px;
}
.paginacao_btProximo:hover{ background-image: url('../layout/bt_right_h.png');}


.paginacao_btUltimo
{
    border: 0px;
    cursor: pointer;
    width: 20px;
    height:20px;
    background-image: url('../layout/bt_last.png');
    background-position: top;
    background-repeat: no-repeat;
    background-color: transparent;
    vertical-align: middle;
    outline: none;

}
.paginacao_btUltimo:hover
{
    background-image: url('../layout/bt_last_h.png');
}


.paginacao_btPrimeiro
{
    border: 0px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background-image: url('../layout/bt_first.png');
    background-position: top;
    background-repeat: no-repeat;
    background-color: transparent;
    vertical-align: middle;
    outline: none;
}

.paginacao_btPrimeiro:hover
{
    background-image: url('../layout/bt_first_h.png');
}

