INPUT.Valor
{
    text-align: right;
}

TR.BorderTop TD, TD.BorderTop
{
    border-top: white 1px solid;
}

TR.BorderBottom TD, TD.BorderBottom
{
    border-bottom: white 1px solid;
}

TR.DottedBorderTop TD, TD.DottedBorderTop
{
    border-top: white 1px dotted;
}

TR.DottedBorderBottom TD, TD.DottedBorderBottom
{
    border-bottom: white 1px dotted;
}

TR.Links TD
{
    vertical-align: middle;
    height: 25px;
}

TR.Links TD *
{
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
}

BODY
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    scrollbar-face-color: #fffacd;
    scrollbar-highlight-color: #ffffff;
    scrollbar-shadow-color: #ffffff;
    scrollbar-3dlight-color: white;
    scrollbar-arrow-color: #4D6185;
    scrollbar-track-color: #f7f7f3;
    scrollbar-darkshadow-color: white;
    margin: 0 0 0 0;
}

INPUT
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
}

SELECT
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    margin-left: 0px;
}

INPUT.CheckBox, TABLE.CheckBox TR TD INPUT, SPAN.CheckBox INPUT, TABLE.Radio TR TD INPUT, INPUT.SemBorda
{
}

TABLE.Radio
{
    padding: 0 0 0 0;
}

OPTION
{
}

.ImageButton
{
    border: none;
}

.AlignRight
{
    text-align: right;
}

TABLE
{
    font-size: 8pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    margin-left: 0px;
}


