@charset "utf-8";
/* CSS Document */

div#noaaWeather {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:200px;
	padding:2px;
	background-color:#FFFFFF;
	border:1px solid #AAAAAA;
	color:#222222;
	text-align:left;
}

#noaaWeather #title {
	text-align:center;
	padding:4px;
	font-size:18px;
	font-weight:bold;
}

#noaaWeather hr {
	border:0;
	margin:0;
	color:#DFDFDF;
	background-color:#DFDFDF;
	height:1px;
}

#noaaWeather #image {
	padding:5px;
	width:80px;
	float:left;
}

#noaaWeather #right {
	padding:5px;
	width:100px;
	float:left;
}

#noaaWeather #temp {
	padding:2px;
	font-size:24px;
	font-weight:bold;
	text-align:center;
}

#noaaWeather #conditions {
	padding:2px;
	font-size:12px;
	text-align:center;
}

#noaaWeather #updated {
	text-align:left;
	color:#666666;
	font-size:9px;
	padding:2px;
}

#noaaWeather #credits {
	color:#CCCCCC;
	padding:2px;
	font-size:9px;
}

#noaaWeather #noaa a:link, #noaaWeather #noaa a:active, #noaaWeather #noaa a:visited {
	color:#000;
	padding:2px;
	font-size:9px;
	text-decoration:none;
}

#noaaWeather #noaa a:hover {
	color:#444444;
}
