
html
{
	overflow: scroll;
}

body
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	background-color: #FFFFFF;
	margin: 0px;    
}

input, select
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
}

table
{
    border-collapse: collapse;
    border: none;
}

a
{
	text-decoration: underline;
	color: #4682B4;
}

a:hover
{
	text-decoration: underline;
}

/* Estilos básicos */
.labelBold
{
    font-size: 11px;
    color: #000000;
    font-weight: bold;
}


.acerto
{
	font-size: 12px;
	color: Green;
	font-weight: bold;
}


 .clearboth { clear: both; }

.separador 
{ 
    clear: both;
    height: 10px;
}


.detailHeader 
{
	background-color: #acacac;
	color: #FFFFFF;
    padding: 2px 10px 2px 10px;
    margin-bottom: 2px;
}

.detailFooter
{
	background-color: #d7d7d7;
	color: #000000;
}


.detailBodyFrame
{
    padding: 2px 0px 0px 0px;
    border-top: solid 1px #3f9b00;
    border-bottom: solid 1px #3f9b00;
    margin: 0px 0px 0px 0px;
}

.detailBodyFrame .detailBody 
{
    margin-bottom: 2px;
}

.detailBody .detailBodyFrame
{
    border-top: 0px;
}

.divisionDetail
{
    margin-bottom: 20px;
}

.detailBody
{
	background-color: #ebebeb;
    color: #6c6c6c;
    padding: 2px 10px 2px 10px;
}

.detailBody .detailBody
{
	background-color: #f4f4f4;
    color: #4c4c4c;
    margin-bottom: 2px;
}

.detailBody .detailBody .detailBody
{
	background-color: #fafafa;
    color: #2c2c2c;
}


.detailAlternating
{
	background-color: #f3f3f3;
    color: #6c6c6c;
}

.loadingDiv
{
	font-size: 13px;
	float:left;
	color: #FFFFFF;
	background-color: #000099;
	padding: 5px 5px 5px 5px;
}	

.infoPopup
{
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #4682B4;
	padding: 5px 5px 5px 5px;
	width: 220px;
	white-space: pre-wrap;
	border: solid 1px #165284;
    z-index: 10;
}

.infoPopup a
{
    color: #C6E2FF;
}

.infoPopup .closeButton
{
    float: right;
}

.infoPopup .note
{
    font-size: 10px;
    color: #A6D2FF;
}

.statusBar 
{
    height: 17px;
    color: #FFFFFF;
    background-color: #000099;
   	background-image: url('../Img/estilo/statusbar_background.gif');
   	background-repeat: repeat-x;
    padding-top: 3px;
}


.statusBar .label
{
	color: #3f9b00;
	margin-right: 3px;
}

.statusBar .button
{
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}

.statusBar .button:hover
{
	text-decoration: underline;
}

.divisionLine
{
    height: 4px;
    margin: 1px 0px 1px 0px;
    background-color: #3f9b00;
}

.checkbox
{
	margin: 1px;
	padding: 0px;
	height: 13px;
	width: 13px;
}

.checkbox input
{
	margin: 1px;
	padding: 0px;
	height: 13px;
	width: 13px;
}


.basicButton
{
	background-image: url('../Img/estilo/basicbutton_background.gif');
	background-repeat: repeat-x;
	vertical-align: middle;
	height: 16px;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	border: none;
	background-color: #000099;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 	
}

.secondaryColor
{
    background-color: #3f9b00;
}

.secondaryFontColor
{
    color: #3f9b00;
}


.wopadding
{
	padding: 0px;
}

.captionframe
{
    width: 270px;
	padding: 0px 1px 1px 0px;
	border-bottom: solid 4px #3f9b00;
	border-right: solid 1px #3f9b00;
}

.caption
{
    height: 16px;
    width: 262px;
	padding: 1px 0px 0px 8px;
	font-size: 11px;
	font-weight: bold;
    background-color: #a6a6a6;
	color: #ffffff;	
}


.topframe
{
    height: 21px;
	border-bottom: solid 1px #3f9b00;
    margin-bottom: 2px;
}

.topframe .caption
{
	height: 16px;
}


