﻿/*========================================================*/
/*             CSS for DotNetNuke Containers              */
/*                  by Evan O'Neil                        */
/*              http://www.NukeVille.com                  */
/*========================================================*/
/*========================================================*/
/*     Container Design Elements                          */
/*========================================================*/
/*-- container actions cell            --*/
.WFeed_NoTitleActionsTD {
	width: 0%;
	height: 0%;
	padding: 0;
	vertical-align: top;
	text-align: right;
}
.WFeed_NoTitleTopTD {
	padding: 0px 0px 0px 0px;
	background-image: url('WeatherTop.gif');
	background-position: center top;
	background-repeat:no-repeat;
}

/*-- container content pane            --*/
.WFeed_NoTitleContent {
	padding: 10px 10px 10px 10px;
	background-image: url(WeatherTop.gif);
	background-position: center top;
	background-repeat: no-repeat;
	display: block;
	vertical-align: top;
	height: 100%;

}
/*-- container Icons cell              --*/
.WFeed_NoTitleIcons {
	text-align: right;
	padding: 5px 0 0px 0;
	border-top: 1px solid #BBBBBB;
}
.WFeed_DivTop {
	background-image: url(WeatherMid.gif);
	background-position: center top;
	background-repeat: repeat-y;
	display: block;
	height: 100%;

}
.WFeed_DivMid {
background-image: url('WeatherBottom.gif');
	background-position: center bottom;
	background-repeat:no-repeat;
	height: 100%;
	
	

}

/*========================================================*/
