*{
padding: 0;
margin: 0;
}


.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;
text-align: center;
display: inline;
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%;
  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;
  font-weight: normal;
  padding: 0 5px;
  background: #87121F;
	color:#fff;
}


.f_temp_m {
	text-align:center;
  font-family: verdana, arial;
	font-weight: normal;
	font-size: 7.5pt;
  color: #3897ab;
}

.f_temp_m span{
	text-align:center;
  font-family: verdana, arial;
	font-weight: normal;
	font-size: 7.5pt;
  color: #db0035;

}

.f_temp_m b{
	text-align:center;
  font-family: verdana, arial;
	font-weight: bold;
	font-size: 7.5pt;
  color: #999;
}
