﻿.Weather-Popup {
	background-repeat:repeat-x; 
	border:1px solid black; 
	border-left:none; 
	border-right:none; 
	background: url('./images/WeatherPopupBackground.gif');
}

.Weather-Stationary {
	width: 440px;
	height: 215px;
	background-repeat:repeat-x; 
	border:1px solid black; 
	border-left:none; 
	border-right:none; 
	background: url('./images/WeatherPopupBackground.gif');
	padding-top: 10px; 
	border: solid thin black;
	position: relative;
}

.WeatherTimeStamp {
	padding-top:10px;
	font-size: 10px; 
	display:block;
	text-align: center; 
	color: White;
	font-style: italic;
	width: 100%;
}

.WeatherHeader {
	color:#000; 
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
}

.WeatherList {
	color:#000; 
	font-size: 12px; 
	padding-left:15px;  
}

.WeatherList dt {
	float:left; 
	width: 70px; 
}
	
.WeatherList dd {
	margin-bottom:2px;  
}

.WeatherImageArea {
	background:url('./images/WeatherBlock.png') no-repeat;  
	_background-image: none; 
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/WeatherBlock.png', sizingMethod='crop');
}

.CurrentTemp {
	position: absolute;
	top: 90px;
	right: 25px;
	font-size: 24px;
	font-weight: bold; 
	color: white; 
	text-shadow: #315895 0px -1px 1px;
}

.HighLow {
	position: absolute;
	top: 130px;
	right: 25px;
	text-align:right; 
	color: White; 
	font-size: 12px; 
	text-shadow: #315895 0px -1px 1px;
}

.Forecast{
	text-align: center;
	border: solid thin black;
	padding: 0px;
}

.Forecast th{
	background-repeat:repeat-x;
	background:url('./images/WeatherForecastBackground.gif');
	padding:5px;
	color: White;
}

.Forecast td{
	background: #cdccd0;
}

.Forecast #ForecastText{
	font-size: 16px;
	font-weight: bold;
	padding-top:10px;
}

.Forecast #ForecastHigh{
	font-size: 12px;
}

.Forecast #ForecastLow{
	font-size: 10px;
	padding-bottom: 10px;
}

.FullForecast{
	text-align: center;
	font-style: normal;
	text-decoration: none;
	color: Black;
	font-size: 10px;
}

.FullForecast img
{
	border-width: 0px;
}

