@CHARSET "ISO-8859-1";
.weather_btn{
	position:relative;
	font-family: verdana, arial;
	margin-left:10px;
	width: 88px;
	height: 20px;
	display:block;
	text-align:center;
	padding-top:2px;
	cursor:pointer;
	background: #fff url(../imagens/weather2.png) no-repeat;
	z-index:100;
	border:1px solid #000;
}

.tempo_rebordo{
	position:relative;
	border:1px solid #000;
	width:320px;
	height:170px;
	background:#FFF;
	z-index:10;
}

.tempo_close{
	position:absolute;
	top:10px;
	left:290px;
	cursor:pointer;
	width:20px;
	height:20px;
	z-index:10;
}

.tempo_bg{
	position:absolute;
	top:10px;
	left:10px;
	height:150px;
	width:300px;
}

.tempo_estado{
	font-family: verdana, arial;
	font-size:16px;
	font-weight:bold;
}

.wSelect{
	font-family: verdana, arial;
	border-right:1px solid #000;
	border-left:1px solid #000;
	border-top:1px solid #000;
	/*background:#2c99c1;*/
	background: #fff;
	color:#eeae06;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	cursor:pointer;
}
.wNotSelect{
	font-family: verdana, arial;
	/*color:#6889C3;*/
	color:#000;
	font-size:10px;
	font-weight:bold;
	cursor:pointer;
}
.tempBox_topl{
	background:url(../imagens/temperaturaBox/top_left.png);
	width:10px;
	height:10px;
	background-repeat:no-repeat;
}
.tempBox_topr{
	background:url(../imagens/temperaturaBox/top_right.png);
	width:10px;
	height:10px;
	background-repeat:no-repeat;
}
.tempBox_topc{
	background:url(../imagens/temperaturaBox/top.png);
	height:10px;
	background-repeat:repeat-x;
}
.tempBox_left{
	background:url(../imagens/temperaturaBox/left.png);
	width:10px;
	background-repeat:repeat-y;
}
.tempBox_right{
	background:url(../imagens/temperaturaBox/right.png);
	width:10px;
	background-repeat:repeat-y;
}
.tempBox_center{
	background:url(../imagens/temperaturaBox/center.png);
}
.tempBox_botl{
	background:url(../imagens/temperaturaBox/bot_left.png);
	width:10px;
	height:10px;
	background-repeat:no-repeat;
}
.tempBox_botr{
	background:url(../imagens/temperaturaBox/bot_right.png);
	width:10px;
	height:10px;
	background-repeat:no-repeat;
}
.tempBox_botc{
	background:url(../imagens/temperaturaBox/bottom.png);
	height:10px;
	background-repeat:repeat-x;
}

.tempBotao{
	width:70px;
	text-align:center;
	font-family: verdana, arial;
	color:#000;
	font-size:10px;
	font-weight:bold;
	cursor:pointer;
	display:block;
}
.tempBotaoSelect{
	width:70px;
	text-align:center;
	font-family: verdana, arial;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	border-top:1px solid #000;
	background: #fff;
	color:#eeae06;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
	display:block;
}

.w_contbg1{
	position:absolute;
	top:0px;
	left:0px;
	width:227px;
	height:130px;
	background:#fff;
	float:left;
	opacity:.30;
}
.w_contbg2{
	position:absolute;
	top:0px;
	left:0px;
	width:226px;
	height:130px;
	float:left;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
}
.w_cont{
	position:absolute;
	top:30px;
	left:10px;
	padding:5px;
}
.w_dias{
	position:absolute;
	top:0px;
	left:226px;
}
.w_image{
	position:absolute;
	top:10px;
	left:70px;
}
.w_temperaturas{
	position:absolute;
	top:80px;
	left:0px;
	background:#fff;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
}
.w_temperaturatxt{
	font-family: verdana, arial;
	font-size:12px;
	text-align:left;
}
