@charset "utf-8";
/* CSS Document */

body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-image:url(../../img/sistema/logoIpead.png) no-repeat;

}

body,td,th {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}


#sysLogin {
    background-color:#66F;
}

#sysTopo {
    height:71px;
    top: 0;
    /*overflow: hidden;*/
    width: 100%;
    min-width:924px;
    background-image:url(../../img/fundo_topo.gif);
}

#sysTopMen{
    z-index: 1000;
    position: fixed;
    top: 0px;
    width:100%;
}
/*
#sidebar { 
  width: 190px; 
  position: fixed; 
  margin-left: 410px; 
}*/
#sysTopo .topoconf {
    padding-left:25px;
    padding-right:25px;
}

.efeitoFixo{
    position: fixed;
    top: 0px;
}

#sysMenu {
    height:0px;
    position: relative;
    width: 100%;
    z-index: 1000;
    min-width:924px;
}
#congelar{
    width: 100%;
    width:1024px;
    margin-left:auto;
    margin-right:auto;
    background:#FFFFFF;
    display:block;
    padding-top:5px;
    position: fixed; 
    top: 100px;
    margin-top: 0px;
    z-index: 999;
}
div#congelar #tabela{
	margin-top: 0px;
}
#sysMenu .cl_menu {	
    float:left;
    list-style:none;  
    display:inline;
    padding-right:25px;
}
#sysMenu .menuconf{
    padding-left:3px;
    padding-right:25px;	
}

#sysRodape{
    background-position:bottom;
    height:81px;
    background-image:url(../../img/sistema/bg_rodape.jpg);	
    bottom:51px;
    position:fixed;
    width:100%;
}
#sysRodape .imgrodape{
    padding-left:35px;
}

#sysRodape1{
    background-position:bottom;
    height:60px;
    background-color:#6666FF;
    bottom:0;
    position:fixed;
    width:100%;
}

#sysRodape2{
    background-position:bottom;
    height:51px;
    background-color:#669;
    bottom:0;
    position:fixed;
    width:100%;
}

#sysConteudo {
    width:100%;
    height:100%;
    min-width:924px;
    margin-top: 130px;
}
#sysConteudo .login_user {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    /*color: #CCC;*/
    /*background-color: #7C7CFF;*/
    border: 1px solid #66C;
    height: 16px;
    width: 180px;
    background-image: url(../../img/sistema/user_32.gif);	
    background-repeat: no-repeat;
    background-position:left;
    padding-left:20px;
}
#sysConteudo .login_pass {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    /*color: #CCC;*/
    /*background-color: #7C7CFF;*/
    border: 1px solid #66C;
    height: 16px;
    width: 180px;
    background-image: url(../../img/sistema/chave_08.gif);	
    background-repeat: no-repeat;
    background-position:left;
    padding-left:20px;
}

#sysConteudo .login_texto{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color:#111;
}

#sysConteudo .textefield {
    background-image: url(../../img/sistema/chave_08.gif);
    background-repeat: no-repeat;
    padding-top: 0px;
    padding-right: 25px;
    padding-bottom: 5px;
    padding-left: 2px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

#sysConteudo .msgError{
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#66F;
}

.sysTitulo {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
}