TEXTAREA, P
{
    font-size: 8pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.QuadroAviso
{
    font-size: 7pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

A
{
    font-size: 8pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}


h1
{
    font-weight: bold;
    font-size: 10pt;
    color: #036;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    text-decoration: underline;
}

/********************************************************/
/* WINDOW												*/
/********************************************************/
TD.WindowCornerTopLeft
{
    background-image: url(../images/top_left_corner.gif);
    background-repeat: no-repeat;
    width: 4;
    height: 25;
}

TD.WindowCornerTopRight
{
    background-position: right top;
    background-image: url(../images/top_right_corner.gif);
    background-repeat: no-repeat;
    width: 4;
    height: 25;
}

/* Barra de Titulo */
TD.WindowTitleBar
{
    width: 100%;
    background-color: #023f88;
    border-right: white 1px solid;
    border-left: white 1px solid;
    border-bottom: white 1px solid;
    border-top: white 1px solid;
    vertical-align: middle; /*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=90,Strength=4);*/
}

/* Texto da Barra de Titulo */
.WindowTitle
{
    font-weight: bold;
    font-size: 8pt;
    color: white;
    font-family: verdana;
    width: 100%;
    height: 25px;
    padding-left: 5px;
    vertical-align: middle;
}

.WindowDialogTitle
{
    font-weight: bold;
    font-size: 8pt;
    color: #036;
    font-family: verdana;
    width: 100%;
    height: 25;
    padding-left: 5px;
    padding-top: 3px;
}

/* Botao Fechar */
TD.WindowCloseButton
{
    width: 25;
    height: 25;
    cursor: hand;
    padding-right: 2px;
    text-align: right;
}

/* Barra de Botoes */
TD.WindowBottomBar
{
    height: 25;
    width: 100%;
    border-right: white 1px solid;
    border-left: white 1px solid;
    border-bottom: white 1px solid;
    background-color: #fffacd;
    padding-left: 5px;
}

TD.WindowButtonBar
{
    height: 25;
    width: 100%;
    border-right: white 1px solid;
    border-left: white 1px solid;
    border-bottom: white 1px solid;
    background-color: #fffacd;
    padding-left: 5px;
    vertical-align: middle;
    text-align: left;
    padding: 2px 4px 2px 2px;
}

TD.WindowButtonOfBar
{
    background-color: #fffacd;
    text-align: center;
    padding: 2px 4px 2px 2px;
    cursor: hand;
}

.WindowButtonOfBarText
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 7pt;
    color: #036;
    text-decoration: none;
    text-align: center;
}


/* Corpo da Janela*/
.WindowBody, .WindowBodyWithoutShadow
{
    width: 100%;
    height: 100%;
    border-right: white 1px solid;
    border-left: white 1px solid;
    border-bottom: white 1px solid;
    vertical-align: top;
    background-color: White;
    padding: 5px 5px 5px 5px;
}

.Sombra
{
    /* filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5); -- efeito eliminado por trazer problemas em mouseover mouseout --*/ 
}

.WindowTopBorder
{
    border-top: white 1px solid;
}

.WindowBottomBorder
{
    border-bottom: white 1px solid;
}

TD.UpdateProgress
{
    padding-left: 3px;
}
/********************************************************/
/* Caixa Mensagem										*/
/********************************************************/

/* Barra de Titulo */
TD.MessageTitleBar
{
    height: 25;
    width: 100%;
    vertical-align: top;
    border-top: white 1px solid;
    border-right: white 1px solid;
    border-left: white 1px solid;
    border-bottom: white 1px solid;
    background-color: #fffacd;
    font-weight: bold;
    font-size: 8pt;
    color: #036;
    font-family: verdana;
    width: 100%;
    height: 25;
    text-align: center;
}


/********************************************************/
/* GERAL												*/
/********************************************************/

/* Botao */
.Button
{
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 3px;
    padding-top: 3px;
}


/* Label dentro de Tabela */
TD.Label, TD.Label1, TD.Label2
{
    /*padding-right: 5px;*/
    font-size: 8pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    height: 25px;
    text-align: right;
}

/* Label dentro de Tabela - usadas acima dos campos*/
TD.TopLabel, TD.TopLabel1, TD.TopLabel2
{
    padding-top: 2px;
    font-size: 8pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    height: 25px;
    text-align: left;
}

.TopLabelValor, .TopLabelValor1, .TopLabelValor2
{
    padding-top: 2px;
    font-size: 8pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    height: 25px;
    text-align: right;
}

/* Classe para labels */
.Label, .Label1, .Label2
{
    font-size: 8pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.BoldLabel, .BoldLabel1, .BoldLabel2
{
    font-size: 8pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

/* Label normalmente usados em Checkbox */
LABEL
{
    font-size: 8pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    position: relative;
    top: -3px;
}

SPAN.ValText
{
    padding-left: 5px;
    font-size: 8pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: Red;
    vertical-align: middle;
}
/* Label para checkbox */
Label.CheckBox, Label1.CheckBox, Label2.CheckBox
{
    padding-left: 5px;
    font-size: 8pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.Title
{
    font-weight: bold;
    font-size: 8pt;
    color: #036;
    font-family: verdana;
}

SPAN
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.LinkButton
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    font-weight: bold;
    font-size: 8pt;
    vertical-align: middle;
    cursor: hand;
    color: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: transparent;
    text-align: center;
    text-decoration: none;
    height: 17px;
}

.LinkButton2
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    font-weight: bold;
    font-size: 8pt;
    vertical-align: middle;
    cursor: hand;
    color: #023f88;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: transparent;
    text-align: center;
    text-decoration: underline;
    height: 17px;
}

INPUT.BotaoEnviar
{
    background-color: #fffacd;
    border-top: white 1px solid;
    border-right: white 1px solid;
    border-left: white 1px solid;
    border-bottom: white 1px solid;
    cursor: hand;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100px;
    font-size: 8pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
}

/* Definições para as Grids */
.GridHeaderStyle, .GridHeaderStyle TD A
{
    background-color: #fffb9c;
    font-weight: bold;
    color: black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
}

.GridFooterStyle, .GridFooterStyle TD A
{
    background-color: #fffb9c;
    font-weight: bold;
    color: black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
}

.GridItemStyle, .GridItemStyle TD A
{
    background-color: #DEDFDE;
    color: black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 7pt;
}

.GridAltItemStyle, .GridAltItemStyle TD A
{
    background-color: #DEDFDE;
    color: black;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 7pt;
}

@media print
{
    .navbar
    {
        display: none;
    }
}

