﻿/* Estrutura - inicio */

#SeEstruturaPrincipal /* estrutura mais externa - equivale ao body */
{
    font-family: Arial, Helvetica, 'sans-serif';
    font-size: 14px;
    margin:0px;
    padding:0px;
    /* min-height: 600px; */
}

#SeEstruturaLateralEsquerda {
    width: 8%;
    float:left; 
    min-height: 580px;
}

#SeEstruturaCorpo
{
    width: 84%;
    display: inline-block;
    float:left;
    min-height: 580px;
    margin-bottom: 10px;
}

/* Cabeçalho - inicio */
#SeEstruturaCabecalho /* por enquanto nao há decoração para o cabecalho externo*/
{
    text-align: center;
}

    #logo
    {
        display:inline-block;
        width: 84px;
        vertical-align: middle;
        float: left;
    }

    #logoSistema
    {
        display:inline-block;
        vertical-align: middle;
        padding-top: 0px;
    } 

    #sistema
    {
        display: inline-block;
        font-size: 16px;
        font-weight: bold;
        height:20px;
        margin-top: 10px;
        margin-left:1px;
        padding-right: 10px;
        text-align: right;
    }

    #usuario
    {
        text-align: right;
        font-size: 12px;
        font-weight: normal;
        margin: 3px;
        margin-bottom: 0px;
        padding: 0px;
    }

    #data
    {
        text-align: right;
        font-size: 12px;
        font-weight: normal;
        margin: 3px;
        margin-bottom: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

/* Cabeçalho - fim*/

#SeEstruturaModulo
{
    min-height:466px;
    padding-top: 0px;
    padding: 12px;
}

#SeEstruturaLateralDireita {
    width:7%;
    float:left;
    min-height: 580px;
}

#SeEstruturaRodape
{
    padding: 0px;
    width: 100%;
    height: 37px;
    clear:both;
}

#SeEstruturaRodapeInterno
{
    margin-left: 8%;
    width: 84%;
    height: 37px;
    margin-top:4px;
    margin-right: 7%;
}

/* Estrutura - fim */

#top_nav
{
    height: 27px;
    width: 100%;
}

#loginBox
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0px;
    margin: 0px;
    border-style: solid;
    border-width: 1px;
    top: 130px;
    width: 240px;
    height: 120px;
    position: relative;
    left:50%;
    margin-left: -120px;
}


/* BreadCrumb - inicio */
.breadcrumb
{
    list-style:none;
    padding: 0px 12px;
    margin: 0 0 0 0;
    height:14px;
}

/*.breadcrumb .first
{
    width: 0px;
    background: #ffa800;
    margin-right: 10px;
}*/

.breadcrumb .separator
{
    padding: 4px 4px;
    font-size: 16px;
}

.breadcrumb li
{
    float:left;
    line-height: 14px;
    color: #000;
}

.breadcrumb li a,
.breadcrumb li a:hover
{
    font: 14px Arial, Helvetica, 'sans-serif';
    color: #000;
    text-decoration:underline;
}
/* BreadCrumb - fim */


/*
dica do jean

.SePainelCorDiscreta, .SeEstruturaLateralEsquerda {
background-color: #F4F4F4;
}

.SeEstruturaLateralEsquerda {
width: 7%;
float:left;
min-height: 580px;
}
dica do jean
*/ 

