@charset "utf-8";
/* CSS Document */
/* CURRENT WEATHER CONDITIONS */
#Header_CurrentWeatherConditions
	{background:#BCDD55 url('/Images/SectionHeaders/Weather_Current.jpg') repeat-x left top;}
#Body_CurrentWeatherConditions
	{width:100%;}
#Body_CurrentWeatherConditions P
	{margin:0;
	line-height:18px;}
#Body_CurrentWeatherConditions TD
	{color:#999999;
	padding:10px;}
#Body_CurrentWeatherConditions #Body_CurrentWeatherConditions_LeftColumn
	{width:200px;
	font-size:16px;}
#Body_CurrentWeatherConditions_LeftColumn IMG
	{float:left;}
#Body_CurrentWeatherConditions_LeftColumn DIV
	{border-right:1px solid #CCCCCC;
	float:right;
	width:150px;}
#Body_CurrentWeatherConditions_LeftColumn DIV H3
	{color:#333333;
	float:right;
	width:150px;
	margin:0;
	font-weight:normal;
	font-size:16px;}
#Body_CurrentWeatherConditions #Body_CurrentWeatherConditions_LeftColumn_Div
	{border-right:1px solid #CCCCCC;}
#Body_CurrentWeatherConditions_LeftColumn_Div SPAN
	{color:#666666;
	display:block;
	float:left;
	width:100px;}
#Body_CurrentWeatherConditions #Body_CurrentWeatherConditions_RightColumn
	{text-align:right;}
#Body_CurrentWeatherConditions_RightColumn P SPAN
	{color:#666666;
	display:block;
	float:left;
	widows:100px;}
#Body_CurrentWeatherConditions_RightColumn IMG
	{float:right;}
/* WEATHER FORECAST */
#Header_WeatherForecast
	{background:#989898 url('/Images/SectionHeaders/Weather_Forecast.jpg') repeat-x left top;}
#Body_WeatherForecast
	{width:100%;}
#Body_WeatherForecast TH
	{border-bottom:10px solid #EEEEEE;
	font-weight:normal;
	padding:15px 10px 10px;
	text-align:left;}
#Body_WeatherForecast .Body_WeatherForecast_FirstColumn
	{width:200px;}
#Body_WeatherForecast TR
	{vertical-align:top;}
#Body_WeatherForecast TD
	{color:#999999;
	padding:10px;
	border-bottom:1px solid #EEEEEE;}
#Body_WeatherForecast DIV
	{border-right:1px solid #CCCCCC;}
#Body_WeatherForecast DIV H3
	{color:#333333;
	font-size:16px;
	font-weight:normal;
	margin:0px;
	padding-bottom:5px;}
#Body_WeatherForecast P
	{margin:0;
	line-height:18px;}
#Body_WeatherForecast P SPAN
	{color:#666666;
	display:block;
	float:left;
	width:100px;}
#Body_WeatherForecast IMG
	{margin:15px 0 0;
	border-style:none;}
.WeatherForecast_WeatherValuesTable
	{margin-top:20px;}
.WeatherForecast_WeatherValuesTable TD
	{text-align:center;
	width:28px;
	height:29px;
	padding:6px 0 0 0 !important;
	font-weight:bold;
	border:none !important;}
.WeatherForecast_WeatherValuesTable .HighTemperature
	{background-image:url('/Images/AccuWeather/hiTemp.png');
	color:#FFFFFF !important;}
.WeatherForecast_WeatherValuesTable .LowTemperature
	{background-image:url('/Images/AccuWeather/loTemp.png');
	color:#000000 !important;}
#Body_WeatherForecast P.Body_WeatherForecast_LastColumn
	{padding-top:20px;}
