@charset "utf-8";
/* CSS Document For Weather Module */

body
{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}


/* Front-end */
.weatherdisplay{
	background: url(images/weather_bg.gif) no-repeat center;
	margin-top: 8px;
	width: 300px;
	height: 350px;
	margin-bottom:1em;
	/*color:#FFFFFF;*/
}

.weathercodebox {
	position:relative;
	top:22px;
	left:1px;
	border: 1px solid #000;
	color: #000000;
	padding: 5px;
	background-color: #FFFFFF;
	width: 75%;
	/*height:300px;
	overflow:hidden;
	*/
}

.weather_poweredby {
    width:80px;
	height:51px;
	left: 2px;
	margin-top: 4px;
	position:relative;
	top: -70px;
	background:url(images/poweredby.gif) no-repeat center;
	
	z-index: 50;
	
	}



.weather_sponsor {
    width:120px;
	height:60px;
	position: relative;	top: -125px;
	margin-top: 0px;
	margin-left: 115px;	
	z-index: 50;
	
	
	
}