/* weather */


a:link {
	color: #00A6D4;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00A6D4;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #00A6D4;
}



.weather-links  {
	width: 120px;
	height: auto;
	background-color: #000000;
	font-size: 11px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: left;
	vertical-align: middle;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
}

.float-weather-links  {
	width: 300px;
	background-color: #000000;
	font-size: 11px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: left;
}



.float-right{
	float: right;
	width: 139px;
	height: 75px;
	background-color: #000000;
	text-align: left;
	padding-left: 10px;
	padding-right: 0px;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 8px;
}

.float-left{
	float: left;
	width: 139px;
	height: 75px;
	background-color: #000000;
	text-align: left;
	padding-left: 10px;
	padding-right: 0px;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 8px;
}

.float-centre{
	float: left;
	width: 298px;
	height: 20px;
	background-color: #000000;
	text-align: left;
	font-size: 11px;
	color: #000000;
}



.weatherbox {
	width: 298px;
	height: 92px;
	background-position:left;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding: 2px 2px 2px 2px;
	background-color: #000000;
}
