.forecast {
	clear: both;
	padding: 0px;
}

.forecast .label {
	float: left;
	width: 160px;
}

.full_forecast {
	position: relative;
}

.forecastcond {
/*	float: left;
	width: 500px; */
}

.forecastitem, .forecastitemlg {
	float: left;
	position: relative;
	padding: 0px 2px 0px 2px;
}

.forecastitem {
	width: 126px;
}

.forecastitemlg {
	width: 226px;
}

h2.fullforecast_day {
	border-top: 1px solid #ccc;
    font-weight: normal;
    padding-top: 15px;
}

.forecast_fulldata {
	margin-left: 10px;
}

.forecast_fulldata img {
	float: left;
	margin-right: 4px;
}

.forecast_detail {
	display: none;
	position: absolute;
	top: 1.2em;
	left: 1em;
	background: #dfdfda;
	z-index: 100;
	padding: 3px;
    color: #000;
}

.forecast_close {
	float: right;
}

.forecast_alert {
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

.forecast_alert a:active, .forecast_alert a:link, .forecast_alert a:visited {
	color: #b11f1f;
}

.forecast_alert a:hover {
	color: #6444a5;
}

a.forecast_pop {
    color: #1cecb6 !important;
}

a.forecast_pop:hover {
    color: #dfdfda !important;
}
