﻿body
{
}
.gridListagem
{
    width:100%; 
    border:1px dotted #999;
    white-space:nowrap;
}
.gridHeader
{
    background-color: #D2E9FF;
}
.gridAlternateLinha
{
    background-color: #F4FBFF;
}
.menuLink
{
    padding: 4px;
    background-color: #3366FF;
    color: #FFFFFF;
}
.menuLink:hover
{
    padding: 4px;
    background-color: #6A8FFF;
    color: #FFFF00;
}
.subtitulo
{
    font-size: medium;
    font-weight: bold;
}
ul
{
    padding-left: 20px;
}
.obs
{
    color: #800000;
    font-size: x-small;
    border-top-style: double;
    border-bottom-style: double;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-color: #800000;
    border-bottom-color: #800000;
}
.resultado
{
    color: #800000;
    font-size: small;
    font-weight: bold;
}
.nomeCertificado
{
    color: #000000;
    font-size: medium;
    font-weight: bold;
    position: absolute;
    z-index: 0;
    top: 455px;
    left: 155px;
    height: 15px;
    width: 500px;
}