﻿#Home
{
}


#Home .Conteudo
{
    clear:both;
    width:100%;
    padding-left:3px;
    padding-right:3px;
}

/* -------------------------------------- PENDENCIAS --------------------------------------- */
.Pendencias a
{
    text-decoration: underline;
    color: Navy;
    font-size:9px;
}
.Pendencias a:hover
{
    text-decoration: underline;
    color: Navy;
}
/* -------------------------------------- TROCAR AGENCIA CLIENTE --------------------------------------- */
.Trocar
{

}
.Trocar a.Agencia
{
    color:Red;
    font-weight:bold;
}
.Trocar a.Cliente
{
    color: Green;
    font-weight: bold;
}

/* -------------------------------------- MENU OPCAO --------------------------------------- */
#Home .Left
{  
 
   
}
#Home .Left .Opcoes
{
    font-size:11px;
}

#Home .Left .Opcoes .Item a
{
    text-decoration:none;
    padding-top:3px;
  
}
#Home .Left .Opcoes .Item a span
{
    vertical-align: middle;
    font-weight: bold;
    color: #666666; padding-top:3px;
}
#Home .Left .Opcoes .Item .lblOff
{
    color: #C0C0C0;
}

#Home .Left .Opcoes .Item a img
{
    vertical-align:middle;
    margin-right:3px;
    border:solid 1px gray;
  
}
#Home .Left .Opcoes .Item a:hover
{
    text-decoration:none;
}




#Home .Left .Opcoes .ItemSelecionado a
{
    text-decoration:none;
    padding-top:3px;
  
}
#Home .Left .Opcoes .ItemSelecionado a span
{
    vertical-align: middle;
    font-weight: bold;
    color: #666666; padding-top:3px;
}
#Home .Left .Opcoes .ItemSelecionado .lblOff
{
    color: #C0C0C0;
}

#Home .Left .Opcoes .ItemSelecionado a img
{
    vertical-align:middle;
    margin-right:3px;
    border:solid 1px gray;
  
}
#Home .Left .Opcoes .ItemSelecionado a:hover
{
    text-decoration:none;
}


/* -------------------------------------- AEREO --------------------------------------- */