

td
	{
	font-size: 10pt;
	font-family: Tahoma,Arial;
	border-width: 1px;
	}

td.list
	{
	font: 11px Tahoma, sans-serif;
	}
      

/* Tabela gerada para exibir resultados */

tr.header
	{
	font-weight: bold;
	background: gold;
   border-color:black;
   color:#000;
	font-size: 8pt;
   padding:5px;
   text-align:left;
	}

tr.header02
	{
	font-weight: bold;
	background: #95320e;
   border-color:black;
   color:#fff;
	font-size: 8pt;
   padding:5px;
   text-align:left;
	}

.header_pesquisa
   {
   background: #dcdcdc;
   }
   

tr.header_label
	{
	font-weight: bold;
	background: #eee;
   border-color:black;
   color:#000;
	font-size: 8pt;
   padding:5px;
   text-align:left;
	}
tr.body_results
	{
	background: #fafae6;
	font-size: 18pt;
	text-align: left;
   border-color:#bebebe;
	}     

td.none
	{
	font-weight: normal;
	background-color: transparent;
	border-color: none;
	padding-left: 0px;
	padding-right: 0px;
	}


.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;}

.pd5 {padding: 5px 5px 5px 5px}

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


/*******************************************************************************
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;} 