/*
 * xhtml.css
 *
 * (C) Copyright 2006 Rits. All rights reserved.
 * Use is subject to license terms.
 */

/* Basic Tags */
html {}
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	margin: 0px;
	color: #333333;	
	line-height: 19px;
	background: #ffffff url('/_resources/media/img/bg.jpg');
}

h1,
h2,
h3,
h4 {	
	margin: 0px 0px 8px 0px;
	font-weight: normal;	
}

h1 {
	font-size: 30px;
	color: #209232;	
	font-weight: bold;
	letter-spacing: -2px;
	line-height: 30px;
}

h2 {

	font-size: 18px;
	color: #faf300;
	letter-spacing: -1px;
}

h3 {
	font-size: 18px;
	color: #209232;	
	letter-spacing: -1px;
}

h4 {
	font-size: 12px;
	margin-bottom: 0px;
}

p { margin: 0px; }

hr {
	border: 0px;
	height: 1px;
	border-bottom: 1px solid #9198A2;
}

/* Input */
form {
	margin: 0px;
	padding: 0px;
}

td {
	font-size: 12px;
}#layAll,
#layMain,
#layMainTop,
#layTop,
#layBanner,
#layLogo,
#layMenu,
#layLeft,
#layRight,
#layContent,
#layFooter,
#layFooterContent,
#layNewsletter,
.layRightTop,
.layRightContent,
.contentTitlePhoto,
.contentTitleHoteis,
.contentTitleRestaurantes,
.contentTitleAgencias,
.contentTitlePasseios,
.contentDestaqueHomeSmall,
.contentDestaqueHomeMedium,
.contentDestaqueHomeMediumImage,
.contentDestaqueHomeImage,
.contentDestinoButton,
.contentDestinoButtonImage,
.contentAbaLitoral,
.contentAbaInterior,
.contentItemBg,
.contentItem,
.contentItemBottom,
.contentImageThumb,
.form_input_search,
.form_input_boxes,
.destaque_hotel,
.destaque_hotel_ultimo,
.destaque_hotel_link,
.destaque_hotel_imagem,
.contentSectionImage,
#lightbox,
#lightboxDetails
{
   behavior: url("/_resources/scripts/boxsizing.htc");
   box-sizing: border-box;
   -moz-box-sizing: border-box;
}
/*
 * layout.css
 *
 * (C) Copyright 2006 Rits. All rights reserved.
 * Use is subject to license terms.
 */

* {
	font-family: Arial, Verdana;
}

#layAll {	
	background: url('/_resources/media/img/bg_topo.jpg') repeat-x;	
	
}

#layTop {
	text-align: left;
	width: 778px;	
	height: 266px;	
}

#layBanner {
	width: 778px;
	height: 106px;
	padding-left: 20px;
	padding-top: 20px;
	
}

#layLogo {
	width: 778px;	
	height: 160px;
	background: url('/_resources/media/img/topo.jpg') no-repeat;
}

#layMenu {
	width: 778px;	
	height: 34px;	
	text-align: left;
}

#layMainBg {
	width: 778px;
	background: url('/_resources/media/img/bg_main.gif') repeat-y;
}

#layMain {
	width: 778px;	
	text-align: left;	
	background: url('/_resources/media/img/bg_content.jpg') no-repeat;
}

#layMainTop {
	width: 778px;
	height: 66px;
	padding-left: 120px;
}

#layContent {	
	width: 407px;
	float: left;
	padding-left: 17px;
	padding-right: 17px;
	padding-top: 15px;	
}

#layPath {
	width: 370px;	
	height: 30px;	
	text-align: left;
	font-size: 11px;
}

#layLeft {
	float: left;
	width: 200px;
	padding-left: 20px;
	padding-top: 20px;	
}


#layRight {
	float: left;
	width: 166px;
	padding-left: 20px;				
	padding-right: 20px;					
}

#laySearch {
	width: 164px;
	height: 68px;
	padding-top: 5px;
	padding-left: 10px;
	background: url('/_resources/media/img/bg_search.gif') no-repeat;
}


#layFooter {
	width: 778px;
	height: 37px;
	padding-top: 10px;
	text-align: center;
	color: white;
	background: url('/_resources/media/img/bg_footer.gif') repeat-x;
}

#layFooterContent {
	width: 690px;
	height: 48px;	
	text-align: left;
	color: white;	
	padding-top: 15px;
}

.layRightTop {
	width: 164px;
	height: 43px;
	padding-top: 18px;
	padding-left: 10px;
	margin-bottom: 10px;
	background: url('/_resources/media/img/bg_aba.gif') no-repeat;
}

