/* framework de css */
html, body { margin:0; padding:0; }

body
{
    font-family: Arial, Sans-Serif;
    font-size: 11px;
    color: #808183/*#006699*/;
    text-align:center;
}

#geral
{
    width:758px;
    margin:0 auto;
    text-align:left;
}

#topo 
{
    height:101px;
}

#conteudo
{
    display:block;
    float:left;
    width:510px;
    padding-top:10px;
    padding-bottom:10px;
    text-align:left;
}

#rodape
{
    display:block;
    float:left;
    width:760px;
    margin-left:1px;
    height:100px;
    margin-top:10px;
    padding-top:10px;
    background:url("../imagens/ponto.gif") repeat-x;
    text-align:left;
}

.button_form {
  display: inline-block;
  border: 1px transparent black;
  color: black;
  font-family: Arial;
  font-size: 10px;
  height: 5px;
  width: 160px;
  background: #CCCCCC;
  padding: 0px 1px 17px 0px;
  line-height: 17px;
  margin-bottom: 5px;
  text-align: center;
  border-radius: 3px;
  text-decoration: none;
}

/* Notícias */
#noticias
{
    display:block;
    float:right;
    width:191px;
    padding:10px;
    text-align:left;
}

ul#RSSNoticias
{
    list-style:none;
    margin:0;
    padding:0;
}

ul#RSSNoticias li
{
    background:url("../imagens/ponto.gif") repeat-x;
    display:block;
    padding:10px;
}

ul#RSSNoticias li.alternado
{
    background-color:#f1f9fc;
}

ul#RSSNoticias li.tituloRSSNoticias img
{
    margin-bottom:-4px;
}

ul#RSSNoticias li.tituloRSSNoticias
{
    margin-bottom:-3px;
    margin-left:-3px;
    background:none;
    font-weight:bold;
    text-transform:uppercase;
}


/* Menu */
#menu 
{
    height:42px;
    background:url("../imagens/menu.jpg") no-repeat;
}

/*itens do menu*/
.menu_item
{
    position: relative;
    font-size: 14px;
    top: -3px;
    left: 15px;
    font-family: Verdana;
    color: #284e98;
}

/* Barra de Ferramentas*/
.ferramentas
{
    padding:3px 3px 3px 3px;
    /*background-color:#f1f9fc;*/
    height:25px;
    vertical-align:bottom;
    text-align:right;
    /*background:url("../imagens/ponto.gif") repeat-x;*/
    background-position:bottom;
}
/* Título da Seção */
.tituloPagina
{
    position:relative;
    left:34px;
    top:34px;
    font-size:22px; /* Se for duas linhas de título, colocar o tamanho de 18px */
    font-weight:bold;
}
/*Titulo da Função*/
.tituloFuncao
{
    font-size: 18px;
    font-weight: bold;
    padding:0 0 5px 0;
}
/*Titulo do Hotel*/
.tituloHotel
{
    font-size: 16px;
    font-weight: bold;
    padding:0 0 5px 0;
}
.infoHotelHeader
{
    font-size: 16px;
    font-weight: bolder;
    padding:0 0 5px 0;
}
.infoHotelFooter
{
    /*background:url("../imagens/ponto.gif") repeat-x;*/
}
.tabelaResultadoHeader
{
    color:#808183/*#006699*/;
    background-color:White;
    font-size: 12px;
    font-weight: bolder;
    padding:0 0 5px 0;
    border-style:solid/*inherit*/;
    border-color: Gray/*inherit*/;
    border-width:1px;
    text-align: center;
}
.tabelaResultadosCelulas
{
    border-style:none;/*inherit*/
    border-color:inherit;
    border-width:0px;
    background: #CACACA
}
.tabelaResultadosSeparador
{
    text-align:right;
    border-style:none/*inherit*/;
    border-color:inherit;
    background:url("../imagens/barra-4.jpg") no-repeat;
    background-color: #b9cbcb;
}
.tabelaResultados
{
    border-style:none/*solid*/;
    font-size: 12px;
    border-color: #006699;
    background-color:#ececec;/*#f1f9fc;*/
    width: 100%;

}
.celulaReservar
{
    background-color: #8F0002;
    color: White;
    font-weight: bold;
    text-decoration: none;
}
/*
.tabelaReservas
{
    border-style:none;
    padding:10px;
    font-size: 12px;
    border-color: #006699;
    background-color:#ececec;
    width: 100%;
}
*/
.msgErros
{
    color: inherit;
    font-size: 12px;
}

.tabelaReservas
{
    border-style:none;
    border-width: 0px;
    border-spacing:0;
    font-size: 12px;
    border-color: #006699;
    background-color:#ececec;
    width: 100%;
}

.textBox
{
    font-family: Arial, Sans-Serif;
    font-size: 11px;
    color: #808183/*#006699*/;
    width:100%
}

.botao
{
    font-family: Arial, Sans-Serif;
    font-size: 11px;
    text-decoration: none; /*#006699;*/
    color: #8F0002;
    width: 100%;
    font-weight: bold;
}

.dropDownList
{
    font-family: Arial, Sans-Serif;
    font-size: 11px;
    color: #808183/*#006699*/;
}

.textRodape
{
    font-family: Arial, Sans-Serif;
    color: #8f0002;
    font-size: 11px;
    width:100%
}

.textoNegrito
{
    color: #808183;
    font-weight: bold;  
}

.textoPequenoRed
{
    font-weight: normal; 
    color: #8f0002; 
    height: 34px;
}

.textoMenorRed
{
    font-weight: normal; 
    font-size: 11px; 
    color: #8f0002;
}

.textoNegritoRed
{
    color: #8f0002;
    font-weight: bold;  
}

.textoMenorCinza
{
    font-weight: normal; 
    font-size: 11px; 
    color: #808183; 
    height: 18px;   
}

.textoBotaoConfirmar
{
    color: #ff0000;
    text-decoration: none;
    font-weight: bold;
}

.input
{
    font: 12px Arial, Helvetica, sans-serif;
    border: 1px solid #86888B;
}