/*
================================================================================
CAPANEMA
================================================================================
css/estilo.css :: estilos CSS
--------------------------------------------------------------------------------
Criacao: 				  |  Autor: 
--------------------------------------------------------------------------------
Ultima Alteracao: 05/06/06		  |  Autor: Fabricio <fabriciok@vegait.com.br>
--------------------------------------------------------------------------------
	*	Criado o estilo tr-titulo, corPaginacao, file_add
================================================================================
				ALTERACOES MAIS ANTIGAS NO RODAPE DO ARQUIVO
================================================================================
*/

.menu:link 	  { font-family: Tahoma; font-size: 8pt; color: #FFFFFF; font-weight: bold; font-variant: small-caps; text-decoration: none; }
.menu:visited { font-family: Tahoma; font-size: 8pt; color: #FFFFFF; font-weight: bold; font-variant: small-caps; text-decoration: none; }
.menu:active  { font-family: Tahoma; font-size: 8pt; color: #FFFFFF; font-weight: bold; font-variant: small-caps; text-decoration: none; }
.menu:hover   { font-family: Tahoma; font-size: 8pt; color: #FFFFFF; font-weight: bold; font-variant: small-caps; text-decoration: none; }

.produto:link 	 { font-family: Tahoma; font-size: 8pt; color: #000000; font-weight: normal; text-decoration: none; }
.produto:visited { font-family: Tahoma; font-size: 8pt; color: #000000; font-weight: normal; text-decoration: none; }
.produto:active  { font-family: Tahoma; font-size: 8pt; color: #000000; font-weight: normal; text-decoration: none; }
.produto:hover   { font-family: Tahoma; font-size: 8pt; color: #ED7B15; font-weight: normal; text-decoration: none; }

.paginacao:link    { font-family: Tahoma; font-size: 8pt; color: #ED7B15; font-weight: bold; text-decoration: none; }
.paginacao:visited { font-family: Tahoma; font-size: 8pt; color: #ED7B15; font-weight: bold; text-decoration: none; }
.paginacao:active  { font-family: Tahoma; font-size: 8pt; color: #ED7B15; font-weight: bold; text-decoration: none; }
.paginacao:hover   { font-family: Tahoma; font-size: 8pt; color: #ED7B15; font-weight: bold; text-decoration: none; }

input {
	background-color: #FFFFFF;
	border: #999999 solid 1px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
textarea {
	background-color: #FFFFFF;
	border: #999999 solid 1px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
.produto_public{
  font-size: 8pt;
  font-family: Tahoma;
}
.tr_titulo {
  font-weight: 700;
  font-size: 8pt;
  color: #ffffff;
  font-family: Tahoma;
}
.cor_paginacao
{
    font-family: verdana, arial;
    font-size: 8pt;
    color: #ED7B15;
    padding: 9px;

}
.file_add{
   font-variant: small-caps;
   font-size: 9pt;
   color: #ED7B15;
   font-family: Tahoma, arial;
   background-color: #EEEEEE;
   text-align: center;
   font-weight: bold;
}
.list_file{
  font-variant: ;
  font-size: 8pt;
  color: #FFFFFF;
  font-family: Tahoma;
  background-color: #ED7B15 ;
  text-align: center;
  font-weight: 700
}
.botao {
	background-color: #FFFFFF;
	border: #FFFFFF solid 1px;
	font-family: Arial;
	font-size: 8pt;
	font-weight: 700;
	color: #333333;
}
.texo {
	color: #FFFFFF;
}

.texto {
    font-family : Tahoma;
    font-size: 8pt;
}

.login {
    font-family : Tahoma;
    font-size: 9pt;
}

.tr-impar
{
    background-color: #FFFFFF;
}
.tr-par
{
    background-color: #EEEEEE;
}
/*
================================================================================
							ALTERACOES ANTERIORES
================================================================================
Data Alteracao: 06/06/06		  |  Autor: Fabricio <fabriciok@vegait.com.br>
--------------------------------------------------------------------------------
	*	Criado o estilo tr-titulo, corPaginacao, file_add
--------------------------------------------------------------------------------
================================================================================
*/