.titulo, .subtitulo
{
	padding: 1px 0px 2px 8px;
    width: 262px;
	font-size: 12px;
	font-weight: bold;
    color: #4c4c4c;
	background-color: #e5e5e5;
    border-bottom: solid 4px #3f9b00;
	border-right: solid 1px #3f9b00;
	margin: 0px;
}

.detailBody .dropDownList
{
    width: 255px;
}

.detailBody .textBox
{
    width: 245px;
    padding-left: 3px;
    padding-right: 3px;
}

.observacao 
{
    color: #BB0000;
    font-weight: bold;
}

.errorMessage, .errorMessages
{
	color:#FF0000;
	font-weight: bold;
}

.sucesso
{
    color: #00BB00;
    font-weight: bold;
}

.aviso
{
    color: #FFAA00;
    font-weight: bold;
}
    
/* Estilos para o cabeçalho */

#divheader
{
	margin: 20px auto 15px; 
	width: 100%; 
	position: static; 
	height: 80px;
}

#divheader .leftPart
{
    width: 25px;
    height: 66px;
    border-right: solid 1px #bcbcbc;
    float: left;
}

#divheader .leftPart .topPart
{
    height: 26px;
    padding: 0px 1px 0px 0px;
}

#divheader .rightPart
{
    height: 66px;
    border-left: solid 1px #bcbcbc;
    margin-left: 225px;
}

#divheader .rightPart .topPart
{
    height: 26px;
    padding: 0px 0px 0px 1px;
}



#divheader .buttonBar
{
    height: 40px;
    background-color: #f4f4f4;
    background-image: url('../Img/estilo/menu_background.gif');
    background-repeat: repeat-x;
    background-position: top;
}

/* Estilos para o menu */

#divheader .menuStatic
{
	height: 40px;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
    color: #929292;
    z-index: 10;
}

#divheader .menuStatic a 
{
    color: #929292;
}

#divheader .menuStatic a:hover
{
    color: #000000;
    text-decoration: underline;
}


#divheader .menuStaticItem
{
	height: 20px;
	padding: 12px 15px 8px 15px;
	font-weight: bold;
	background-image: url('../Img/estilo/menu_separator.gif');
	background-repeat: no-repeat;
	background-position: right;
}


#divheader .menuDynamic
{
	font-weight: bold;
	vertical-align: middle;
	text-decoration: none;
    color: #929292;
    border-style: solid;
	border-color: #d3d3d3;
	border-width: 1px;
    background-color: #f4f4f4;
    background-image: url('../Img/estilo/menu_background.gif');
    background-repeat: repeat-x;
    background-position: top;
}

#divheader .menuDynamic,
#divheader .menuDynamic ul,
#divheader .menuDynamic li
{
	z-index: 10; 
}


#divheader .menuDynamicItem
{
	font-size: 10px;
	font-weight: normal;
	padding: 5px 0px 5px 10px;
	width: 90px;
}

#divheader .menuDynamicItem a
{
	width: 90px;
}

.menuDynamic
{
    left: 5px;
    top: 36px;
}

.menuDynamic .menuDynamic
{
    left: 93px;
    top: 0px;
}





#divheader .logoPart
{
    height: 80px;
    width: 198px;
    left: 26px;
    margin: 0px 0px 0px 0px;
    position: absolute;
	background-image: url('../Img/logo_eurolink_small.png');
	background-position: center;
	background-repeat: no-repeat;  
}

#divmain
{
	width: 756px;
	margin-left: 23px;
}

#divfooter
{
    margin-top: 16px;
    font-size: 10px;
}

/* Estilo para o sitepath */
.divSiteMapPath {
	width: 756px;
    margin-left: 23px;
	color: #6c6c6c;
	font-weight: bold;
	margin-bottom: 10px;
}
.divSiteMapPath a {
	color: #000099;
}
.divSiteMapPath a:hover {
	color: #000099;
}
.divSiteMapPath .currentPage {
	color: #3f9b00;
}



/* Estilos para os resultados de pesquisa de hotel */

.divhsr .linhaHotel
{
	float: none;
	height: 138px;
}

.divhsr .thumbframe
{
	border: solid 1px #000099;
	width: 85px;
	height: 85px;
	padding: 1px 1px 1px 1px;
	margin-right: 1px;
    float: left;
}
.divhsr .thumb 
{
	width: 85px;
	height: 85px;
	display: block;
}

