/* ------------------------------ */
/* edicao.css                     */
/* Especificações para as páginas */
/* ------------------------------ */
/* Palheta de Cores               */
/* Cor1: #99B3FF                  */
/* Cor2: #BED8F3                  */
/* Cor3: #E6ECFF                  */
/* Cor4: #19518C                  */
/* Cor5: #3E4455 - Borda          */
/* Cor6: #99A3BF                  */
/* Cor7: #C9CEDF                  */
/* ------------------------------ */
img#opc {
  width: 30px;
  height: 30px;
  border: 0px;
  vertical-align: middle;
  cursor: pointer;
}
span#opc {
  width: 100%;
  font: bold 13px arial;
  text-align: center;
  height: 80px;
  cursor: pointer;
  border: 1px solid;
}
img#bg {
  top:0;
  left:0;
  width:100%;
  height:100%;
  position:absolute;
  z-index: -2;
}
body {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
a.copyright {
  font-family: verdana;
  font-size : 10pt;
  margin-top: 1pt;
}
div.caption, p.caption {
  font-family: verdana;
  font-weight:bold;
  font-size : 12pt;
  color: #3E4455;
  margin-left: 5pt;
}
p {
  font-family: verdana;
  font-size : 10pt;
  margin-left: 5pt;
}
pre {
  font-family: verdana;
  font-size : 10pt;
  margin-left: 0pt;
  margin-top: 0pt;
  margin-bottom: 0pt;
  margin-right: 0pt;
}
table.consulta {
  width: 100%;
}
tr.consulta {
  background-color: #99A3BF;
}
td.label {
  font-size : 8pt;
  text-align: right;
}
tr.destaque {
  background-color: #BED8F3;
}
tr.total {
  background-color: #A7B5DF;
}
td {
  font-family: verdana;
  font-size : 10pt
}
input.valor {
  text-align: right;
  padding-right: 1px;
}
input.radio {
  font-family: verdana;
  font-size : 10pt;
}
input, select, option, textarea {
  font-family: verdana;
  font-size : 10pt;
  border: solid 1px #3E4455;
}
li {
  font-family: verdana;
  font-size : 10pt;
  margin-left: -5pt;
}
hr {
  border: solid 1px #19518C;
  height: 1px;
}