/* **********************************************************
 *				Coluna do lado esquerdo						*
 ************************************************************/
#weatheTable
{
	background-color:#E6EAED;	
}

/* local do Think west */
.tdLeftFooter,
.tdLeftFooterHome,
.tdLeftFooterExpDetail,
.tdLeftFooterExpBase,
.tdLeftFooterActivity
{
	background-color: #435270; /* rgb(67,82,112); */
}

/* left wave */
.tdLeftContentWave,
.tdLeftContentDark,
.tdLeftContentWaveHome,
.tdLeftContentDarkHome,
.tdLeftContentStretchHome
{
	background-color:#C2CCD5;
}

.tdLeftContentStretch,
.tdLeftColumn,
.tdLeftColumnHome
{
	background-color:#E6EAED;	
}


/* **********************************************************
 *							Menus							*
 ************************************************************/

/* Sub Menu */
.tdRightFooter,
.webfx-menu-bar,
.webfx-menu-flags, 
.noBackground,
.noBackground a:hover{
	background-color:#435270; /* rgb(67,82,112); */
	color: White;
}
.webfx-menu-bar a,
.webfx-menu-bar a:visited,
.noBackground a,
.noBackground a:visited,
.webfx-menu-flags a,
.webfx-menu-flags a:visited
{
	color: White;
}

.webfx-menu-bar a:hover
 {
	color: #435270; /* rgb(67,82,112); */
	background-color: #ffffff;	
}

.webfx-menu-flags a:hover
{
	background-color:#000000;
}
/* barra negra do menu */
#webfx-menu-bar-1{
	background-color:		black;
}
/* dropdown Menu */
.webfx-menu {
	border-color:		black; /* border */
	background:			white; 
	filter:				progid:DXImageTransform.Microsoft.Shadow(color=".555555", Direction=135, Strength=4)
						alpha(Opacity=100); /* sombra-cor; sombra-direccao, sombra-comprimento; menu-transparencia*/
	-moz-opacity:		1.0 /*0.75;*/ /* menu-transparencia */
}

.webfx-menu a,		 /* cor do texto do dropdown nao seleccionado */
.webfx-menu a:visited,
.webfx-menu a:visited:hover {
	color:	black;
}

.webfx-menu a:hover {
	color:		 		white; /* texto: cor */
	background-color:	#435270; /* rgb(67,82,112); */
	border-color:		white; /*sem uso border = 0*/
	filter:				alpha(Opacity=100); /* menu-transparencia*/
	-moz-opacity:		1.00; /* menu-transparencia */
}	


/* **********************************************************
 *							Outros							*
 ************************************************************/

/* CopyRight */
.tdFooter{ 
	background-color: white;
	color: #444444;
}

/* weather - homepage */
.weatherCorner{
	background-color:#E6EAED;
	border-top: 1px solid #E6EAED;
	border-left: 1px solid #E6EAED;
}

/* weather - homepage */
.weatherTable{
	background-color:#EFF1F0;
}
/* **********************************************************
 *								Fim							*
 ************************************************************/