.divhsr .captionframe
{
	width: 181px;
	height: 16px;
    margin-bottom: 1px;
    float: left;
  	border-bottom: solid 5px #3f9b00;
	border-right: none;
}

.divhsr .caption
{
	width: 173px;
	height: 15px;
    color: #4c4c4c;
	background-color: #e5e5e5;
}

.divhsr .estrelasframe, 
.divhsr .cafeframe,
.divhsr .localizacaoframe
{
	height: 21px;
	padding: 0px 6px 0px 6px;
	border-left: solid 1px #3f9b00;
	border-bottom: solid 1px #3f9b00;
    float: left;
    margin-bottom: 1px;
}

.divhsr .estrelasframe
{
	width: 80px;
}

.divhsr .cafeframe
{
	width: 128px;
}

.divhsr .localizacaoframe
{
	width: 235px;
}

.divhsr .estrelas img,
.divhsr .cafe img,
.divhsr .localizacao img
{
	vertical-align: middle;
}

.divhsr .cafe span,
.divhsr .localizacao span
{
	margin-left: 5px;
	font-size: 10px;
	color: #6c6c6c;
}

.divhsr .localizacao a
{
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #6c6c6c;
}

.divhsr .descricaoframe
{
	height: 60px;
	width: 274px;
	border-bottom: dotted 2px #e5e5e5;
	
    float: left;
}
.divhsr .descricao
{
	padding: 4px 5px 0px 5px;
	color: #939393;
	font-size: 10px;
}

.divhsr .descricao a
{
	color: #3f9b00;
	font-weight: bold;
	text-decoration: none;
}

.divhsr .quartosframe 
{
	float: left;
    width: 390px;	
}

.divhsr .quartosframe table
{
    width: 390px;
}

.divhsr .quartosframe th,
.divhsr .quartosframe td
{
	border-bottom: solid 1px #ffffff;
	text-align: left;
	font-weight: bold;
	font-size: 9px;
	padding: 1px;
}

.divhsr .quartosframe tr
{
	height: 18px;
}

.divhsr .quartosframe .detailFooter
{
	height: 16px;
}

.divhsr .quartosframe .detailFooter td
{
	height: 16px;
	padding: 0px;
}

.divhsr .quartosframe .available .status
{
	color: #3f9c00;
}

.divhsr .quartosframe .onrequest .status
{
	color: #f50400;
}

.divhsr .quartosframe .available .price
{
	color: #000000;
}

.divhsr .quartosframe .onrequest .price
{
	color: #848484;
}

.divhsr .quartosframe .totalprice
{
	color: #f50400;
	font-size: 11px;
}

.divhsr .borderhotelimage
{
    border: Outset 3px #e5e5e5;
}


.divsummary
{
    height: 36px;
    margin-bottom: 10px;
    background-color: #f1f1f1;
}

.divsummary .block
{
    font-weight: bold;
    font-size: 11px;
    color: #838383;
    background-color: #f1f1f1;
    height: 24px;
    padding-top: 12px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}

.divsummary .block a
{
    color: #838383;
    font-weight: normal;
	text-decoration: none;
}

.divsummary .block a:hover
{
	text-decoration: underline;
}

.divcriteria
{
    height: 123px;
    margin-bottom: 18px;
}

.divcriteria .topframe
{
    height: 25px;
}

.divcriteria .captionframe
{
    width: 342px;
    height: 20px;
    float: left;
	padding: 0px 1px 1px 0px;
	margin-right: 6px;
}

.divcriteria .caption
{
    width: 334px;
    padding-left: 0px;
    background-color: #FFFFFF;
    color: #000000;
    font-weight: bold;
    font-size: 13px;
}

.divcriteria .buttonsframe
{
    height: 17px;
	padding: 3px 0px 1px 0px;
	border-bottom: solid 4px #3f9b00;
	background-color: #FFFFFF;
    float: left;
}

.divcriteria .column
{
    width: 189px;
    float: left;
}

.divcriteria .column .detailHeader
{
    padding-top: 3px;
    padding-left: 18px;
    height: 17px;
    font-weight: bold;
    margin-bottom: 1px;
}

