@CHARSET "ISO-8859-1";
/*
 * 
 * 
 */

#main .center h1
{
	display				:block;
	position			:relative;
	padding-top			:4px;
	padding-bottom		:6px;
	padding-left		:8px;
	background-color	:#11DBFF;
}

#main .center h2
{
	display				:block;
	position			:relative;
	margin-top			:3px;	
	padding				:5px 0 6px 8px;
	background-color	:#000;
	color				:#DEDEDE;
	font-size			:85%;
	overflow			:hidden;
}

#main .center h3
{
	display				:block;
	position			:relative;
	margin-top			:22px;
	border-bottom		:1px dotted #000;
}
#main .center .localidade
{
	position			:absolute;
	top					:0;
	right				:0;
	font-size			:85%;
}
#main .center .previsoes
{
	padding				:20px 10px;
	width				:600px;
	margin-top			:3px;
	background-color	:#F5F5F7;
	padding-left		:12px;
}

#main .center UL.dias
{

}
#main .center UL.dias LI
{
	display				:block;
	position			:relative;
	float				:left;
	margin-left			:48px;
	text-align			:center;
	color				:#FFF;
	width				:81px;
	
}
#main .center UL.dias LI.first
{
	margin-left			:0;
}

#main .center UL.dias LI div.data
{
	background-color	:black;
	padding				:1px 0 2px 0;
	font-weight			:bold;
	font-size			:85%;
	margin				:0 4px;
}
#main .center UL.dias LI.first div.data
{
	background-color	:#11dbff;
	text-transform		:uppercase;
}
#main .center UL.dias LI div.diadasemana
{
	font-size			:85%;
	margin				:2px 4px;
	background-color	:#C2C3C5;
	padding				:1px 0 2px 0;
	
}
#main .center UL.dias LI div.previsao
{
	background-color	:#e5e5e5;
	width				:79px;
}
#main .center UL.dias LI div.previsao .inner
{
	padding				:3px;
	background			:#ffffff url(../img/meteo/64x64/fundo.jpg) no-repeat 3px 3px;
}
#main .center UL.dias LI div.previsao .inner img
{
	margin-bottom		:10px;
}
#main .center UL.dias LI div.previsao .inner div
{
	color				:#000;
	font-size			:85%;
	
	text-align			:left;
}

/* IE uses Windows system font by default on select boxes so you need to reset it */
#select_localidade
{
	font-family			:Arial, Helvetica, sans-serif;
}

