﻿div.providencia {
    border-width: 10px;
    border-style: solid;
    padding: 5px;
}

div.providencia span.titulo {
    display: block;
    font-weight: bold;
}

div.providencia .descricao {
    display: block;
    width: 99%;
    height: 50px;
    padding: 0px;
    margin: 0px;
}

div.providencia .botoes {
    display: block;
    text-align: right;
    border-top-width: 1px;
    border-top-style: solid;
    margin-top: 5px;
    padding-top: 5px;
}

#Pager, .Pager {
    display: block;
    height: 45px;
}

#Pager ul.pages, .Pager ul.pages {
    display:block;
    border:none;
    text-transform:uppercase;
    float: right;
}

#Pager ul.pages li, .Pager ul.pages li {
    list-style:none;
    float:left;
    text-decoration:none;
    margin:0 5px 0 0;
    padding:5px;
}

#Pager ul.pages li.pgCurrent, .Pager ul.pages li.pgCurrent {
    font-weight:700;
}

#Result table tbody tr {
    display: none;
}