.divcriteria .column .detailBody
{
    padding-top: 4px;
    padding-left: 18px;
    padding-bottom: 0px;
    padding-right: 0px;
    height: 70px;
}

.divcriteria .label 
{
    font-weight: bold;
}

/* Formulário */

.divformgroup 
{
    border-bottom: solid 1px #3f9b00;
    width: 370px;
    margin-top: 8px;
    margin-right: 16px;
    padding-bottom: 2px;
    float: left;
}

.direita
{
    margin-right: 0px;
}

.divformgroup .captionframe
{
    width: 247px;
    height: 16px;
}

.divformgroup .caption
{
    width: 239px;
    height: 15px;
}

.divformgroup .detailBody
{
    height: 120px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 0px;
    padding-right: 0px;    
}

.divformgroup .detailBody table
{
    margin-right: 10px;
    float:left;
}

.divformgroup .label
{
    width: 114px;
}

.divformgroup .label img
{
    position: relative;
    float: right;
}


.divformgroup th
{
    text-align: left;
}

.divformgroup .dropDownList
{
    width: 215px;
}

.divformgroup .textBox
{
    width: 205px;
    padding-left: 3px;
    padding-right: 3px;
}

.formButton
{
	height: 18px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	border: none;
	background-color: #000099;
	background-image: url('../Img/estilo/formbutton_background.gif');
	background-repeat: repeat-x;
}


.formbuttonframe
{
    border-top: solid 4px #3f9b00;
    
    float: right;
    right: 20px;
    padding-top: 2px;
    margin-bottom: 10px;
}

.formbuttonframe .formButton
{
    width: 144px;
    margin-right: 0px; 
}

.formbuttonframemore
{
    border-top: solid 4px #3f9b00;
    
    float: right;
    right: 20px;
    padding-top: 2px;
    margin-bottom: 10px;
}

.formbuttonframemore .formButton
{
    width: 140px;
    margin-right: 0px; 
}

.formbuttonframe input
{
    vertical-align: top;
}

.formbuttondouble
{    
    border-top: solid 4px #3f9b00;
    position: relative;
    left: 451px;
    width: 292px;
    height: 18px;
    padding-top: 2px;
    margin-bottom: 10px; 
}

.formbuttondouble .formButton
{
    width: 144px; 
}

.formbuttoncenter
{ 
    text-align: center;
}


/* Detalhes hotel */

.divhoteldetails 
{
    width:600px;
}

.divhoteldetails .header
{
   
}

.divhoteldetails .topframe
{
   margin-bottom: 4px;
}

.divhoteldetails .captionframe
{
	width: 231px;
	height: 16px;
    margin-bottom: 4px;
    float: left;
  	border-bottom: solid 4px #3f9b00;
	border-right: none;
}

.divhoteldetails .caption
{
    color: #4c4c4c;
	background-color: #e5e5e5;
	width: 223px;
	height: 15px;
}

.divhoteldetails .estrelasframe, 
.divhoteldetails .localizacaoframe
{
	height: 21px;
	padding: 0px 6px 0px 6px;
	border-left: solid 1px #3f9b00;
	border-bottom: solid 0px #3f9b00;
    float: left;
    margin-bottom: 4px;
}

.divhoteldetails .estrelasframe
{
	width: 80px;
}

.divhoteldetails .localizacao
{
	
}

.divhoteldetails .localizacao
{
    padding-top: 4px;
}

.divhoteldetails .tabsbarframe
{
    border-bottom: solid 1px #3f9b00;
    padding-bottom: 4px;
}

.divhoteldetails .tabsbar
{
    margin-top: 3px;
    border-top: solid 10px #d7d7d7;
    background-color: #d7d7d7;
    height: 20px;
}

.divhoteldetails .tabsbar .tabframe
{
position: relative;
    height: 20px;
    width: 110px;
    float: left;
    border-right: solid 1px #ffffff;
}

.divhoteldetails .tabsbar .tab
{
    padding-left: 12px;
    font-weight: bold;
    color: #4c4c4c;
}

.divhoteldetails .tabsbar .tab img 
{
    margin-right: 2px;
    vertical-align: middle;
}

