/* CSS Document */
img, div { behavior: url(../envio/iepngfix.htc); }
body { margin: 0px; }
hr { border-width:0; border-top:1px dotted #BDAD8C; height:1px; margin:0; }
.celula_titulo_painel {
  border-bottom:2px solid #BDAD8C;
  background-color:#FF6600;
  height:40px;
  font-family: Tahoma;
  font-size:18px;
  color:#FFFFFF;
  font-weight:bold;  
}
.celula_menu {
  border-bottom:1px solid #BDAD8C;
  background-color:#DDD2BC;
  height:25px;
}
.celula_titulo {
  border-bottom:1px solid #DDD2BC;
  background-color:#ECE9D6;
  height:25px;
}

.celula_rodape {
  border-top:1px solid #BDAD8C;
  background-color:#DDD2BC;
  text-align:center;
  font-family: Tahoma;
  font-size:10px;
  color:#694B27;
  height: 30px; 
}
.tabela_registros {
 margin: 20px;
}
.tabela_registros th {
  background-color: #75c027;
  border-bottom:2px solid #006D33;
  font-family: Tahoma;
  font-size:11px;
  font-weight:bold;
  color:#FFFFFF;
}
.tabela_registros .listrado1 {
  background-color:#E4E4E4;
}
.tabela_registros .listrado2 {
  background-color:#FFFFFF;
  border-bottom:1px dotted #006D33;
}
.tabela_registros td {
  border-bottom:1px dotted #006D33;
}
.tabela_formularios {
  border:1px solid #cccccc;
  background-color:#E4E4E4;
  padding: 10px;
  margin: 20px;
}
.tabela_formulario {
  border:1px solid #DDDDDD;
  background-color:#E4E4E4;
  margin: 20px;
}
.fonte_11 { font-family: Tahoma; color: #694B27; font-size: 11px;}
.fonte_10 { font-family: Tahoma; color: #694B27; font-size: 10px;}
.link_11:link { color : #006D33; text-decoration : none; font-family : Tahoma; font-size : 11px; }
.link_11:visited { color : #006D33; text-decoration : none; font-family : Tahoma; font-size : 11px; }
.link_11:hover { color : #006D33; text-decoration : underline; font-family : Tahoma; font-size : 11px; }
.link_10:link { color : #006D33; text-decoration : none; font-family : Tahoma; font-size : 10px; }
.link_10:visited { color : #006D33; text-decoration : none; font-family : Tahoma; font-size : 10px; }
.link_10:hover { color : #006D33; text-decoration : underline; font-family : Tahoma; font-size : 10px; }

#mensagem {
background-color:#FFFFCC;
padding: 10px;
margin: 20px 0 0 0;
border:solid 1px #FFCC33;
width: 300px;
}

.campo_txt_login {
	border:1px solid #999999;
	font: 11px Tahoma;
	color: #666666;
	background:#FFFFFF;
	padding:2px;
}

.altura_minima {
min-height: 300px;
}