/* Tabela gerada para exibir resultados */


tr {cursor: default;}

   
   
tr.header_results
	{
	background: palegoldenrod;
	color: black;
	font-weight: bold;
	border-style: none;
	border-color: black;
	padding: 5px;
	font-size: 18pt;
   border-width: 1px;
	}

tr.body_results_01
	{
	background: white;
	border-style: none;
	border-color: silver;
	padding: 1 5 1 5;
	font-size: 8pt;
   border-width: 1px;
	}

tr.body_results_02
	{
	background: #B6DBDB;
	border-style: none;
	border-color: silver;
	padding: 1 5 1 5;
	font-size: 14px;
   border-width: 1px;
	height: 30px;
   }

.nopad {padding: 0px;}

.wrap {white-space: normal;}

.form {height: 25px;}

/*******************************************************************************
Font sizes
*******************************************************************************/

.f8 {font-size: 8pt;}

/*******************************************************************************
Borders (combinations)
*******************************************************************************/

.b0 {border-style: none none none none;}
.b1 {border-style: solid none none none;}
.b2 {border-style: none solid none none;}
.b3 {border-style: solid solid none none;}
.b4 {border-style: none none solid none;}
.b5 {border-style: solid none solid none;}
.b6 {border-style: none solid solid none;}
.b7 {border-style: solid solid solid none;}
.b8 {border-style: none none none solid;}
.b9 {border-style: solid none none solid;}
.b10 {border-style: none solid none solid;}
.b11 {border-style: solid solid none solid;}
.b12 {border-style: none none solid solid;}
.b13 {border-style: solid none solid solid;}
.b14 {border-style: none solid solid solid;}
.b15 {border-style: solid solid solid solid;}

/*Border Color*/
.bc_back {border-color:black;};

/******************************************************************************/

.bl {border-left: 1px solid}
.br {border-right: 1px solid}
.bt {border-top: 1px solid}
.bb {border-bottom: 1px solid}

/*******************************************************************************
Text align
*******************************************************************************/

.tl {text-align: left}
.tc {text-align: center}
.tr {text-align: right}
.tt {vertical-align: top}
.tm {vertical-align: middle}
.tb {vertical-align: bottom}

/******************************************************************************/

#line_focus_01
	{
	background-color: aliceblue;
	}
   
.bold {font-weight: bold;}
.italic {font-style: italic;}
.hand {cursor: hand;}
.help {cursor: help;}
.nowrap {white-space: nowrap;}

#info_guia table td {
   border-width: 1px;
   padding:5;
}

#info_guia_impressao table td {
   border-width: 1px;
   padding:3;
	border-color: black;   
}