﻿#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, #Home .Left .Opcoes .Item
{
    font-size:11px; background-color: transparent !important;
}

#Home .Left .Opcoes .Item a
{
    text-decoration: none;  font-size: 12px;
    padding: 5px 11px 5px 5px;
    -webkit-border-radius: 0px 0 0 10px ; 
    -moz-border-radius: 0px 0 0 10px ;    
    border-radius: 10px 10px 0px 0px;  line-height: 20px; display: block; margin-bottom: 2px;
    background: #ccc url("../Icones/setahome1.png") 170px 12px no-repeat;
   
}
    #Home .Left .Opcoes .Item a:hover
    {
        text-decoration: none; background-position: 171px 13px; background-color: #aaa;
    }
    #Home .Left .Opcoes .Item a span
    {
        color: #333 !important;
        vertical-align: middle;
        font-weight: normal; text-align: right; padding-top:3px;
    }
    #Home .Left .Opcoes .Item a img, #Home .Left .Opcoes .ItemSelecionado a img
    {
       margin-right: 5px; max-height: 25px; max-width: 25px;
    }
    #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 .ItemSelecionado
{
        /*width: 154px !important;*/  padding: 5px 0px 5px !important; margin-bottom: 1px; background-color: transparent !important;
        background: url("../Imagens/Layout/aba-simples-front.png") 0px -15px repeat-x;
        -webkit-border-radius: 0px 0 0 10px ; 
        -moz-border-radius: 0px 0 10 10px ;    
        border-radius: 10px 10px 0px 0px;  line-height: 20px; border: 1px solid #ccc; border-bottom: 0 !important; border-left: 1px solid #ddd; border-right: 1px solid #ddd; border-top: 2px solid #ccc;
        /*background: transparent url("../Icones/setahome2.png") 170px 12px no-repeat;*/ margin-bottom: 2px;
}

    #Home .Left .Opcoes .ItemSelecionado a
    {
        text-decoration:none;  border-bottom: 1px solid #fff;
        padding: 8px 11px 5px 5px; /*height: 20px; */ line-height: 20px;
        padding-top:3px; 
    }
            #Home .Left .Opcoes .ItemSelecionado a:hover
            {
                text-decoration:none;
            }
            #Home .Left .Opcoes .ItemSelecionado a span
            {
                color: #666;
                vertical-align: middle;
                font-weight: normal; font-size: 12px;
                padding-top:3px;
            }
            #Home .Left .Opcoes .ItemSelecionado a img
            {
                vertical-align:middle;
                margin-right:3px;
                border:solid 1px gray;
            }

#Home .Left .Opcoes .ItemSelecionado .lblOff
{
    color: #C0C0C0;
}

#Home div.Box695
{
    width: 740px;
}


div.formhome{}
    div.formhome h3{ margin: 10px 0px 0px !important; font-size: 12px; }
    div.formhome fieldset{ padding: 5px; background: #ddd; border: 0px; margin-top: 0px;}
        div.formhome fieldset input, div.formhome fieldset select{ margin: 2px 0; border: 0px; padding: 2px 2px 2px 5px}
        div.formhome fieldset input.btn10 {background-color: #666; color: #fff; float: right; width: 40px; margin-top: 10px;}
        div.formhome fieldset input.w150, div.formhome fieldset select.w150 {width: 92% !important;}