﻿.LabelFrame
{
    color:Black; font-weight:bold;
}


.autocomplete_completionListElement
{
    margin : 0px!important ;
    background-color : inherit ;
    color : windowtext ;
    border : buttonshadow ;
    border-width : 1px ;
    border-style : solid ;
    cursor : 'default' ;
    overflow :scroll ;
    height : 200px ;
    font-family : Tahoma ;
    font-size : small ;
    text-align : left ;
    list-style-type : none ;
    }
/* AutoComplete highlighted item */
.autocomplete_highlightedListItem
   {
    background-color : #ffff99 ;
    color : black ;
    padding : 1px ;
    }

    /* AutoComplete item */
.autocomplete_listItem
    {
    background-color : window ;
    color : windowtext ;
    padding : 1px ;
   }




.AbaAzul_Trabalhador
{
    float: left; 
    width: 760px;
    background-image: URL(../images/aba.jpg); 
    background-repeat: no-repeat; 
    background-position: 240px 0px; 
    
}

.AbaAzul_Empresa
{
    float: left; 
    width: 760px; 
    background-image: URL(../images/aba.jpg); 
    background-repeat: no-repeat; 
    background-position: 445px 0px;
   
}

.AbaAzul_Login
{
    float: left; 
    width: 760px; 
    background-image: URL(../images/aba.jpg); 
    background-repeat: no-repeat; 
    background-position: 103px 0px;

}


.AbaAzul_EsqueciSenha
{
    float: left; 
    width: 760px; 
    background-image: URL(../images/aba.jpg); 
    background-repeat: no-repeat; 
    background-position: 220px 0px;

}


.TamanhoCAMPOS_DE_TEXTO
{
    width:400px;
    text-transform:uppercase;
}

.TamanhoCAMPOS_DE_TEXTO2
{
 
    text-transform:uppercase;
}

.LabelHomologacao
{
    width:210px;
    float:left;
    clear:both;
    margin-right:15px;
    text-align:left;
    line-height:25px;
    font-weight:bold;
    
}


.CampoHomologacao
{
    
    width:70%;
    float:left;
    margin-bottom:10px;
    
    
}


.LabelHomologacao2
{
    width:auto;
    float:left;
    
    margin-right:5px;
    text-align:left;
    line-height:25px;

    
}


.CampoHomologacao2
{
    
    float:left;
    margin-bottom:10px;
    margin-right:20px;
}


.Asterisco
{
    
    visibility:hidden;
    
}



.AsteriscoMostra
{
    color:Red;
    visibility:visible;
    font-size:18px;
    
}

.AsteriscoDependente
{
    
    visibility:hidden;
    float:left;
}

.AsteriscoMostraDependente
{
    
    color:Red;
    visibility:visible;
    font-size:18px;
    float:left;
}




.botao
{
    padding: 4px 20px;
    margin: 10px 10px 10px 0;
    background-color: #6185B0;
    color: #fff;
    font-weight: bold;
    border: none;
    cursor: pointer;
    width: 200px;
    height: 26px;
}

input.button:hover {
    background-color: #4173AF;
}



.imgAguarde
{
    display:none;
    vertical-align:middle;
}


