body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #FFFFFF;
}
form {
	margin: 0px;
	padding: 0px;
}
h1 {
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.thrColFixHdr #header {
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
.thrColFixHdr #menu {
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 240px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	position:relative;
	z-index:100; 
	visibility: visible;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* padding keeps the content of the div away from the edges */
	text-align: center;
	margin-left: 10px;
}
.thrColFixHdr #sidebar2 .banner {
	margin-bottom: 10px;
}

.thrColFixHdr #mainContent {
	margin-left: 250px;
	background-color: #FFFFFF;
}
.thrColFixHdr #stage {
	background-color: #FFFF99;
	margin-right: 200px;
}

.thrColFixHdr #footer {
	margin-top:20px;
	text-align: center;
	font-size: 10px;
	line-height: 16px;
}
.thrColFixHdr #footer a {
	color: #000000;
	text-decoration: none;
}
.thrColFixHdr #footer a:hover {
	text-decoration: underline;
}
.thrColFixHdr #footer #logos {
	margin-bottom: 5px;
}
.thrColFixHdr #footer #logos img {
	vertical-align: middle;
	margin-right: 10px;
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}




/*---------------------------------CANTOS REDONDOS*/
.bl {
	width: inherit;
	background-image: url(/imgs/canto_be.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
} 
.br {
	background-image: url(/imgs/canto_bd.gif);
	background-repeat: no-repeat;
	background-position: 100% 100%;
} 
.tl {
	background-image: url(/imgs/canto_te.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
} 
.tr {
	background-image: url(/imgs/canto_td.gif);
	background-repeat: no-repeat;
	background-position: 100% 0;
} 
.erro {
	background-color: #FF00FF;
}




/*---------------------------------login*/
#login {
	background-color: #AACEE5;
	background-image: url(/imgs/areareservada.gif);
	background-repeat: repeat-x;
	background-position: center;
	float: right;
	color: #003895;
	font-size: 10px;
	margin-left: 2px;
}
#login .bl .br .tl .tr {
	width: 180px;
	height: 80px;
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: center;
}
#login A {
	color: #003895;
	text-align: center;
	margin-top: 5px;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#login .field {
	background-color: #DBEAF4;
	height: 16px;
	width: 85px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 2px;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	margin-bottom: 0px;
	margin-top: 5px;
	margin-left: 0px;
}
#login form {
	margin-bottom: 2px;
	text-align: left;
}


/*------------------------------------pesquisa*/
#pesquisa {
	background-color: #DCDCDC;
	margin-left: 5px;
	background-repeat:no-repeat;
	float: right;
	background-image: url(/imgs/pesquisa.gif);
}
#pesquisa .bl .br .tl .tr {
	height: 19px;
	width: 180px;
	text-align: right;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 3px;

}
#pesquisa .bl .br .tl .tr .field {
	background-color: #FFFFFF;
	height: 16px;
	width: 90px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 2px;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
}


/*------------------------------------pesquisa viagem*/
#pesquisaviagem {
	background-color: #DCDCDC;
	background-repeat:no-repeat;
	background-image: url(/imgs/pesquisadestino.gif);
	margin-right: 200px;
	background-position: 15px -15px;
	font-size: 12px;
	font-weight: bold;
	color: #08539C;
}
#pesquisaviagem .bl .br .tl .tr {
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 5px;

}
#pesquisaviagem .bl .br .tl .tr .field {
	background-color: #FFFFFF;
	height: 16px;
	width: 90px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 2px;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
}
#relogio {
	font-weight: bold;
	color: #999999;
	text-align: center;
	font-size: 12px;
	padding-bottom: 5px;
}


/*-----------------------------------------reservas*/
#reservas {
	background-color: #abcee5;
	margin-bottom: 5px;
	background-image: url(/imgs/reservas_txt.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#reservas .bl .br .tl .tr {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}




/*---------------------------------promoções*/
#promos {
	background-color: #ffe7cc;
	margin-top: 5px;
	background-image: url(/imgs/promos.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 10px;
}
#promos .bl .br .tl .tr {
	padding-top: 33px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#promos .elemento {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
	margin-top: 7px;
	color: #003895;
	margin-bottom: 7px;
	padding-bottom: 4px;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
	margin-right: 0px;
	margin-left: 0px;
	height: 40px;
}
#promos .elemento .imagem {
	height: 40px;
	width: 40px;
	float: left;
	margin-right: 5px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
}

