.forecast {
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	border-top: 2px solid #bbb;
	border-right: 2px solid #555;
	border-bottom: 2px solid #555;
	border-left: 2px solid #bbb;
	padding: 4px;
	background: #ddd;
}
.weather_tool {
	width: 100%;
	text-align: center;
}
.forecast_tool {
	height: 66px;
	float: left;
	text-align: center;
	margin: 0 4px;
}
.grad {
	text-align: center;
	font-family: arial, verdana;
	font-size: 19pt;
	color: #741f29;
	padding: 0px;
}
.grad_temp {
	text-align: center;
	font-family: arial, verdana;
	font-size: 19pt;
	color: #741f29;
}
.city {
	width: 40%;
	height: 18px;
	text-align: left;
	font-family: tahoma, verdana;
	font-size: 7.5pt;
	padding-top: 7px;
}
.city a {
	color: #000;
}
.city a:hover {
	color: #ed1c24;
	text-decoration: underline;
}
.icon {
	width: 30%;
	text-align: right;
}
.temp {
	width: 30%;
	float: left;
	height: 18px;
	text-align: center;
	text-decoration: none;
	font-family: tahoma, verdana;
	font-weight: bold;
	font-size: 7.5pt;
	padding-top: 7px;
}
h5 {
	padding: 5px 0;
	font-family: arial;
}
h4 {
	padding: 5px 0;
	font-family: arial;
}
.iconimg {
	width: 24px;
}
.iconimg32 {
	width: 32px;
	height: 32px;
}
.f_days {
	width: 70px;
	float: left;
	border: 1px solid #ccc;
}
.f_iconimg {
	width: 32px;
	height: 32px;
}
.f_date {
	text-align: center;
	text-decoration: none;
	font-family: arial, verdana;
	font-size: 10pt;
	width: 48px;
	font-weight: normal;
	padding: 0 5px;
	background: #87121F;
	color: #fff;
}
.f_temp {
	text-align: center;
	width: 48px;
	padding: 0 5px;
}
.f_temp_m, .f_temp_m span, .f_temp_m b {
	text-align: center;
	font-family: verdana, arial;
	font-weight: normal;
	font-size: 10px;
}
.f_temp_m{
  text-align: center;
	width: 48px;
	padding: 0 5px;
	color: #3897ab;
}
.f_temp_m span {
	color: #db0035;
}
.f_temp_m b {
	color: #999;
}