.divhoteldetails .tab .buttontab
{
    color: #000000;
	font-size: 12px;
	text-decoration: none;
}

.divhoteldetails  .selecionado .buttontab
{
    color: #FFFFFF;
}

.divhoteldetails .tabsbar .indicador
{
    display:none;
}

.divhoteldetails .tabsbar .selecionado .indicador
{
    display:block;
    float: left;
    position: absolute;
    width: 110px;
    height: 9px;
    background-color: #3f9b00;
    top:24px;
    text-align: center;
}

.divhoteldetails .content
{
    margin-top: 29px;
    border-top: dotted 2px #e5e5e5;
    padding-top: 20px;
}

.divhoteldetails .subcontent
{
    margin-top: 5px;
    
    margin-bottom: 10px; 
    border-top: dotted 2px #e5e5e5;
   
}

.divhoteldetails .blocktitulo
{
    font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #838383;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.divhoteldetails .blocksubtitulo
{
   color: #838383;
   margin-bottom: 10px;
}

.divhoteldetails .labelspace
{
    width: 50px;
    float: left;
    padding-right: 10px;
    font-weight: bold;
}

/* links */
.hiperlinkLabel
{
   color: #7F7F7F; 
   font-size: 11px;  
   text-decoration: none; 
}

.hiperlinkLabel:hover
{
   color: #7F7F7F; 
   text-decoration: underline;
}

.divhoteldetails .hiperlink
{
   font-size: 12px;
   padding-top: 4px;
   color: #838383;
   font-weight: bold;
   text-decoration: none;
}

.divhoteldetails .hiperlink:hover
{
    color: #929292;
    text-decoration: underline;
}

.divhoteldetails .imgmain
{
    border: solid 1px #000099;

	padding: 2px 2px 2px 2px;
	margin-right: 15px;
}

.divhoteldetails .blockleft
{
    float: left; 
}

.divhoteldetails .blockright
{
    float: left;
    width: 200px;
}

.divhoteldetails .blocktext
{
    margin-bottom: 10px;
}

.divhoteldetails .bulleted li
{
}

.facilidade
{
	background-color: #FFFFFF;
	color:#000000;
}

.scroll 
{
	border: inset 1px #000000;
	overflow: auto;	
	background-color: #FFFFFF;	
	padding: 8px;
	height: 100px;
	width: 180px;
}

.divroles .scroll
{
  	border: inset 1px #000000;
	overflow: auto;	
	background-color: #FFFFFF;	
	
	height: 100px;
	width: 410px;  
}


/*Estilo para tabelas*/
.divhalftable /*Para tabela que ocupa metade da tela*/
{
    width: 370px;
    margin-top: 8px;
    margin-right: 16px;
    padding-bottom: 2px;
    float: left;
}

.divhalftabledireita /*Para tabela que ocupa metade da tela*/
{
    width: 370px;
    margin-top: 8px;
    margin-right: 0px;
    padding-bottom: 2px;
    float: left;
}


.table
{
	background-color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
	color:#000000;
	width:100%;
    border-collapse: collapse;
    margin-bottom: 10px;
    margin-top: 0px;
}

.table TD
{
	padding: 2px 5px 2px 5px;
	border-bottom: solid 1px #FFFFFF;
}

.table TD td
{
	border-bottom: none;
}

.table caption
{

	padding: 1px 8px 2px 8px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: left;
    border-bottom: solid 1px #3f9b00;
}

.tableCellMoney, .tableCellNumber
{
	text-align:right;
}

.tableFooter, .tableHeader, .subTableHeader
{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color:#FFFFFF;
	font-weight:bold;
	vertical-align: middle;

}

.tableFooter
{
    border-top: solid 1px #c8c8c8;
	height: 20px;
}

.tableFooter TD, .tableHeader TD, .tableHeader  TH
{
	padding: 3px;
}

.tableHeader
{
	background-color:#c8c8c8;
	background-repeat:repeat-x;
	text-align: center;
	height:20px;
}

.subTableHeader
{
	background-color:#4682B4;
	text-align: center;
}

.tableHeader A, .tableHeader A:Hover, .tableFooter A, .tableFooter A:Hover, .subTableHeader A
{
	color: #FFFFFF;
	text-decoration: underline;
}


.tableAlternating, .tableSelected, .tableDisabled, .tableRow, .tableTotals
{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
}

.tableAlternating
{
	background-color:#ededed;
	color:#717171;
}
.tableSelected
{
	background-color:#B4EEB4;
	color:#000000;
}
.tableDisabled
{
	background-color:#c0c0c0;
	color:#a0a0a0;
}
.tableRow
{
	background-color: #f8f8f8;
	color:#717171;
}
.tableTotals
{
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
}
.tableTotals TD
{
	border-top: solid 1px #165284;

}

.detailsHeaderColumn, .detailsHeaderColumnOptional
{
	width: 200px; 
	font-size:11px; 
	font-weight:bold;
}

.detailsHeaderColumnOptional
{
    font-weight:normal;
}

.filtroframe
{
    border-top: solid 1px #3f9b00;
    border-bottom: solid 1px #3f9b00;
    padding: 2px 0px 2px 0px;
}

.filtroframe .filtro
{
    background-color: #ebebeb;
    padding: 10px 0px 10px 10px;
    color: #6c6c6c;
}

.filtroframe .divsucesso {
    background-color: #ebebeb;
    padding: 50px 0px 50px 10px;
    color: #6c6c6c;
}

.filtroframe table {
    margin: 0px 0px 0px 0px;
}

/*Estilo para formulários antigos*/
.formPanel 
{
    border-top: solid 1px #3f9b00;
    border-bottom: solid 1px #3f9b00;    
    background-color: #ebebeb;
    color: #6c6c6c;
    padding-left: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.formLine, .infoLine
{
	padding: 2px 2px 2px 2px;
	height: 19px;
}

.subFormLine, .subInfoLine
{
	padding: 2px 2px 2px 2px;
	margin-left: 10px;
	height: 19px;
}


html>body .formLine, html>body .infoLine,
html>body .subFormLine, html>body .subInfoLine
{
    min-height: 19px;
    height: auto;
}



.formLabel, .infoLabel, .formLabelOptional
{
	width: 225px; 
	float: left;
	font-size:11px; 
	height: 19px;
}


.formLabel, .infoLabel
{
	font-weight:bold;
}
.formLabelOptional
{
	font-weight:normal;
}

.subFormLine .formLabel, .subFormLine .infoLabel, .subFormLine .formLabelOptional,
.subInfoLine .formLabel, .subInfoLine .infoLabel, .subInfoLine .formLabelOptional
{
    width: 215px;
}


.infoLine IMG, .subInfoLine IMG
{
	vertical-align: text-top;
}



.infoValue
{
}

.formInput
{
	font-size:10px;
	text-decoration: none;
}

.formText
{
	text-decoration: none;
}

.formCheckBox
{
	font-size:10px;
    text-decoration: none;
}

.buttonArea
{
	margin-top: 20px;
	margin-bottom: 10px;
}

.buttonArea input
{
    margin-right: 10px;
}

/* Estilos para PopUp */
.formLabelPopup
{
    font-weight:bold;
    color: #000000;
}

.modalBackground
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}


/* Para reserva de quartos */
.reservasframe
{
    border-bottom: solid 1px #3f9b00;
    padding: 0px 0px 0px 0px;
    
    margin-top: 2px;
}

.reservasframe .detailBody,
.reservasframe .detailHeader
{
    padding: 2px 10px 2px 10px;
    margin-bottom: 2px;
}

.detailBody .thumbframe
{
	border: solid 1px #000099;
	background-color: #FFFFFF;
	width: 85px;
	height: 85px;
	padding: 1px 1px 1px 1px;
	margin-right: 1px;
    float: right;
}

.detailBody .thumb 
{
	width: 85px;
	height: 85px;
}

.linkRodape
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #FFFFFF;
	margin: 0px; 
}

