/* 
    Document   : modelo.css
    Created on : 01/06/2009, 00:17:07
    Author     : leonardo
    Description:  
*/
@import url(zerando.css);
@import url(TMenuHorizontal.css);
@import url(apresentacao.css);
@import url(TForm.css);

/*CLEAR FIX*/
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix {display: inline-block;}
.clearfix {display: block;}
* html .clearfix {height: 1px;}
/*FIM CLEAR FIX*/   

body { background-color: #fff; font: normal 11px Verdana, Arial; color: #000; }

/*ESTRUTURA*/
h1 {
padding-right: 10px;
padding-bottom: 5px;
text-align: right;
text-shadow: 0px 1px 0 #7e7e7e;
}
#topo { background-color: #3399CC; box-shadow: 0 2px 5px #999; height: auto; }
#topo span#subTopo { display: block; width: 1024px; margin: 0 auto; }
#conteudo {
min-height: 400px;
width: 1024px; /*900px;*/
margin: auto;
border: 1px solid #67B5D9;
border-top: none;
border-radius:  0 0 5px 5px;    
padding-bottom: 10px;
position: relative;
}
#rodape { text-align: center; margin: auto; width: 900px; padding-top: 10px; }
/*FIM ESTRUTURA*/

/*ESTRUTURA DA EVOLUÇÃO, RECEITA, ANAMNESE*/
#pBloco { border: 1px solid #fff; overflow: auto; margin: 2px 2px 0; }
#pData {
width: 150px;
border: 1px solid #3399CC;
border-right: 2px solid #3399CC;
float: left;
min-height: 408px;
}
#pTexto {
border: 1px solid #3399CC;
border-right: 2px solid #3399CC;
background: #EFEFEF;
margin-left: 153px;
min-height: 400px;
position: relative;
}
#pTexto #txtEvolucao, #pTexto #txtReceita, #pTexto #txtAnamnese {
height: 353px;
width: 99%;
background: #EFEFEF;
border: none;
}
#pTexto #txtEvolucao:focus, #pTexto #txtReceita:focus, #pTexto #txtAnamnese:focus { background: #FFF6DF; }
#pTexto .pMedico {
position: absolute;    
bottom: 0;
right: 0;
border-left: 1px solid #ccc;
padding-bottom: -2px; 
padding-left: 10px;   
}
#pTexto .pMedico input { padding: 1px; }
#pNavegadorRodape { text-align: right; border: 1px solid #3399CC; padding: 10px; }
#pData ul li a:hover { font-weight: bold; color: #3399CC; }
#pData ul li a {
display: block;
border-bottom: 1px solid #000;
margin: 2px 5px 3px;
text-align: center;
text-decoration: none;
color: #000;
}
/*FIM ESTRUTURA DA EVOLUÇÃO, RECEITA, ANAMNESE*/

/*BOX*/
#boxCentral { }
/*FIM BOX*/

/*PESQUISA*/
#pPesquisa {
border: 3px solid #3399CC;
width: 600px;
min-height: 200px;
background: #fff;
padding: 3px;
position: absolute;
top: 170px;
left: 50%;
margin-left: -300px;
z-index: 100 !important;
}
/*FIM PESQUISA*/

/*Carregando*/
.msg_retorno {
background: #ff9900;
width: 170px;
font-size: 12px;
font-weight: bold;
color: #fff;
text-align: center;
padding: 3px;
position: absolute;
left: 50%;
top: 30%;
display: none;
}
/*Fim Carregando*/