﻿#weather
{
	width:280px;
	font-family:Arial;
	font-size:12px;
	margin-top:3px;
}

#weatherData
{
	height:100px;
	font-weight:bolder;
	clear:both;
}
	
#weatherData .location
{
    clear:both;
	width:275px;
	
	padding:5px;
	padding-left:0px;
	text-transform:uppercase;
}

#weatherData .oneNtwo
{
	width:66%;
	float:left;
}

#weatherData .today
{
	width:50%;
	float:left;
	border-right: solid 1px #000000;
}

#weatherData .tomorrow
{
	width:49%;
	float:right;
}

#weatherData .twodays
{
	width:33%;
	float:right;
	border-left: solid 1px #000000;
}

#weatherData .day
{
	text-align:center;
	text-transform:uppercase;
	margin-bottom:5px;
	margin-top:5px;
	font-size:8pt;
}

#weatherData .icon
{
	text-align:center;	
	margin-bottom:5px;
}

#weatherData .temp
{
	text-align:center;
	
}
.txtSearch
{
 vertical-align:middle;   
}