@import url('960.css');

body
{
    color: #333;
    font-size: 12px;
    font-family: Arial, Sans-serif;
    background: #E7E7E7 url('img/bgCinza.png') repeat;
    margin: 0;
}

a
{
    color: #4373cb;
}

p
{
    margin-bottom: 1em;
    line-height: 1.4em;
}

.alinhar_direita
{
    text-align: right;
}

#cabecalho
{
    height: 60px;
    overflow: hidden;
    background: #024873;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}

#DadosSistema
{
    display: block;
    padding-left: 120px;
    height: 58px;
    margin: 0;
    overflow: hidden;
    background: url('img/logo2ti.png') left no-repeat;
}

#NomeSistema, #NomeEmpresa
{
    font-family: 'Lucida Grande' , 'Segoe UI' , Helvetica, Arial, Sans-serif;
    color: white;
    height: 27px;
    font-size: 18px;
}

#NomeSistema
{
    line-height: 30px;
}

#NomeEmpresa
{
    line-height: 36px;
}

#identificacao
{
    color: #FFF;
    float: right;
}

#identificacao .foto
{
    float: right;
    border: 2px solid #FFF;
}

#identificacao .acoes, #identificacao .saudacao
{
    width: 395px;
    display: block;
    text-align: right;
    float: right;
    padding-top: 8px;
}

#identificacao .saudacao
{
    font-family: 'Lucida Grande' , 'Segoe UI' , Helvetica, Arial, Sans-serif;
    font-size: 18px;
    padding-top: 5px;
    padding-right: 2px;
    height: 23px;
}

#identificacao .acoes a
{
    color: #FFF;
    text-decoration: none;
    font-size: 11px;
    padding: 5px 5px 5px 18px;
    margin-left: 5px;
    font-weight: bold;
}

#identificacao .acoes a.meus_dados
{
    background: url('img/ico_pessoa.png') left no-repeat;
}

#identificacao .acoes a.mudar_senha
{
    background: url('img/ico_chave.png') left no-repeat;
}

#identificacao .acoes a.sair_sistema
{
    background: url('img/icon_SairSistema.png') left no-repeat;
}

#menu
{
    background: #507AAA; /* url('img/bgMenu.png') repeat-x bottom */
    border-bottom: #024873 1px solid; /* background: #0477BF; */
    position: fixed;
    width: 100%;
    top: 60px;
    z-index: 999;
}

#conteudo
{
    margin-top: 140px;
    margin-bottom: 50px;
    height: 100%;
    width: 100%;
}

#rodape
{
    position: fixed;
    height: 30px;
    width: 100%;
    bottom: 0;
    z-index: 999;
    background: #EEE url('img/bg_rodape.jpg') top repeat-x;
    border-top: 1px solid #595959;
}

#rodape p
{
    margin: 0;
}

#rodape .interna_rodape
{
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

#rodape .interna_rodape #links_uteis, #rodape .interna_rodape #creditos
{
    padding: 6px;
}

#rodape .interna_rodape #links_uteis
{
    font-family: Arial;
}

#rodape .interna_rodape #links_uteis a
{
    color: black;
    text-decoration: none;
    font-size: 12px;
    display: block;
    float: left;
    margin-right: 20px;
    padding-left: 20px;
}

#rodape .interna_rodape #links_uteis a.sugestoes
{
    background: url('img/icon_Sugestoes.png') left 0 no-repeat;
}

#rodape .interna_rodape #links_uteis a.fale_conosco
{
    background: url('img/icon_FaleConosco.png') left 0 no-repeat;
}

#rodape .interna_rodape #creditos a
{
    color: #AAA;
    text-decoration: none;
    font-size: 11px;
}

#rodape .interna_rodape #creditos a .logo_2ti
{
    background: url('img/logo_2ti.png') no-repeat;
    width: 31px;
    height: 17px;
    display: block;
    float: right;
    text-indent: 9999em;
    overflow: hidden;
    margin-left: 5px;
}

.grid_rodape
{
    display: inline;
    float: left;
    width: 460px;
}

.bloco_alinhar_esquerda
{
    float: left;
    margin-left: 0;
}

.bloco_alinhar_direita
{
    margin-right: 0;
    float: right;
}

.OcultaMsg
{
    display: none;
}
