
/* CSS Geral */

* {
  margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
  text-decoration: none;
  font-family: arial, geneva, helvetica, sans-serif;
}
img {
  border: none;
}
body {
  text-align: center;
  background: url("../imagens/fundo.jpg") repeat-x 0px 45px;
}
#principal {
  margin-left: 36px;
  margin-right: 36px;
}
a {
  font-size: 14px;
  color: #006699;
}
a:hover {
  color: #cc0000;
  text-decoration: underline;
}
.quebraLinha {
  clear: both;
}
/* Topo */

#topo {
  background: url("../imagens/fundo_topo.jpg") repeat-x top;
  height: 110px;
}
#topo #titulo {
  font-size: 14px;
  color: #ffffff;
  padding-top: 13px;
  padding-left: 36px;
  float: left;
  font-weight: normal;
}
#topo ul {
  padding-top: 13px;
  padding-right: 24px;
  float: right;
}
#topo ul li {
  font-size: 14px;
  color: #ffffff;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
#topo ul li a {
  color: #ffffff;
}
#topo ul li a:hover {
  text-decoration: underline;
}
#topo #logo {
  position: absolute;
  margin-top: 16px;
  margin-left: 56px;
  background: url("../imagens/pacaas.jpg") no-repeat;
  height: 65px;
  width: 140px;
}

/* Menu Lateral */

#menu {
  float: left;
  width: 224px;
  background: url("../imagens/menu.jpg") repeat-y;
  margin-bottom: 50px;
}
#menu h3 {
  color: #003366;
  font-size: 14px;
  font-weight: bold;
  background: url("../imagens/menu_top.jpg") no-repeat;
  padding-top: 25px;
  padding-left: 25px;
  padding-bottom: 20px;
}
#menu ul {
  padding-bottom: 20px;
  background: url("../imagens/menu_bottom.jpg") no-repeat bottom left;
}
#menu ul li {
  list-style: url("../imagens/marcador.gif") outside;
  margin-left: 30px;
}

/* Conteúdo */

#conteudo {
  font-size: 14px;
  color: #666666;
  padding-top: 20px;
  margin-left: 260px;
}
#conteudo #titulo {
  border-bottom: solid 1px #eaeaea;
  border-left: solid 1px #eaeaea;
  border-right: solid 1px #eaeaea;
  background: url("../imagens/fundo_titulo.jpg") repeat-x top;
  height: 30px;
  margin-bottom: 15px;
}
#conteudo #titulo h2 {
  font-weight: bold;
  font-size: 14px;
  color: #cc0000;
  padding-top: 7px;
  padding-left: 10px;
}
#conteudo #texto p {
  margin-left: 30px;
  margin-top: 10px;
}
#conteudo #texto img {
  margin: 20px;
  margin-left: 30px;
}
#conteudo #texto h2 {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#conteudo #texto h4 {
  margin-top: 10px;
  color: #cc0000;
}
#conteudo #texto blockquote {
  margin-left: 30px;
}
#conteudo #texto #opcoes li {
  list-style: url("../imagens/marcador.gif") outside;
  margin-left: 30px;
}
#conteudo #texto h3 {
  font-weight: normal;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 10px;
}
#conteudo #texto table#lista {
  font-size: 13px;
}
#conteudo #texto table#lista td {
  padding: 3px;
  padding-left: 5px;
  padding-right: 5px;
}
#conteudo #texto table#lista thead {
  background-color: #d7e0e5;
  color: #003366;
  font-weight: bold;
}
#conteudo #texto table#lista tbody {
  background-color: #efefef;
}
#conteudo #texto table#lista tbody a {
  font-size: 13px;
}
#conteudo #texto table#lista .opcoes {
  text-align: center;
}
#conteudo #texto table#lista tfoot * {
  font-size: 12px;
}
#conteudo #texto div.voltar {
  margin: 10px;
}
#conteudo #texto div.sucesso {
  color: #ffffff;
  background-color: #009900;
  font-weight: bold;
  padding: 3px;
  margin-bottom: 10px;
}
#conteudo #texto div.erro {
  color: #ffffff;
  background-color: #ff0000;
  font-weight: bold;
  padding: 3px;
  margin-bottom: 10px;
}
#conteudo #texto a.botao {
  padding: 2px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 5px;
  cursor: pointer;
  font-size: 12px;
  color: #ffffff;
  border: solid 1px #000000; 
  background-color: #006699;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
div.mesmaLinha {
  float: left;
  margin-right: 10px;
}

/* Formulários */

* label {
  font-weight: bold;
  font-size: 12px;
  color: #006699;
}
* input, select, textarea {
  border: solid 1px #006699;
  background-color: #fafafa;
  font-size: 14px;
}
* input {
  padding-top: 2px;
  padding-left: 5px;
  height: 22px;
}
* textarea {
  padding-top: 2px;
  padding-left: 5px;
  height: 100px;
}
* input.checkbox {
  border: none;
  background: none;
}
* .botao {
  padding: 0px;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 5px;
  cursor: pointer;
  font-size: 12px;
  color: #ffffff;
  border: solid 1px #000000; 
  background-color: #006699;
  font-weight: bold;
  text-align: center;
}
.erro {
  color: #ff0000;
  font-size: 12px;
}
#formLogin {
  margin-top: 65px;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  border: solid 1px #eaeaea;
  padding: 10px;
  padding-left: 93px;
  background: url("../imagens/seguranca.gif") no-repeat 10px 10px #ffffff;
}
#form h4.observacao {
  font-size: 12px;
  color: #666666;
  font-weight: normal;
  margin-bottom: 10px;
}
#formPalavraChave {
  margin-bottom: 10px;
}

/* Rodapé */

#rodape {
  margin-top: 100px;
  font-size: 12px;
  color: #ffffff;
  height: 90px;
  width: auto;
  padding-top: 20px;
  padding-left: 36px;
  background: url("../imagens/fundo_rodape.jpg") repeat-x;
}

/* Largura dos campos */

.tamanho1 {
  width: 150px;
}
.tamanho2 {
  width: 250px;
}
.tamanho3 {
  width: 400px;
}
.tamanho4 {
  width: 100px;
}
.tamanho5 {
  width: 50px;
}

/* Imagens */

.imagemCalendario {
  cursor: pointer;
  border: none;
}
