/******************
   TODAY'S WEATHER
 ******************/
#content_box_435body_quicklook {
	width:433px;
	height: 176px;
	background: #79A0DB url(http://vortex.accuweather.com/adc2004/pub/images/2006/bg_forecast.jpg);
	padding-top: 5px;
	border:1px solid #000;
}
#quicklook_curr_head {
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 5px;
	color: #000000;
	text-align: left;
}
#quicklook_current_wxtext {
	font-weight: bold;
}
#img_quicklook_curr_icon {
	float: left;
	width: 120px;
	height: 90px;
	display: block;
	margin-top: 5px;
}
#quicklook_curr_tempbox {
	float: right;
	width: 75px;
	height: 90px;
	text-align: center;
	margin-top: 10px;
}
#quicklook_current_temps {
	font-size: 24px;
	font-weight: bold;
	padding: 2px;
}
#quicklook_current_rfval {
	font-size: 21px;
	font-weight: bold;
}
.textsmall {
	font-size: 11px;
	font-weight: normal;
}
#quicklook_current_wxdataleft {
	float: left;
	width: 90px;
	font-weight: normal;
	font-size: 11px;
}
#quicklook_current_wxdataright {
	float: right;
	width: 90px;
	font-weight: normal;
	font-size: 11px;
}
.quicklook_day {
	background: transparent url(http://vortex.accuweather.com/adc2004/pub/images/2006/rule_vert_fcst.gif) repeat-y;
	float: left;
	padding: 5px 0 0 10px;
	width: 95px;
	font-weight: bold;
}
.quicklook_day_head {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #000000;
	display: block;
}
.quicklook_day_icon {
	margin: 5px 0;
	width: 78px;
	height: 62px;
	display: block;
}
.quicklook_day_tempdata {
	margin-bottom: 10px;
	font-size: 11px;
}
.quicklook_day_wxdata {
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 11px;
}

/******************
   5-DAY FORCAST
 ******************/
#content_box_435body_fcast15day {
	width:433px;
	background-color:#FFF;
	border:1px solid #000;
}
.curconHeaderLeft, .forecastHeaderLeft {
	float: left;
	margin: 10px 0px 2px 5px;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
}
.curconHeaderRight, .forecastHeaderRight {
	float: right;
	margin: 10px 5px 2px 0px;
	font-size: 13px;
	line-height: 15px;
}

.curconbox435, .fcast_today, .fcast_tonight, .fcast_day, .fcast_night {
	background-color: #eeeeee;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #000000;
	margin-top: 5px;
}
.fcstIconArea {
	float: left;
	margin-left: 2px;
	width: 55px;
}
.fcstTextBox {
	float: left;
	width: 165px;
	margin-top: 5px 5px 5px 10px;
	font-size: 13px;
}
.fcstTemp {
	float: right;
	margin-top: 20px 5px 0 0;
	font-weight: bold;
	font-size: 13px;
}
.fcstRealFeel {
	float: right;
	margin-top: 20px 5px 0 0;
	font-weight: bold;
	font-size: 13px;
}
