﻿termo 
{
    color:Red;
    font-weight:bold;
    border-bottom: double 3px Black;
}

.h1Termo
{
    font-size:x-large;
    font-family: Verdana,Arial;
    font-weight: normal;
}

.lblAutorPost
{
    font-weight:bolder;
}

.bottomBorder
{
    border-bottom: solid 1px #CCCCCC;
}

div.exibirPost
{
    /*max-width: 600px;*/
    margin-left: 10px;
    margin-right: 10px;
     border-bottom:2px dotted gray;
}
div.divOperarPost
{
    float:right;
    margin-top: -3px;
    margin-right: 5px;
}

a.termo_existente:link, a.termo_existente:visited, a.termo_existente:active
{
    
    
}

a.termo_nao_existente:link, a.termo_nao_existente:visited, a.termo_nao_existente:active
{
    color: red;
}

div.pnlPost
{
    margin-left: 70px;
    
}

div.divTitulo
{
    margin : 10px 10px 10px 10px;
    font-weight:bold;
}


.dataGridLine
{
    background-color: #EEEEEE;
    padding: 10 10 10 10;
    white-space: nowrap;
}

.dataGridAlternatingLine
{
    background-color: #FFFFFF;
    padding: 10 10 10 10;
    white-space: nowrap;
}

.dataGridHeader
{
    background-color: #C67D35;
    color: White;
    white-space: nowrap;
}

.dataGrid
{
    background-color: #FFFFFF;
    border-collapse: collapse;
    border-color: #999999;
    border-style: none;
    border-width: 1px;
    vertical-align: top;
    width: 100%;
}

.dataGridPager
{
    background-color: #C67D35;
    color: White;
}

a.lnkTermo
{
    font-weight: bold;
}
