﻿.pzContent
{
	padding-left: 10px;
	padding-top: 0px;
	
}

.pzContent li
{
	list-style-type: disc;
	margin-left: 40px;
	
}


.NewsListRSSIcon, .EventListRSSIcon
{
	float: right;
	margin-top: 2px;
	margin-right: 2px;	
}

.pzListHeadings
{
  padding-top : .75em;
  padding-bottom: .75em;
  font-size:11px;
  
}
	
.pzBulletList
{
	list-style-type: disc;
	margin-left: 40px;
	
}

.pzBulletList li
{
padding-bottom: 5px;

}

.pzBulletSummary
{
    color:Black;
}


.pzHorizontalList li  
{
    display: inline; 
    padding: 20px; 
    margin: 20px;
    
}

/* 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;
}
 