.linkRodape:hover
{
	text-decoration: underline;
}

/* Estilos para os resultados de Serviços (BASICAMENTE IGUAL AOS RESULTADOS DE HOTEIS)       */

.divservicos .linhaHotel
{
	float: none;
	height: 100%;
	
}

.divservicos .captionframe
{
	width: 181px;
	height: 16px;
    margin-bottom: 1px;
    float: left;
  	border-bottom: solid 5px #3f9b00;
	border-right: none;
}

.divservicos .caption
{
	width: 203px;
	height: 15px;
    color: #4c4c4c;
	background-color: #e5e5e5;
}

.divservicos .localizacaosaidaframe, 
.divservicos .localizacaoframe
{
	height: 21px;
	padding: 0px 6px 0px 6px;
	border-left: solid 1px #3f9b00;
	border-bottom: solid 1px #3f9b00;
    float: left;
    width: 260px;
    margin-bottom: 1px;
}

.divservicos .localizacao span
{
	margin-left: 5px;
	font-size: 10px;
	color: #6c6c6c;
}

.divservicos .localizacao a
{
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #6c6c6c;
}

.divservicos .descricaoframe
{
	height: 60px;
	width: 460px;
	border-bottom: dotted 2px #e5e5e5;
    float: left;
}
.divservicos .descricao
{
	padding: 4px 5px 0px 5px;
	color: #939393;
	font-size: 10px;
}

