﻿.Grid
{
    border: solid 1px silver;
    color: #000000;
    top: 38px;
    left: 0px;
    }

.GridHeader
{
    background-color: #C0C0C0;
    font-family: Verdana;
    color: black;
    font-size: x-small;
    text-decoration: none;
    text-transform: none;
    text-align:center;
}

.Grid td
{
    margin: 1px 1px 1px 1px;
    padding: 1px 1px 1px 1px;
    font-family: Verdana;
    font-size: x-small;
    font-family: Verdana;
    color: #000000;
    font-size: x-small;
    text-decoration: none;
    text-transform: none;
}
.GridItem
{
    background-color: #DBDBDB;
    color: #444444;
}

.GridAltItem
{
    background-color: #ECE9D8;
    font-family: Verdana;
    color: #284775;
}

.GridBotoes
{
    width:0px;
    text-align:center
}

.GridColuna
{
    width: 30px;
    text-align:center;
   
}

.GridColuna1
{
    width: 60px;
}

.GridRodape

{
    background-color: #C0C0C0;
    font-family: Verdana;
    text-align: center;
    font-size:small;
    color: #000000;
    text-decoration: none;
}

.LabelPesquisa

{
    font-family: Verdana;
    color: #7C6F57;
    text-align: center;
    font-size: x-small;
}

    
