﻿.TituloForm
{
    font-size: 16px;
}

.TituloPSA
{
    font-weight: bold;
    font-size: 18px;
}

.botaoGravar
{
    border: 2px solid #316AC5;
    background-color: #f4f9ff;
    color: #0065b3;
    text-align: center;
    font-family: Verdana;
    font-size: 8pt;
    font-weight: bold;
    width: 95px;
    visibility: visible;
}

.TituloDpto
{
    font-weight: bold;
    font-size: 17px;
}

.TabelaImpressao
{
    border: 1px solid #000000;
}

.LabelTituloNegrito
{
    font-size: 18px;
    font-family: Verdana;
    font-weight: bold;
}

.LabelNegrito
{
    font-size: 12px;
    font-family: Verdana;
    font-weight: bold;
}

.LabelNormal
{
    font-size: 12px;
    font-family: Verdana;
}
.LabelMaior
{
    font-size: 14px;
    font-family: Verdana;
    font-weight: bold;
}

.botao_oculto {
	visibility: hidden
}

/**********************
* Style Data Grid Rel *
***********************/

.DataGridRel
{
    width: 95%;
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    border-left: #000000 1px solid;
    border-bottom: #000000 1px solid;
}

.DataGridItemsRel TD
{
    font-family: Arial;
    color: #000000;
    font-size: 8pt;
    background-color: #000000;
    border-left: 1px solid Black;
    border-right: 1px solid Black;
}

.DataGridHeaderRel
{
    background-color: #eceae6;
    text-align: left;
    font-family: Arial;
    color: #000000;
    font-weight: bold;
    font-size: 8pt;
    border-color: Black;
}


.DataGridAlternatingRel TD
{
    font-size: 10px;
    color: #000000;
    font-family: Verdana;
    background-color: #ffffff;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-color: Black;
}


.DataGridFirstColumnRel TD
{
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    color: #000000;
    font-family: Verdana;
    background-color: #ECEAE6;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}

.DataGridFooterRel
{
    font-family: Verdana;
    color: #ffffff;
    font-weight: bold;
    font-size: 10px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

.DataGridItemsRel TD
{
    font-family: Verdana;
    color: #000000;
    font-size: 10px;
    background-color: #ffffff;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-color: Black;
}

H1.SaltoPagina
{
    page-break-before: always;
}
