﻿.HeaderTextoAccordion
{
    padding-left: 5px;
    padding-top: 3px;
}
.HeaderAccordionCSS
{
    color: #FFFFFF;
    background-image: url('../img/bg_accordion.jpg');
    font-weight: bold;
    font-family: Verdana;
    font-size: 12px;
    cursor: pointer;
    text-align: left;
    vertical-align: middle;
    height: 22px;
}
.HeaderAccordionSelectedCSS
{
    color: #FFFFFF;
    background-image: url('../img/bg_accordion.jpg');
    font-family: Verdana;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    height: 22px;
}
.ContentAccordion
{
    border-style: solid;
    border-top-width: 0px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 0px;
    border-color: #CCCCCC;
    font-family: Verdana;
    font-size: 12px;
    text-align: justify;
    padding-left: 2px;
    padding-right: 3px;
}
.TextoSite
{
    font-family: Arial;
    font-size: 12px;
    text-align: justify;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 30px;
}
.TextoRodape
{
    font-family: Arial;
    font-weight: bold;
    font-size: 13px;
    color: White;
    padding-top: 5px;
    margin: 0px auto;
    width: 600px;
    text-align: center;
}
.TituloFormulariosLaterais
{
    font-family: Arial;
    font-weight: bold;
    text-transform: uppercase;
    color: White;
    font-size: 12px;
    padding-left: 20px;
    padding-bottom: 10px;
}
.BarraTituloPaginas
{
    background-image: url('../img/bg_topico.png');
    width: 310px;
    height: 22px;
    text-align: right;
    margin-top: 15px;
}
.TextoTituloPaginas
{
    color: #9a0b0d;
    font-family: Arial;
    font-weight: bold;
    text-transform: uppercase;
    vertical-align: bottom;
    font-size: 14px;
    color: White;
    padding-right: 5px;
}
.TituloImagensDestaqueSite
{
    color: #9a0b0d;
    font-family: Arial;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    padding-top: 30px;
    padding-left: 40px;
}
.TitulosDestaquesPopUp
{
    color: #9a0b0d;
    font-family: Arial;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 8px;
    margin-top: 15px;
}
.TextoImobiliariaAzulPequeno
{
    color: #09395D;
    font-family: Arial;
    font-weight: normal;
    text-transform: none;
    font-size: 9px;
}
.TextoImobiliariaAzul
{
    color: #09395D;
    font-family: Arial;
    font-weight: bold;
    text-transform: none;
    font-size: 11px;
}
.TextoImobiliariaAzulMaior
{
    color: #09395D;
    font-family: Arial;
    font-weight: bold;
    text-transform: none;
    font-size: 13px;
}
.TextoDescricaoImovelPopup
{
    font-family: Arial;
    font-size: 12px;
    text-align: justify;
}
.TextoFormulario
{
    color: #9a0b0d;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
}
.FormPopup
{
    background-image: url('../img/bg_popup.png');
    margin: 0px;
}
.LinhaHeaderPopup
{
    background-image: url('../img/bg_header_popup.png');
}
.BgConteudoPopup
{
    background-image: url('../img/bg_white_popup.png');
}
.ColunaLabelPopup
{
    font-family: Arial;
    font-size: 10px;
    _font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    color: #414042;
    height: 15px;
    padding-left: 30px;
}
.ColunaValoresPopup
{
    font-family: Arial;
    font-size: 11px;
    text-align: left;
    color: #414042;
    _padding-left: 3px;
    vertical-align: middle;
}
.TextoMensagemFormularios
{
    font-family: Verdana;
    font-size: 10px;
    color: Red;
    font-weight: bold;
}
.PropriedadeTituloImagemPopup
{
    height: 25px;
    padding-top: 5px;
}
.CelulaFormulariosSite
{
    height: 35px;
}
.MargemLogomarcaImob
{
    margin-top: 10px;
}
.ModalPopup
{
    background-color: #FFFFFF;
    -background-color: transparent;
    -background: url('media/popup-bg.gif') no-repeat;
    background-position: center;
    padding: 0;
    border: none;
    position: absolute;
    top: -1000px;
}
.ModalBackground
{
    background-color: #000000;
    filter: alpha(opacity=80);
    opacity: 0.4;
}
.MensagemValidator
{
    font-family: Arial;
    font-size: 8px;
}
.NomeCliente
{
    text-transform: uppercase;
    height: auto;
}
.TextoBotoesServicoCliente
{
    float: left;
    cursor: pointer;
    font-weight: bold;
    color: #FFF;
    text-align: left;
    height: 20px;
    line-height: 20px;
}
.ColunaIndiqueImovel
{
    text-align: right;
    height: 26px;
}
.DisplayNone
{
    display: none;
}
.BarraProgressoLenghtCamposTexto
{
    background: url(img/textarea.png) no-repeat;
    background-position: -300px 0px;
    width: 300px;
    height: 14px;
    text-align: center;
    color: Red;
    font-size: 8pt;
    font-family: Arial;
    text-transform: uppercase;
}
.wordwrap { 
   white-space: pre-wrap;      /* CSS3 */   
   white-space: -moz-pre-wrap; /* Firefox */    
   white-space: -pre-wrap;     /* Opera <7 */   
   white-space: -o-pre-wrap;   /* Opera 7 */    
   word-wrap: break-word;      /* IE */
   -ms-word-wrap: break-word;
}

/*
MODAL EXERCICIOS
*/
#mask
{
    position: absolute;
    z-index: 9000;
    background-color: #000;
    display: none;
}

#boxes .window
{
    position: absolute;
    width: 680px;
    height: 400px;
    display: none;
    z-index: 9999;
    padding: 10px;
}

/* Personalize a janela modal aqui. Você pode adicionar uma imagem de fundo. */
#boxes #dialogPopup
{
    width: 615px;
    height: 203px;
    background-color: #FFF;
}

/* posiciona o link para fechar a janela */
.close
{
    float: right;
    width: 15px;
    height: 15px;
    display: block;
    text-align: right;
}
/*- - - - - - - - - - - - - */
.tituloMModal
{
    width: 308px;
    font-size: 12px;
    color: #fff;
    height: 16px;
    padding: 4px 10px 2px 0;
    background: url(../images/bg_topico.png) #ee3b2d repeat-y left center;
    text-transform: uppercase;
    text-align: right;
}
