.autocomplete-w1 { 
    background: no-repeat bottom right; 
    position: absolute; 
    top: 0px; 
    left: 0px;
    margin: 6px 0 0 6px;     
    /* IE6 fix: */ _background:none; _margin:1px 0 0 0; 
}
.autocomplete { 
    border: 1px solid #999; 
    background: #FFF; 
    cursor: pointer; 
    text-align: left; 
    max-height: 350px; 
    overflow: auto;     
    margin: -6px 6px 6px -6px; 
    /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; 
}
.autocomplete .selected { 
    background:#F0F0F0; 
}
.autocomplete div { 
    padding:2px 5px; 
    white-space:nowrap; 
    overflow: hidden; 
}
.autocomplete strong { 
    font-weight:normal; 
    color:#3399FF; 
}


body{
    font-family: Arial Unicode MS,Arial,sans-serif;
}

td.corpo {
    vertical-align: top;
}

input[type='text']:focus, input[type='password']:focus, select:focus, textarea:focus {
    background-color: #FFFFE0;
}

textarea {    
    border: 2px inset;
}

th{
    text-align:left;
}

tr.odd{
    background-color:#DDDDFF;
}

tr.even{
    background-color:#DDFFDD;
}

a.hint{
    cursor: help;
}

a.hint:hover{
    font-weight: bold;
}

td.fundoLogo{
    color:navy;
    font-size:30px;
}

td.fundoLogo a{
    text-decoration: none;
}

td.fundoLogo a:visited{
    color: navy;
}

td.corpo{
    padding-top:10px;
    padding-bottom:20px;
    border-width:1px;
    border-bottom-style:solid;
    border-top-style:solid;
    border-color:silver;
}

.popupContato{
    background-color:#FFDDDD;
}

table.menu{
    border-style:solid;
    border-width:1px;
    border-top-style:none;
    border-color: silver;
    width:172px;
}

th.menu{
    text-align: left;
    padding-left: 10px;
    width:172px;
    height: 31px;
    background: url("../img/fundoArredondado.png") no-repeat;
}

td.menu{
    padding:10px;
}

table.buscaMedicamento{
    width:500px;
    background-color:#DDFFDD;
}

table.buscaMedicamento td{    
    font-size:9px;
}

input.botaAdicionarMedicamento{    
    font-size:9px;
}

textarea{
    font-family:  Arial Unicode MS,Arial,sans-serif;
    font-size: 10pt;
}

.dica{
    color: red;
    font-size: small;
}

ul.errorMessage{
    color: green;
}

#float_corner {
    position: fixed; 
    top: 12px;
    left: 30px;
    clip: inherit;
}

#float_hist {
    position: fixed;
    top: 55px;
    left: 1015px;
    width: 320px;
    clip: inherit;
}

#float_prontuario {
    position: fixed;
    top: 225px;
    left: 1015px;
    width: 320px;
    clip: inherit;
}

img{
    border: none;   
}

#carregando {	
    border: solid 1px #191970;
    background: white;
    display: none;
    left: 15px;
    padding: 5px;
    position: fixed;
    top: 15px;
    z-index: 9999999;
}

#carregando span {
    background: url("../img/carregando.gif") center left no-repeat;	
    display: block;		
    padding: 3px 0px 3px 20px;
    position: relative;	
    text-decoration: blink;
}

#nome_medico {
    display: inline-block;    
    font-size: 1em;
    font-weight: bold;
    position: relative;
    width: 100%;
}
#nome_clinica {
    border-top: solid lightgrey 1px;
    display: inline-block;
    color: #191970;
    font-size: 0.8em;
    font-style: italic;
    padding-bottom: 0.2em;
    width: 100%;
}

.msgCamposObrigatorios {
    display: block;
    float: right;
    font-style: italic;
    font-size: 11px;    
    color: #191970;
}

label.error {
    color: red !important;
    font-size: 11px !important;
    padding-left: 3px !important;
}