/* CSS Document */
.calendario
{
	font-family:Verdana;
	font-size:11px;
	color:#cccccc;
}

A:link 
{
	FONT-FAMILY:Verdana;
	COLOR:#000000;
	TEXT-DECORATION:none;
}

A:visited 
{
	FONT-FAMILY:Verdana;
	COLOR:#000000;
	TEXT-DECORATION:none;
}

A:hover 
{
	FONT-FAMILY:Verdana;
	COLOR:#FFCC00;
	TEXT-DECORATION:none;
}

.titulo	{
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#6799b0;
}
.corpo	{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-align:justify;
	color: black;
}
.caixas
{
background:#ffffff;
cursor:yes;
color:#000000;
font-family:Verdana;
font-size:8pt;
font-weight:normal;
}
.caixas_olb
{
	background:#eeeeee;
	cursor:no;
	color:#666666;
	border-color:#666666;
	font-family:verdana;
	font-size:10px;
	font-weight:normal;
	border-width:1px;
	border-style:solid;
}
.caixas1
{
	background:#eeeeee;
	cursor:no;
	color:#666666;
	border-color:#666666;
	font-family:verdana;
	font-size:10px;
	font-weight:normal;
	border-width:1px;
	border-style:double;
	width:100%;
}
.caixas2
{
	background:#F0F0F0;
	cursor:no;
	color:#555242;
	font-family:verdana;
	font-size:10px;
	font-weight:normal;
	border-width:1px;
	border-style:double;
}
.azul-escuro{
	 color:#6a98b0;
}
.text_find
{
	font-family:Verdana;
	font-size:10px;
	color:#FFFFFF;
}
.tit_hotel
{
	font-family:Verdana;
	font-size:13px;
	color:#6a98b0;
	font-weight:bold;
}
.text
{
	font-family:Verdana;
	font-size:11px;
	color:#000000;
}
.text_yellow
{
	font-family:Verdana;
	font-size:10px;
	color:#FAD400;
}
.tit-scroll
{
	padding-left: 8px;
	padding-right: 8px;
	font-family:Verdana;
	font-size:11px;
	font-weight:bolder;
	text-decoration:none;
	color: #2a3740;
}
.txt-scroll
{
	padding-left: 8px;
	padding-right: 8px;
	font-family:Verdana;
	font-size:11px;
	text-align:justify;
	text-decoration:none;
	color: #2a3740;
}
/* CALENDAR */

.weekday
{
  font-family:arial,tahoma,verdana;
  font-size:8pt;
  font-weight:bold;
  text-align:center;
  width:26px;
}
.mes
{
  font-family:tahoma,arial,tahoma,verdana;
  font-size:8pt;
  color:#737373;
  backGround-Color:#dfdfdf;
  text-align:center;
  font-weight:bold;
  color:#515151;
}

.texto_normal
{
  font-family:tahoma,arial,tahoma,verdana;
  font-size:8pt;
  color:#737373;
  width:26px;
}
.day
{
  font-family:tahoma,arial,tahoma,verdana;
  font-size:8pt;
  color:#737373;
  text-align:right;
}
.today
{
  font-family:tahoma,arial,tahoma,verdana;
  font-size:8pt;
  color:#9c2b1b;
  backGround-Color:#FFF;
  text-align:center;
  font-weight:bold;
}
.today_active
{
  TEXT-ALIGN:CENTER;
  COLOR: #f00; 
  FONT-FAMILY: Verdana; 
  TEXT-DECORATION: none;
  font-weight:bold;  
}
.off
{
  font-family:tahoma,arial,tahoma,verdana;
  font-size:8pt;
  color:#c0c0c0;
  width:26px;
}
.indisponivel
{
  font-family:tahoma,arial,tahoma,verdana;
  font-size:8pt;
  color:#a2a2a2;
  width:26px;
  text-align:center;
}
.DiaEscolhido
{
  font-family:tahoma,arial,tahoma,verdana;
  font-size:8pt;
  color:#336633;
  font-weight:bold;  
  width:26px;
  text-align:center;
}

#flash {

height:280px;
left:350px;
position:absolute;
top:200px;
width:550px;
z-index:1;
background-color:#000000;

}