.layRightContent {
	width: 164px;
	padding-left: 10px;
	padding-right: 10px;	
}

#layNewsletter {
	width: 180px;
	height: 169px;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;	
	background: url('/_resources/media/img/bg_informativo.png') no-repeat;	
}

/* NAVIGATION */

#layMainPopup {
	text-align: left;
	padding: 0px;
	background-color: white;
}

#layContentPopup {	
	padding: 20px;
}

#box_internal_popup {
	text-align: left;
	padding: 0px 0px 0px 0px;
	background-color: #E8E2DD;
}

#box_content_popup {
	float: left;
}

.layItem_list2Cols {
	float: left;
	text-align: center;
	width: 150px;
}

.layItem_list4Cols {
	float: left;
	text-align: center;
	width: 150px;
}

.popup {
	background: none;
}/*
 * links.css
 *
 * (C) Copyright 2006 Rits. All rights reserved.
 * Use is subject to license terms.
 */

a:link, a:visited, a:active {
	color: #005685;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.destaque:link,
a.destaque:visited,
a.destaque:active {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

a.destaque:hover {
	text-decoration: underline;
}
/*
 * form.css
 *
 * (C) Copyright 2006 Rits. All rights reserved.
 * Use is subject to license terms.
 */

.button {
	border-left: 1px solid #B9CAD3;
	border-right: 1px solid black;
	border-top: 1px solid #B9CAD3;
	border-bottom: 1px solid black;
	height: 20px;
	text-align : center;
	background: #B9CAD3;
	vertical-align : middle;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

li {
	margin-bottom: 5px;
	margin-left: -10px;
}

.form_table {
	width: 100%;
}

.form_td_label {
	border: 0px;
	width: 100px;
	text-align: right;
	vertical-align: top;
}

.form_td_input {
	border: 0px;
}

.form_label {
	font-size: 12px;
}

.form_button {
	height: 20px;
	color: white;
	border-left: 1px solid #005685;
	border-right: 1px solid black;
	border-top: 1px solid #005685;
	border-bottom: 1px solid black;
	text-align: center;
	background: #005685;
	font-weight: bold;
}

.form_input {
	background: white;
	padding: 2px 0px 0px 2px;
	font-size: 12px;	
	border: 1px solid black;
}

.form_input_search {
	width: 80px;
	height: 18px;	
	border: 0px;
}

.form_input_boxes {
	width: 145px;
	height: 25px;	
	font-size: 12px;
	border: 0px;	
	margin: 0px;	
	background: none;
}

.form_required {
	color: #FF0000;
}

.form_error_highlight {
	background-color: #DFA679;
}

.form_error_box {
	background-color: #DFA679;
	border: 1px solid #DFA679;
}

.form_error_title {
	font-size: 12px;
	font-weight: bold;
}

.form_error {
	list-style-type: circle;
	margin: 0px 0px 0px 0px;
}

.form_help_box {
	border: 1px solid #BFB8B3;
	padding: 5px 5px 5px 5px;
	background-color: #D7D1CC;
	text-align: left;
	font-size: 11px;
	font-family: arial, sans-serif;
}

.form_filedetail {
	padding: 0px 0px 5px 0px;
}

select {
	border: 1px solid black;
}

option, select, .form_input, .form_button {
   font-size: 11px;
}

.tree {
	margin: 0px 0px 0px 0px;
}

/*
 * content.css
 *
 * (C) Copyright 2006 Rits. All rights reserved.
 * Use is subject to license terms.
 */


.contentTitlePhoto {
	width: 370px;
	height: 39px;
	padding-left: 45px;
	padding-top: 5px;
	margin-bottom: 10px;
	background: url('/_resources/media/img/bg_subt_fotos.gif') no-repeat;
}

.contentTitleHoteis {
	width: 370px;
	height: 39px;
	padding-left: 45px;
	padding-top: 5px;
	margin-bottom: 10px;
	background: url('/_resources/media/img/bg_subt_ondeficar.gif') no-repeat;
}

.contentTitleRestaurantes {
	width: 370px;
	height: 39px;
	padding-left: 45px;
	padding-top: 5px;
	margin-bottom: 10px;
	background: url('/_resources/media/img/bg_subt_bares.gif') no-repeat;
}

.contentTitleAgencias {
	width: 370px;
	height: 39px;
	padding-left: 45px;
	padding-top: 5px;
	margin-bottom: 10px;
	background: url('/_resources/media/img/bg_subt_agencias.gif') no-repeat;
}

.contentTitlePasseios {
	width: 370px;
	height: 39px;
	padding-left: 45px;
	padding-top: 5px;
	margin-bottom: 10px;
	background: url('/_resources/media/img/bg_subt_passeios.gif') no-repeat;
}

.contentDestaqueHomeMediumImage {
	float: left;
	width: 172px;
	height: 130px;
	padding-top: 12px;
	padding-left: 12px;
	background: url('/_resources/media/img/bg_destaque2_home.png') no-repeat;
}

.contentDestaqueHomeMedium {
	width: 370px;
	height: 130px;
	padding-right: 10px;
	background: url('/_resources/media/img/bg_destaque2_home.png') no-repeat;
}

.contentDestaqueHomeSmallImage {
	width: 149px;
	height: 104px;
	margin-bottom: 10px;
}

.contentDestaqueHomeSmall {

	float: left;
	width: 175px;
	height: 218px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background: url('/_resources/media/img/bg_destaque1_home.png') no-repeat;
}

.contentDestaqueHomeImage {
	width: 371px;
	height: 271px;
	padding-top: 10px;
	padding-left: 9px;
	background: url('/_resources/media/img/bg_photo_352x250.png') no-repeat;
}

.contentSectionImage {
	width: 371px;
	height: 221px;
	padding: 10px;
	background: url('/_resources/media/img/bg_photo_352x200.png') no-repeat;
}

.contentDestinoButtonImage {
	width: 75px;
	height: 60px;
	margin-top: 5px;
	margin-bottom: 7px;
}

.contentDestinoButton {
	float: left;
	width: 85px;
	height: 104px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	line-height: 14px;
	text-align: center;
	background: url('/_resources/media/img/bg_photo_75x60.png') no-repeat;
}

.contentAbaLitoral {
	width: 180px;
	height: 34px;
	padding-left: 10px;
	padding-top: 3px;
	margin-bottom: 5px;
	background: url('/_resources/media/img/bg_aba1.gif') no-repeat;
}

.contentAbaInterior {
	width: 180px;
	height: 34px;
	padding-left: 10px;
	padding-top: 3px;
	margin-bottom: 5px;
	background: url('/_resources/media/img/bg_aba2.gif') no-repeat;
}

.contentBannerVertical {
	width: 164px;
	height: 449px;
	padding: 5px;
	background: url('/_resources/media/img/bg_banner_vertical.gif') repeat-y;
}

.contentBannerBotao {
	width: 164px;
	height: 124px;
	padding: 5px;
	background: url('/_resources/media/img/bg_banner_botao.gif') repeat-y;
}

.contentItemBg {
	width: 501px;
	padding: 0px;
	background: url('/_resources/media/img/content_bg.gif') repeat-y;
}

.contentItem {
	width: 501px;
	padding-top: 20px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
	background: url('/_resources/media/img/content_top.gif') no-repeat;
}

.contentItemBottom {
	width: 501px;
	height: 13px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	background: #FFE896 url('/_resources/media/img/content_bottom.gif') no-repeat;
}

.contentSign {
	font-weight: bold;
	font-size: 11px;
	margin-top: 15px;
}

.contentAuthor {
	font-weight: bold;
	margin: 0px 0px 8px 0px;
}

.contentDate {
	font-size: 11px;
}

.contentLegend {
	font-size: 11px;
}

.contentCredit {
	font-size: 11px;
	text-align: right;
}

.contentItemDetailDescription {
	margin-top: 10px;
}

.contentImage {
	text-align: center;
	background: url('/_resources/media/img/bg_contentPhoto.gif') repeat-y;
}

.contentImageThumb {
	float: left;
	width: 110px;
	height: 80px;
	padding-left: 5px;
	padding-top: 5px;
	margin-right: 15px;
	margin-bottom: 15px;
	background: url('/_resources/media/img/bg_photo_100x70.png') repeat-y;
}


.contentItemRowTitle_only,
.contentItemRowTitle_only_dest {
	padding: 2px;
}
.contentItemRowTitle_only_dest {
	background-color: #EEDDCC;
}

.contentItemRow {
    margin-bottom: 5px;
}

.contentCommentary {
	padding: 5px;
	border-bottom: 1px dotted black;
}

.contentCommentaryName {
	font-weight: bold;
	color: #005685;
}


.destaque_hotel, .destaque_hotel_ultimo {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	float: left;
	width: 101px;
	/*
	position: relative;	
	*left: -50px;
	*/
	
}


.destaque_hotel {
	margin-right: 34px;
}


.destaque_hotel_link, .destaque_hotel_imagem {
	width: 100%;
	text-align: center;
	display: block;
	/*
	position: absolute;
	bottom: 88px;	
	display: block;	
	*/
}


/*
 * section.css
 *
 * (C) Copyright 2006 Rits. All rights reserved.
 * Use is subject to license terms.
 */

 
 /*
 * image.css
 *
 * (C) Copyright 2006 Rits. All rights reserved.
 * Use is subject to license terms.
 */

img {
	margin: 0px;
	border: 0px;	
}

#box_image {
	margin-left: 7px;
	margin-top: 7px;
}
#box_image_window {
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
	background: white;
}

#box_image_title {
	padding: 2px 5px 0px 0px;
	margin-left: 7px;
	color: black;
	text-align: center;
	font-weight: bold;
}

