﻿
.pzContent
{

}

/*.pzListHeadings
{
  padding-top : .75em;
  padding-bottom: .75em; */
}
	
.pzBulletList
{
	list-style-type: disc;
	margin-left: 20px;
}

.pzBulletList li
{
padding-bottom: 2px;
}

.pzBulletSummary
{
 margin-left : 10px;
}

/* Used with NewsWithListContol and EventsWithListControl */
.pzNewsThumbNail, .pzEventsThumbNail
{
   margin: 0;
   padding: 0;
}

.pzNewsHeadline, .pzEventHeadline
{
    font-weight: bold;
}

/* RSSIcon Image for NewsListRSS control*/
.RSSIcon
{
	float: right;
	margin-top: 2px;
	margin-right: 2px;	
}

/* rounded corner box for list control menus*/
.menuList {
  width : 225px;
  background: url(images/menuList/bottom-left.gif) no-repeat left bottom;
  margin: 5px;
}
 
.menuList-outer {
	background: url(images/menuList/bottom-right.gif) no-repeat right bottom;
	padding-bottom: 1px;
}
 
.menuList-inner 
{

	background: url(images/menuList/top-left.gif) no-repeat left top;
}
 
.menuList h6 
{
  background: url(images/menuList/top-right.gif) no-repeat right top;
  padding-left: .5em;
  padding-right : .5em;
}
 
 
.menuList p {
	padding-left: 1em;
	padding-right: 1em;
}
 