#rel td, #rel th {
	border: 1px solid #000000;
}

caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

#recibo {
  width: 400px; 
  border: 1px dotted #000000;  
  margin:4px; 
  font: 90% Verdana;
}

#recibo ul {
  list-style:none;
}

#recibo #footer ul li {
  text-align:center;
}


#recibo h3, h4 {
  text-align:center;    
}

.invisivel {
  display:none;
}

.linha {
  background-color: #ABCBEF;
}

.linha_rel {
  background-color: #E1E1E1;
}


.titulo_tb
{
  background-color: #C0C0C0;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
}

button
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #777777;
	border-top: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	font-weight: bold;
}

.disabled
{
  background-color: #DFDFDF;
}


/* DIV's  */
div {
  float:left;
}

#geral {
  width:770px;
  margin:auto;
}

#conteudo {
  height:100%;
  width:577px;
  padding:5px;
  /*border-left: 1px dashed #009933;*/
}

#rodape {
  width: 770px;
  text-align: center;
}

#menu_esquerdo {
  /*height:500px;*/
  width:160px;
  background-color:#ABCBEF;
  padding-top:5px;
}

#menu_esquerdo ul {
  list-style:none;
  padding-left:10px;
}

#menu_esquerdo ul li {
  height:20px;
}

#menu_esquerdo ul li:hover {
  background-color:#D5F2D0;
}

#menu_horizontal {
	height:31px;
	margin:10px 1px 0;
	width:770px;
}

#menu_horizontal ul {
	margin:0 auto;
	width:770px;
}

#menu_horizontal ul li {
  display:inline;
}

#menu_horizontal ul li a {
	float:left;
	font:bold 100% 'Trebuchet Ms', Verdana, Aria, Tahoma;
	color:black;
	padding:0 15px;
	height:31px;
	line-height:31px;
	text-transform:uppercase;
	background: #E1E1E1
}

#menu_horizontal ul li a:hover {
  background: #2A7FFF
}