.imgBoxThumb_listCol {
	width: 100px;
	height: 85px;
	float: left;
	text-align: left;
	padding: 8px 0px 0px 0px;
	margin: 0px 10px 10px 0px;
	text-align: center;
}

.imgThumb,
.imgThumb_lst {
}

.imgThumb_lst
{
	float: left;	
	margin-right: 5px;
}

.imgBoxDetail
{
	width: 214px;
	float: left;
	margin: 0px 0px 5px 15px;
	font-size: 11px;
}

.imgBoxDetail_right {
	float: right;
}

.imgDetail {	
	border: 0px;
}

.icon_mark {
	margin-right: 5px;
}

.photo {
	width: 350;
	height: 263;
	margin: 5px 5px 5px 5px;
}

.imageTab {
    width: 60px;
    height: 39px;
    border: 0px;
    margin: 0px 4px 0px 0px;
}

.imageTab1000 {
    width: 62px;
    height: 39px;
    border: 0px;
    margin: 0px 0px 0px 0px;
}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url('/_resources/media/img/blank.gif') no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url('/_resources/media/img/prevlabel.gif') left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url('/_resources/media/img/nextlabel.gif') right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}table.calendar {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 0.8em; */
	width: 165px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	
}
table.calendar td {
	border: 0px;
	font-size: 10px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
}
table.mainheading {	
	border-collapse: collapse;	
	border: 0px;
	cursor: pointer;
	empty-cells: show;
	margin: 0px 0px 0px 0px;	
	padding: 0px;
}
table.mainheading td {
	border: 0px;
	border-bottom: 0px;
	border-top: 0px;	
	text-align: center;		
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	/*width: 23px; /*should match calendar cell's width */	
	height: 21px;	
}

