/* 
    Document   : styleLogin
    Created on : Nov 20, 2013, 2:14:38 PM
    Author     : hmhino
    Description:
        Purpose of the stylesheet follows.
*/
html, body {height:100%;} 

body {
    margin:0; 
    padding:0;
    background-image: url('images/bg_Body.jpg');
    background-repeat: no-repeat;
    background-position: top;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    overflow-y:hidden; 
}

#tudo { 
    width:1021px;
    position:relative;  /*Contexto de posicionamento */
    margin:0 auto;
    text-align:left;
    min-height:100%;/**/
}

* html #tudo {height: 100%;}
#conteudo {padding-bottom:30px;}
#topo {
    width:100%;
    height:100px;
    padding-top:1px;
}

#logotipo{
    width: 100%;
    height: 68px;
    background-image: url('images/interf_monit.png');
    background-repeat: no-repeat;
    margin-top: 56px;
}

#principal {
    width:100%;
    float:left;
    padding-top:10px;
    text-align:left;
    /*background-color: #CCCCCC;*/
}

#rodape {    
    width:100%;
    /*height:232px;*/
    position: absolute;
    bottom: 0; 
    text-align:center;
    color: #00669D;
    font-size: 11px;
    font-family: Arial;
    line-height: 1.5;
    z-index: 1;
}

#texto_rodape{
    position: relative;
}



#login{
    position: fixed;
    /*background-color: #E8E8E8;*/
    background-image: url('images/bg_barra.png');
    right: 0;
    top:0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #707173;
    width: 100%;
    height: 34px;
    text-align: center;
    
}

#login_interno{
    left: 50%;
    margin-left: -553px;
    position: relative;
    text-align: right;
    width: 1021px;
    margin-top: 4px;
}

.btn{
    font-family: Verdana;
    font-size: 10px;
    margin-left: 10px;
}

.textoInput{
    margin-left: 10px;
}

#box_texto_itens{
    position: absolute;
    top: 370px;
    color: #707173;
    font-family: arial;
    font-size: 12px;
    height: 177px;
    width: 231px;   
    background-image: url('images/bg_balao.png');
    background-repeat: no-repeat;
    text-align: left;
    font-weight: bold;
}

#box_texto_itens ul{
    margin-left: -24px;
    margin-top: 22px;  
}

ul{
    list-style: inside  url('images/checked.png');
}

.destaque{
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#00659d;
    font-weight: bold;
    text-decoration: none;
}

.destaqueLink{
    font-family: Arial, Helvetica, sans-serif;
    font-size:10px;
    color:#00659d;
    font-weight: bold;
    text-decoration: none;
}

#box_texto_descricao{
    color: #707173;
    font-family: Arial,Helvetica,sans-serif;
    background-image: url('images/bg_balao_maior.png');
    background-repeat: no-repeat;
    font-size: 12px;
    position: absolute;
    height: 163px;
    width: 252px; 
    top: 187px;
    text-align: left;
}

#textoDescricao{
    width: 235px;
    display: block;
    padding-left: 13px;
    padding-top: 17px;
}

.novoUsuario{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #707173;
    text-decoration: none;
    margin-left: 10px;
}

a:hover.novoUsuario {
    color:#00659d;
    text-decoration: none;
    margin-left: 10px;
}

#formularioInscicao{
    margin-left: 63px;
    margin-top: 50px;
    width: 900px;   
}

 

.btnVoltar{
    height: 28px;
    margin-left: 813px;
    margin-top: 3px;
    position: absolute;
    z-index: 2;
}


.honeypot{
   display: none;
}

.formularioNovoUsuario{
    width: 705px; 
    position: absolute; 
    right: 0; 
    margin-top: 65px;
}

/*===== SOBRESCREVENDO CSS DO PRIMEFACES====================================================================== */

.ui-inputtextarea{
    width: 350px !important;
}

.ui-widget-content {
    background: none !important;
    background-image: url('images/bg_transparente.png') !important;
} 


.ui-growl-item { /* popup msg erro*/
    display: block;
    padding: 10px 15px;
    font-size: 12px !important;
    font-family: Arial, Helvetica, sans-serif;
}


div[id*="modalLogin"] {
   opacity: 1;
   filter:Alpha(opacity=1);
}

/*
.ui-inputfield {
    font-weight: normal;
    width: 350px !important;
}*/


/*====================================================================*/


