

/* input[type="text"],input[type="password"],input[type="file"]{
    border:solid 1px;
    background-color:#f7f0f0;

} */

body{
    /* background-image:url(../imgs/backgroundTop.jpg);
    background-repeat: repeat-x; */
}
#cabecalho {    
}

h1{
    color: #FFF !important;
}

#area-cabecalho{
    background-color: #2d73cb;
    margin-bottom: 20px;
}

#logo{
    margin-top: 10px;
    margin-bottom: 10px;
}

.mb-10{
    margin-bottom: 10px;
}


#titulo{
    position:absolute;
    left:70%;       
    width:120px;
    height:auto;
    margin-top:170px;   
    padding:8px 30px;
    
    border-top:1px solid #CCC;
    border-bottom:1px solid #CCC;

    background-color:#f1f1f3;
    
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:22px;
    color:#333;
}

#logoff {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
    float:right;
    margin-right: 10px;
    margin-top: 10px;
}


#logoff a{
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}


#rodape{
    height:50px;
    background-color: #dddddd;
    text-align: center;
    padding-top: 5px;    
    margin-top: 50px;
}


#menu {

    width:10%;
    border-right:dotted 1px #ADADAD;
    height:70%;
}
#box{
    width:150px;
    height:auto;
    float:left;
}
#box #capt{
    width:150px;
    height:30px;
    float:right;
}

#menu .caixa{
    width:90%;
    border:solid 1px #ADADAD;
    min-height:20px;
    background-color: #EEEEEE;
    font-size: 10px;
    color: #000000;
    text-decoration: none;      
}

#menu a{
    padding-left:5px;   
    font-size: 10px;
    color: #000000;
    text-decoration: none;  
    min-height:20px;
    display:block;
}
#menu a:hover{
    background-color: #dadada;
}
.espacamento{
    float:left;
    width:1%;   
}



#categoria_input {
    font-size: 11px;
    border:solid 1px;
    background-color:#f7f0f0;
}

#nivel {
    font-size: 11px;
    border:solid 1px;
    background-color:#f7f0f0;
}

.descricao {    
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color:#333;
    width:60%;
    height:30px;    
}
#tituloForm {   
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 20px;
    color:#333;
    border-bottom:1px solid #CCC;
    width:60%;
    height:30px;    
}

.mensagem {
    height:20px;    

}
.bot-submit {
    font-size: 9pt;
    color: #00000;
    border:solid 1px;
    margin-top:10px;
    width:auto;
    height:auto;
    float:left;
    padding:5px;
    background-color:#CCC;
}


.texto {
    width:200px;
    font-size: 10px;
    color:#333;
    float:none;
    margin:auto;
    padding-top:15px;
}

.texto_vermelho {
    border:solid 1px red;
    display:inline-block;
    text-align:center;
    font-size: 10px;
    width:400px;
    color: red;
    text-decoration: none;
}

.texto_erro {
    margin-left:100px;
    font-size: 10px;
    color: red;
    text-decoration: none;
    height:20px;
}
.msg_bemvindo{
    display:block;
    margin:20px;
    text-align:center;
}



.cursor_editar{
    cursor:pointer;
}

#nome{
    text-transform:uppercase;
}

.area_select{
    position:relative;
    width:300px;
    overflow:hidden;
    height:22px;
    border-right:1px solid #dadada;
}

.select {
      position: absolute;
      width: 198px;
      height: 21px;   
      padding: 0 24px 0 8px;
      color: #0063DC;
      background: #FFF url(../images/dropdown.blue.png) right center no-repeat;
      overflow: hidden;
    border:1px solid #dadada;
}
.area_select .select {
    width:256px;
    background-image:none;
    padding-right:0px;
    padding-left:0px;
    background-color:transparent;
    z-index:2;
}
.area_select .img_select{
    position:absolute;
    top:1px;
    right:0px;
    z-index:1;
}

.msg_box {
    z-index:99999;
    width:400px; height:65px; 
        font-size:18px; 
    text-align:center; 
        color:#000; 
    background:#f2f2f2;
    border:solid 1px #666;
    border-radius:10px 10px;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-200px;
    margin-top:-32px;
        padding-top:25px;     
    display:none;
}


.styled-select select {
    background: transparent;
    -webkit-appearance: none;
    width: 213px;
    padding: 5px;
    font-size: 13px;
    border:1px solid #69A3D3;
    height: 28px;
    padding-right:55px
}
.styled-select {
    width: 183px;
    height: 29px;
    overflow: hidden;
    background:url(../images/dropdown.blue.png) no-repeat right #FFF;
    border-right:1px solid #69A3D3
}


.option {
    color: #333333;
    font: 80%/1.45em "Lucida Grande",Verdana,Arial,Helvetica,sans-serif; 
}

.box-transp {
    opacity:0.8;
    filter: alpha(opacity = 80);
    position:absolute;
    background-color:#fff;
    top:0px;
    }
.loading {
    width:400px;
    height:352px;
    background:url(../imgs/loading1.gif) no-repeat;
    margin:auto;
    }

.oculto{
    display:none;
}
