/*================================
 Container Styles for DotNetNuke
================================*/   
#ContainerBasew h2{
	font-size:14px;
	line-height:1em;
	margin:0px;
	padding:8px 0px 4px 10px;
	color:#FFFFFF;
	text-align:left;
}
#ContainerBasew p{
	font-family:Verdana;
	font-size:12px;
	line-height:1.65;
}
#ContainerBasew font{
	font-family:Verdana;
	line-height:1.65;
}
#ContainerBasew td{
	font-family:Verdana;
	font-size:12px;
	vertical-align:top;
}
.ContainerAllw{
	width:100%;
}
.Spacer{
	padding:10px 0px 0px 15px;
}

/*Container News
======================================*/
.News_HeadTitle{
	background:url(images/news_title.jpg) repeat-x bottom left;
	height: 50px;

}
.News_HeadTitle_left{
	background:url(images/no_title_left.jpg) no-repeat bottom left;
	width:10px;
	height: 50px;
}
.News_HeadTitle_right{
	background:url(images/no_title_right.jpg) no-repeat bottom right;
	width:10px;
	height: 50px;
}

/*Container Event
======================================*/
.Event_HeadTitle{
	background:url(images/event_title.jpg) repeat-x bottom left;
	height: 50px;

}
.Event_HeadTitle_left{
	background:url(images/no_title_left.jpg) no-repeat bottom left;
	width:10px;
	height: 50px;
}
.Event_HeadTitle_right{
	background:url(images/no_title_right.jpg) no-repeat bottom right;
	width:10px;
	height: 50px;
}


/*Container No_title
======================================*/
.No_HeadTitle{
	background:url(images/no_title.jpg) repeat-x bottom left;
	height: 50px;

}
.No_HeadTitle_left{
	background:url(images/no_title_left.jpg) no-repeat bottom left;
	width:10px;
	height: 50px;
}
.NO_HeadTitle_right{
	background:url(images/no_title_right.jpg) no-repeat bottom right;
	width:10px;
	height: 50px;
}