#promos .elemento .titulo {
	float: left;
	height: 40px;
	overflow: hidden;
	width: 130px;
	line-height: 13px;
	padding-top: 0px;
}
#promos .elemento .titulo A {
	color: #003B9E;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;
}
#promos .elemento .titulo A:hover {
	color: #003895;
	text-decoration:underline;
}

#promos .elemento .preco {
	font-size: 17px;
	font-weight: bold;
	text-align: right;
	margin-top: 10px;
}



/*---------------------------------newsletter*/
#newsletter {
	background-color: #DCDCDC;
	margin-top: 5px;
	background-image: url(/imgs/newsletter.gif);
	background-repeat:no-repeat;
	background-position: left top;
}
#newsletter .bl .br .tl .tr {
	padding-top: 22px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#newsletter .bl .br .tl .tr .field {
	background-color: #FFFFFF;
	height: 16px;
	width: 200px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 2px;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
}





#erro{
	background-color: #F4F3D5;
	color:#666666;
	width: 80%;
	text-align: center;
	font-weight:bold;
	background-image: url(/imgs/icon_erro.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 80px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 55px;
	height: 32px;
}
#aviso p {
	background-color: #F4F3D5;
	color:#666666;
	width: 80%;
	text-align: center;
	font-weight:bold;
	background-image: url(/imgs/icon_erro.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 55px;
	height: 32px;
}



#cxcinza {
	background-color: #DCDCDC;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#cxcinza .bl .br .tl .tr {
	padding: 5px;
}
#cxazul {
	background-color: #abcee5;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#cxazul .bl .br .tl .tr {
	padding: 5px;
}




.ajaxbox {
	width: 530px;
	margin-left: 10px;
}
.ajaxbox .column {
	float: left;
	width: 120px;
	margin-right: 0px;
}
.ajaxbox .column .list {
	font-size: 11px;
	line-height: 13px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #003895;
	margin-bottom: 5px;
	padding-left: 4px;
}



#viagem .foto {
	float: right;
	padding-bottom: 15px;
	padding-left: 20px;
	text-align: right;
	margin-top: 5px;
}
#viagem .foto .imagem {
	background-position:center center;
	background-repeat: no-repeat;
}
#viagem .foto .imagem .bl .br .tl .tr {
	width:200px;
	height:200px;
}
#viagem .pais {
	font-size: 12px;
	color: #003895;
	font-style: italic;
}
#viagem .preco {
	font-size: 18px;
	color: #003895;
	font-weight: bold;
}
.notas {
	font-size: 10px;
	color: #999999;
}



.thumbox {
	background-image: url(/imgs/bgthumb.gif);
	background-repeat: no-repeat;
	height: 123px;
	width: 123px;
	float: left;
	background-position: center center;
}
.thumbox .thumbimg {
	height: 105px;
	width: 105px;
	margin: 8px;
	background-repeat: no-repeat;
	background-position: center center;
}
.resumoviagem {
	background-color: #CEE2F0;
	margin-left: 20px;
	margin-bottom: 20px;
}
.resumoviagem:hover {
	background-color: #ABCEE5;
}

.resumoviagem .bl .br .tl .tr {
	padding: 5px;
}
.resumoviagem .bl .br .tl .tr .foto,
.resumoviagem .bl .br .tl .tr .titulo,
.resumoviagem .bl .br .tl .tr .preco,
.resumoviagem .bl .br .tl .tr .links {
	float: left;
	text-align: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #FFFFFF;
	vertical-align: middle;
}
.resumoviagem .bl .br .tl .tr .foto {
	padding-left: 0px;
	width: 100px;
}
.resumoviagem .bl .br .tl .tr .foto .imagem {
	height: 100px;
	width: 100px;
	overflow:hidden;
}
.resumoviagem .bl .br .tl .tr .titulo {
	width: 320px;
	font-size: 10px;
	color: #000000;
}
.resumoviagem .bl .br .tl .tr .titulo A {
	font-size: 18px;
	font-weight: bold;
	color: #003895;
}
.resumoviagem .bl .br .tl .tr .preco {
	width: 50px;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	color: #003895;
	padding-right: 5px;
	padding-left: 0px;
}
.resumoviagem .bl .br .tl .tr .links {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 0px;
}
.resumoviagem .bl .br .tl .tr .links IMG {
	margin-top: 1px;
	margin-bottom: 1px;
}
.cal_epocaA {
	background-color:#FF6600;
}
.cal_epocaMA {
	background-color:#FFCC00;
}
.cal_epocaM {
	background-color:#FFFFCC;
}
.cal_epocaMB {
	background-color:#CCFF33;
}
.cal_epocaB {
	background-color:#00CC00;
}

