﻿div.pm
{
    padding: 10px 20px;
}

.pm h2
{
    background-color:#EAF7FF;
    padding:4px 6px;
    text-align:center;
    border: solid 1px #D6E7EF;
    font-size: 14px;
    margin-bottom:20px;
    font-weight:normal;
}

.pm label
{
    width:160px;
    line-height:24px; 
    font-weight: bold; 
}

.pm input.inpt 
{
   border: solid 1px #D6E7EF;
   margin-left:18px;
   margin-right:18px;
   margin-bottom: 8px;
   padding: 4px 3px; 
}
.pm input, select
{
     border: solid 1px #D6E7EF;
     padding: 4px 3px; 
    }

.pm a
{
    text-decoration:underline; 
    color:#003366;    
}
.pm a:hover
{
    text-decoration:none;
    color:#0040B6;      
}

#DivBuscarPorCPF
{
    border: 1px solid #ccc;
    padding: 10px;
}
#BLink{ padding:10px; padding-bottom:0; }
.BuscaAuxOff
{
    border: 1px solid #fff;    
    border-bottom: 2px solid #fff;     
}
.BuscaAux
{
    border: 1px solid #ccc;    
    border-bottom: 2px solid #fff;    
}
/*
a.pesquisar
{
    background: transparent url(../App_Images/magnifier.png) no-repeat left;

}
a.alterarCA
{
    background: transparent url(../App_Images/building_edit.png) no-repeat left;

}

a.add
{
    background: transparent url(../App_Images/add.png) no-repeat left;  
}

a.cancel
{
    background: transparent url(../App_Images/cancel.png) no-repeat left;  
}

a.next
{
    background: transparent url(../App_Images/resultset_next.png) no-repeat left;  
}

a.prev
{
    background: transparent url(../App_Images/resultset_previous.png) no-repeat left;  
}

a.alterarcpf
{
    background: transparent url(../App_Images/vcard_edit.png) no-repeat left; 
}
a.final
{
    background: transparent url(../App_Images/accept.png) no-repeat left; 
    
}
*/
a.btn1
{
    padding: 3px 6px;
    padding-left: 26px;
    border: outset 1px #D6E7EF;
    text-decoration:none;
    background-position: 6px center;
    background-color: #EAF7FF; 
    color: #000;
}

a.btn
{
   padding: 4px 12px 4px 12px;
   *padding: 0 12px;
   *line-height:20px;
   /*background-color: #EAF7FF; */
   text-decoration:none;
   color: #555;
   font-weight: bold;
   border: 1px solid rgb(187, 214, 221);
   background: url(../App_Images/bot_sec_b.gif) repeat-x;
  
}

a.btn:hover
{
    color: #000;
    background-color:#369;    
}

a.btn:active
{
    border-style: inset;   
}
