/*********
GLOBAL
**/
body {
  margin:0px;
  font-size:9pt;
  color:#666;
}
/* Tirar a borda azul da Imagem */
img {border: none;}


/*********
CABEÇALHO
**/
#cabecalho {
  min-height:100px;
  color:#666;
}
/* Título Sistema */
#cabecalho h1 {
  text-align:center;
  margin:38px 0 0 8%;
  font-size:20pt;
  width:350px;
  float:left;
}
#cabecalho #opcoesiniciais {
	margin:10px;
	width:300px;
	float:right;
	text-align:right;
}

#menu, #menu ul {
	margin:0;
	padding:0;
}

/*********
CENTRO
**/
#centro {

}


/*********
CORPO CENTRAL
**/
#corpo {
	text-align:left;
	background-color:#FFF;
	padding:20px;
}


/* Coluna com campo do formulário */
#corpo #label {
  text-align:right;
  width:20%;
}
/* Coluna com objeto do formulário */
#corpo #campo {
  text-align:left;
  width:80%;
}
/* Tabela com listagem */
#corpo #tabela {
  width:100%;
}

#corpo h1 {
	margin:0 0 20px 0;
	padding:0;
	font-size:18px;
	width:30%;
	float:left;
}

#corpo h2 {
	margin:10px 5px;
	padding:0;
	font-size:16px;
}

#conteudo {
	padding:10px;
	background-color:#F9F9F9;
	border:1px solid #CCC;
}

#filtros {
	width:70%;
	float:right;
	text-align:right;
}

/*********
RODAPÉ
**/
#rodape {
  text-align:center;
  clear:both;
}

#load {
	width:150px;
	position:fixed;
	_position:absolute;
	top:-5px;
	left:50px;
	z-index:9999;
}

#msg_geral {
	position:fixed;
	_position:absolute;
	top:-5px;
	left:40%;
	z-index:9999;	
}



#ie6 {
	text-align:center;
	padding:15px;
}

/*********
OBJETOS DE FORMULÁRIOS
**/
input[type="text"], input[type="submit"], input[type="password"], input[type="button"], input[type="file"], textarea, select {
  font-family:Trebuchet MS, Verdana, Arial;
  font-size:9pt;
  border:1px solid #CCCCCC;
  background-color:#FFFFFF;
}
input[type="text"], input[type="submit"], input[type="password"], input[type="button"], input[type="file"], textarea {
  background-repeat:repeat-x;
  padding-left:2px;
  padding-right:2px;
}
