﻿body
{
}

.Texto
{
    border: thin groove #00CC99;
    width: 340px;
}

.TabelaInscricao
{
    border: thin none #C0C0C0;
    font-family: Verdana, Arial, Arial Black,Lucida Sans;
    font-size: 9pt;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    text-align:left;
}

#Titulo
{
    background-color: #669999;
    text-align: center;
    font-size: 15pt;
}

#MensagemErro
{
    font-size: 6pt;
}

#Instrucao
{
    padding: 10px;
    border-style: solid;
    background-color: #00FF99;
    font-size: 09pt;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: move;
    display: none;
}

#divListViewAdm{
    padding: 10px;
    border-style: solid;
    background-color: #00FF99;
    font-size: 09pt;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: move;
}

#tabelaListViewAdm {
    cursor: default;
    clear:both;
}