table.mainheading td.month {
	background: url('/_resources/media/img/bg_mes.gif') no-repeat;	
}
table.caldayheading {
	border-collapse: collapse;
	cursor: pointer;
	empty-cells: show;
	margin: 0px 0px 0px 0px;
}
table.caldayheading td {
	background: url('/_resources/media/img/bg_dia4.gif') no-repeat;
	border: 0px;
	padding: 0px;
	text-align: center;
	color: white;	
	width: 23px; /*should match calendar cell's width*/
	height: 21px;
}
table.caldayheading td.wkhead {	
}
table.calcells {
	border-collapse: collapse;
	cursor: pointer;
	margin: 0px 0px 0px 0px;	
}
table.calcells td {
	border: 0px;
	vertical-align: top;
	text-align: center;		
	width: 23px;
	height: 21px;
	color: white;	
}
table.calcells td div {
	padding: 0px;
	margin: 0;
}
table.calcells td.wkhead {
	/*background-color: white;*/
	text-align: center;	
	color: white;
}
table.calcells td.wkday {
	background: url('/_resources/media/img/bg_dia2.gif') no-repeat;
	font-weight: bold;
}
table.calcells td.wkend {
	background: url('/_resources/media/img/bg_dia2.gif') no-repeat;
	font-weight: bold;
}
table.calcells td.curdate {

}
table.calcells td.cell_selected {
	background: url('/_resources/media/img/bg_dia3.gif') no-repeat;
	color: white;
	font-weight: bold;
}
table.calcells td.notmnth {
	cursor: pointer;	
	color: #DFA679;
	background: url('/_resources/media/img/bg_dia1.gif') no-repeat;
}

table.calcells td.excluded {
	background: url('/_resources/media/img/bg_dia1.gif') no-repeat;
	color: white;
}

table.calcells td.notallowed {
	/*background-color: white;*/
	color: white;
	font-style: italic;
}
table.calcells td.hover {
	background: url('/_resources/media/img/bg_dia2.gif') no-repeat;
	color: white;
	font-weight: bold;
}
