/*======================================*/
/*Created on: 2006-01-13 */
/*======================================*/

div#blockWeather {
	background-image: url("../graphics/image/video_essay_top.jpg");
	background-position: 0% 0%;
	background-repeat:repeat-x;
	border: 1px solid #999;
	display: block;
	margin: 4px 4px 10px 0px;
	overflow: auto;
	padding: 24px 0 0;
	position: relative;
	text-align: center;
	background-color: #F1F1F1;
}

#blockWeather h2 {
color: #336598;
font-size: 1.135em;
font-weight: bold;
left: 5px;
line-height: 24px;
position: absolute;
text-align: left;
top: 0px;
}

#blockWeather ul {
	list-style-type: none;
	margin: 0;
	padding: 10px;
	background-color: #F1F1F1;
	font-size: .925em;
}

.weather_location td.icon, .weather_location td.temperature {
	width: 25%;
}

#blockWeather table {
	margin: 0;
}

#weatherWidget-pagination {
	padding: 5px 0;
}

#weatherWidget-pagination a {
border: 1px solid #808080;
color: black;
margin: 2px;
padding: 3px;
text-decoration: none;
}

#weatherWidget-pagination .active_page {
	background: darkBlue;
	color: white !important;
}

#weatherWidget-pagination .page_link {

}

/*weather

div.blockWeather {
	margin-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
}
div.blockWeather .contenttitle{
	color:#336598;
	font-size:14px;
	font-weight:bold;
	line-height:24px;
}
div.blockWeather .box{
	overflow:hidden;
	padding:8px 1.5em 1.5em;
}
div.blockWeather .content{
	padding-top:10px;
}
div.blockWeather .weather_location{
	float:left;
	clear:left;
	width:100%;
}
.weather_location .weather_curr{
	float:left;
	width:70px;
}
.weather_location .weather_curr span, .weather_location .weather_curr .weather_temp{
	float:left;
}
.weather_location .place{
	float:left;
	margin-right:5px;
	clear:none;
	width:70px;
	text-align:right;
}
.weather_location .clr{display:none;}
ul#moreCities{
	clear:both;
	margin:0;
	padding:10px 0 0;
	text-align:center;
}
ul#moreCities li{
	list-style:none;
	display:inline;
	padding:0 5px;
	font-weight:bold;
}
ul#moreCities li:hover{
	color:#336598;
}*/
