/*
'?*********************************************************************************************
'Arquivo:               DEFAULT.CSS
'Descrição:             Padrão de css para todo o site
'
'Criação:               09/09/2003
'Última atualização:    25/09/2003
'Último revisor:        José Paulo
'Autor:                 Alexandre Martin
'Copyright:             Terceiro Milênio Informática Ltda - www.tm3.com.br
'
'**********************************************************************************************
*/
BODY
{
/*  margin-top: 2px;
  margin-left: 6px;
  margin-right: 0px;*/
}
.Body_impressao
{
  background-image: none;
}
A
{
  color: #003399;
  text-transform: uppercase;
  text-decoration: none;
  behavior: url(/Padroes/Default.htc);
}
TD.Menu
{
  text-decoration: none;
  font-weight: bold;
  font-size: xx-small;
  font-family: Verdana;
}
TD.Conteudo
{
  width: 640px;
  left: 14px;
  vertical-align: top;
  position: relative;
  font-size: 11px;
  font-family: Arial;
}
TD.Rodape
{
  font-size: xx-small;
  font-family: Verdana;
}
TD
{
  font-family: Arial;
  font-size: 11px;
}
TD.Titulo
{
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: #000000 1px solid;
  height: 60px;
  text-align: center;
}
INPUT.Texto
{
  border-right: gray 1px solid;
  border-top: gray 1px solid;
  border-left: gray 1px solid;
  font-size: 11px;
  border-bottom: gray 1px solid;
  cursor: text;
  width: 100%;
  font-family: Arial;
  text-align: left;
  behavior: url(/Padroes/Default.htc);
}
SELECT
{
  border-bottom: gray 1px solid;
  border-left: gray 1px solid;
  border-right: gray 1px solid;
  border-top: gray 1px solid;
  font-family: Arial;
  font-size: 11px;
  text-align: left;
  width: 100%;
  behavior: url(/Padroes/Default.htc);
}
INPUT.Botao
{
  background-color: #dcdcdc;
  border-bottom: gray 1px solid;
  border-left: gray 1px solid;
  border-right: gray 1px solid;
  border-top: gray 1px solid;
  color: #003399;
  cursor: hand;
  font-family: Arial;
  font-size: 11px;
  width: 100px;
  behavior: url(/Padroes/Default.htc);
}
Table.Contorno
{
  border-right: gray 1px solid;
  border-top: gray 1px solid;
  border-left: gray 1px solid;
  border-bottom: gray 1px solid;
}
TEXTAREA
{
  border-bottom: gray 1px solid;
  border-left: gray 1px solid;
  border-right: gray 1px solid;
  border-top: gray 1px solid;
  font-family: Arial;
  font-size: 11px;
  width: 100%;
  behavior: url(/Padroes/Default.htc);
}
TR.Cinzatabela
{
  background-color: #f5f5f5;
}
TR.Brancotabela
{
  background-color: #ffffff;
}
TR.Cabtabela
{
  background-color: #003399;
  color: #ffffff;
}
/*
TABLE.Menu_e_Conteudo
{
  background: ffffff;
}
TD.Menu_icone
{
  height: 33px;
  width: 15%;
  text-align: center;
  background-color: #cccccc;
  cursor: hand;
  behavior: url(../Padroes/Default.htc);
}
TD.Menu_texto
{
  padding-left: 7px;
  cursor: hand;
  behavior: url(../Padroes/Default.htc);
}
Table.Cabecalho
{
  height: 70px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
  border-bottom-width: 1px;
}
TD.Logotipo
{
  width: 182px;
}
*/


