body {
  margin: 0;
  border: 0;
  padding: 0;
  background: #fff;
  font-family: arial,verdana,helvetica,sans-serif;
  font-size: 76%;
  overflow: auto;
  text-align: left;
}
table {font-size: 0.9em;}
/* Corpo */
.corpoGer {
  clear: right;
  padding-left: 10px;
}
.float {
  float: left;
  clear: right;
  margin-right: 10px;
}
/* Parágrafo */
p {
  position: relative;
  margin: 10px 0 10px 10px;
  width: 98%;
  padding: 0;
}
span {
  white-space: nowrap;
}
span.legenda {
  white-space: normal;
}
/* Formulário */
form {
  background: transparent;
  color: #666;
  clear: left;
  padding: 0;
  margin: 0;
  width: 50%;
  white-space: nowrap;
}
input.radio {
  float: left;
  clear: none;
  margin-left: 5px;
}
form fieldset.secundario {
  background: #f9f9f9;
  border: 1px solid #ccc;
}

form input.botao {
  margin: 0 5px;
  padding: 2px;
  font-weight: bold;
  /* background: url(../img/fundo-botao.jpg); */
  background-repeat: repeat-x;
  color: #666;
}
/* Links */
a {
  color: #069;
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
}
a img {
  border: 0;
}
a span {
  font-weight: bold;
}

/* Colunas */

.esquerda {
  top: 135px;
  left: 0px;
  float: left;
  margin: 0px;
  padding: 5px;
  border: 0px;
  background: transparent;
  width: 45%;
}
.direita {
  top: 135px;
  float: left;
  left: 50%;
  margin: 0px;
  padding: 5px;
  border: 0px;
  background: transparent;
  width: 45%;
}
.DadosEvento {
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 10px;
}


.TopicoFloat {padding: 10px; float: left; min-height: 90px;}


legend {
	white-space:normal;
	background: transparent;
	font-weight: bold;
}

legend span.legenda {
	display: block;
	font-size: 1.2em;
}

dt {
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 10px;
}
dd span {
  font-weight: bold;
}
#logo {
  font-weight: bold;
  font-size: 1.8em;
  color: #069;
  float: left;
  margin: 0 15px;
}
#NavSup {
  text-align: right;
  top: 0;
  float: right;
}
#identificacao {
  font-weight: bold;
  margin-right: 5px;
}
#NavSup a {
  padding: 0 3px 0 3px;
}

.impar {background: #eee; color: #666; text-align: left;}

.par { background: #ddeff9; color: #333; text-align: left;} 	

/* Relatório */

table.relatorio {
border: 1px solid black;
}

caption {
padding: 5px;
text-align: left;
border: 1px solid #333;
margin-bottom: 3px;
}

thead {
background: #666;
color: #fff;
text-align: center;
}

th {
color: #fff;
}

th, td {
padding: 5px;
}

.compromisso th, .compromisso td {
padding: 5px;
}

th a {
color: #fff;
position: relative;
}

th a:visited {
color: #fff;
}

table.relatorio td {
border: 1px solid #333;
color: #000;
}

.dado {
margin: 0 10px 0 0;
white-space: nowrap;
}

.valor {
text-align: right;
}

.head th {
background: #d5d5d5;
color: #666;
text-align: center;
}

.subhead th {
margin-top: 3px;
background: #d5d5d5;
color: #666;
}

.futuro th {
background: #99cfea;
color: #666;
text-align: left;
}

.passado th {
background: #d0e89b;
color: #666;
text-align: left;
}

.pendente th {
background: #eab499;
color: #666;
text-align: left;
}

.SaldoAnterior td {
background: #f0f8de;
color: #666;
text-align: left;
border: 0;
font-weight: bold;
}

.conjunto td {
background: #f5f5f5;
color: #000;
font-weight: bold;
}

.conjunto td a {
color: #003853;
font-weight: bold;
}

.subhead th valor, .futuro th.valor, .passado th.valor, .pendente th.valor, .SaldoAnterior td.valor {
text-align: right;
}
