/* CSS Document */
@import url(_fonts.css);
@import url(_globalheader.css);
@import url(_globalbody.css);
@import url(_globalleftcolumn.css);
@import url(_globalrightcolumn.css);
@import url(_globalfooter.css);

.ForecastTitle, a.ForecastTitle, a.ForecastTitle:visited, a.ForecastTitle:hover, a.ForecastTitle:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	color: #29507B;
	text-decoration:none;
}

#hForecastLocation {
	width: 150px;
	height: 17px;
	float:left;
	padding-left: 3px;
	width: 147px;
}


#hForecastCustomize {
	height: 17px;
	float: right;
	text-align:right;
	padding-right: 3px;
	width: 147px;
}

#hForecastTitle {
	width: 144px;
	height: 17px;
	float:left;
	text-align:center;
}

table#hForecast {
	border-bottom: 1px solid #B1C1CB;
	border-left: 1px solid #B1C1CB;
	clear:both;
}

table#hForecast td {
	border-right: 1px solid #B1C1CB;
	border-top: 1px solid #B1C1CB;
	padding: 2px;
	vertical-align: top;
	text-align:center;
	font-size:10px;
	width: 100px;
}

.hForecastDayTitles {
	font: 12px Arial, Helvetica, sans-serif;
}

.hForecastEnviroCanada {
	width: 206px;
	float: left;
	text-align:left;
	padding: 3px;
	width: 200px;
}

.hForecastUpdate {
	width: 206px;
	padding: 3px;
	float: right;
	text-align:right;
	font-size: 10px;
	width: 200px;
}