.divservicos .descricao a
{
	color: #3f9b00;
	font-weight: bold;
	text-decoration: none;
}

.divservicos .servicosadicionais 
{
	float: left;
    width: 268px;
}

.divservicos .servicosadicionais table
{
    width: 190px;
}

.divservicos .servicosadicionais th,
.divservicos .servicosadicionais td
{
	border-bottom: solid 1px #ffffff;
	text-align: left;
	font-weight: bold;
	font-size: 9px;
	padding: 0px;
	
}

.divservicos .servicosadicionais .totalprice
{
	color: #f50400;
	font-size: 11px;
}
.divservicos .servicosadicionais .dadosinternos
{
	font-size: 11px;
}
.divservicos .servicosadicionais .dadosinternos .labelinterno
{
    float: left;
    font-weight: bold;
}
.divservicos .servicosadicionais .dadosinternos .dados
{
    color:#000000;
}
.divservicos .servicosadicionais .dadosbutton
{
    text-align: right;
}

.divservicos .tipoTransfer
{
	height: 60px;
	width: 100%;
	border-bottom: dotted 2px #e5e5e5;
    float: left;
}

.carItensTable
{
    width: 100%;
	float:left;
}
.carItensTd
{
	text-align:center;
}

.carItensTr
{
    height:20px;
}

.carItensTdTitulo
{
	text-align:center;
	padding: 2px 0px 10px 0px;
}

.carItens
{
    text-align:center;
	float:left; 
	padding-bottom:10px;
}



<!-- TRANSFER VOUCHER -->
.transfercaptionframe
{
    width: 270px;
	padding: 0px 1px 1px 0px;
	border-bottom: solid 4px 
	border-right: solid 1px #3f9b00;
}
.transferdetailBody
{
	background-color: #ebebeb;
    color: #6c6c6c;
    padding: 2px 10px 2px 10px;
}

.inviteBar
{

    border: solid 4px #000099;
	font-size: 16px;
	color: #000099;
	background-color: #e5e5e5;
}	

.progressBackground { 
  position:absolute; 
  top:0px; 
  bottom:0px; 
  left:0px; 
  right:0px; 
  overflow:hidden; 
  padding:0; 
  margin:0; 
  background-color:#FFF;  
  z-index:1000; 
} 

.infoMoedaCorpo{

    width:110px;
    height:40px;
    border-top: solid 1px #3f9b00;
    border-bottom: solid 1px #3f9b00;    
    background-color: #ebebeb;
    color: #6c6c6c;
    padding-left: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
}
.captionMoeda
{
    background-color:#a6a6a6;
    width:120px;
    margin-bottom:1px;
    color:White;
    background-image: url('../Img/estilo/titleMoeda_background.gif');
    background-repeat: repeat-x;
}
.popupMoeda
{
    position: absolute; 
    display:none; 
    vertical-align: top; 
    float:left;
}

.autoCMenu
{
    width: auto;
    border: 1px solid black;
    color:Black;
    background-color: #FFFFFF;
    position: absolute;
}
.autoCItem
{
    width: auto;
    margin-botton:2px;
    color:Black;
}

