




/*
     FILE ARCHIVED ON 9:11:12 Apr 9, 2008 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 2:23:11 Jul 9, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
#Weather_Main
{
	width: 320px;
	background-color: #FFFFFF;
	text-align: center;
	border: 0px solid #DCDCDC;
	font-family: Verdana;
}

.Weather_Main
{
}

.Weather_Row_Head
{
	width: 320px;
	font-weight: bold;
	text-align: left;
}

.Weather_Row_Wrapper
{
	width: 320px;
	vertical-align: middle;
	background-color: #FFFFFF;
	text-align: left;
	border:0px solid #DCDCDC;
}

.Weather_Row_Town_Head
{
	width: 180px;
	min-width: 100px;
	float: left;
}

.Weather_Row_Min_Head
{
	width: 40px;
	text-align: center;
	float: left;
}

.Weather_Row_Max_Head
{
	width: 40px;
	text-align: center;
	float: left;
}

.Weather_Row_Image_Head
{
	width: 60px;
	float: left;
}

.Weather_Row
{
	height: 25px;
	float: left;
	vertical-align: middle;
}

.Weather_Row div
{
	height: 25px;
	min-height: 25px;
	vertical-align: middle;
}

.Weather_Row_Town
{
	padding-top: 0px;
	width: 180px;
	float: left;
}

.Weather_Row_Min
{
	padding-top: 0px;
	color: #0000ff;
	width: 40px;
	text-align: center;
	float: left;
}

.Weather_Row_Max
{
	padding-top: 0px;
	color: #ff0000;
	width: 40px;
	text-align: center;
	float: left;
}

.Weather_Row_Image
{
	width: 50px;
	vertical-align: middle;
	float: right;
}

.Weather_Logo
{
	float: left;
	width: 314px;
	height: 30px;
	text-align: center;
	background-color: #FFFFFF;
}

.Weather_DropDown
{
	width: 314px;
	text-align: center;
}
	