﻿body
{
    font-family: Arial;
    font-size: 12px;
    color: #606060;
    background-color: #000000; /*background-color: #b4bbae;*/
}

body.admin
{
    background-color: #FFFFFF;
}

td
{
    font-family: Arial;
    font-size: 12px;
}

.title
{
    font-size: 16px;
    font-weight: bold;
    color: #941530;
    text-decoration: none;
}
.title_pesquisa
{
    font-size: 14px;
    color: #941530;
    text-decoration: none;
}

.title_detail
{
    font-size: 14px;
    color: #941530;
    font-weight: bold;
    text-decoration: none;
}

/* villas na pagina detalhes - div*/
.title_villas
{
    font-size: 12px;
    font-weight: bold;
    color: #941530;
    text-decoration: none;
}
.villas_details
{
    font-size: 11px;
    color: #606060;
}

.villas_separador
{
    border-top: silver 2px dotted;
    width: 100%;
    height: 10px;
}

/*fim*/

.bordeaux
{
    color: #FFFFFF;
    background-color: #941530;
}

.dourado
{
    background-color: #ddb726;
}

a
{
    color: #941530;
}

.menu
{
    color: #FFFFFF; /*color: #941530;*/
    font-weight: bold;
    font-family: Arial;
    font-size: 11px;
}
a.menu
{
    color: #FFFFFF; /*color: #941530;*/
    font-weight: bold;
    font-family: Arial;
    font-size: 11px;
}
a.menu:hover
{
    color: #941530; /*color: #FFFFFF;*/
}
.legal
{
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

.copy
{
    font-size: xx-small;
    height: 18px;
    vertical-align: middle;
    color: #FFFFFF;
    background-color: #941530;
}

.pontosbottom
{
    border-bottom-style: dotted;
    border-bottom-width: 2px;
    border-bottom-color: #dbb620;
}

.pontosbottom2
{
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #0000FF;
}

.titdestaque
{
    color: #000066;
    font-weight: bold;
    text-decoration: none;
}
.titdestaque:hover
{
    color: #0000FF;
}

.destaque
{
    font-family: Arial;
    font-size: 11px;
}

.primTitulo
{
    color: #941530;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    font-family: Tahoma;
}
.primDetails
{
    font-size: 11px;
}

.pesqDropDown
{
    font-family: Verdana;
    font-size: xx-small;
    background-color: #ffFFff;
    color: #941530;
    border: #660000 1px solid;
}

.pesqLabel
{
    font-size: 10px;
}

a.pesqBotao
{
    /*     font-size: xx-small;    background-color: #ffccff;     color: #941530;     border: #333333 1px solid; */
    color: #FFFFFF;
    display: block;
    background-color: transparent;
    background-image: url(images/buttonBackground.gif);
    background-repeat: no-repeat;
    width: 105px;
    height: 20px;
    margin: 0px;
    padding: 3px 0 0 0;
    text-align: center;
    font-size: xx-small;
    font-weight: bold;
    text-decoration: none;
}

a.pesqBotao:hover, a.pesqBotao:active
{
    background-position: 0 -31px;
    color: #941530;
}

