/* Appplied to the parent UL element for the index */
.PageList {
	width: auto;
	font-size: 15px;
	line-height: 13px;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	list-style-image: url(/Portals/_default/Skins/ThinPrint/img/list_style_square.gif);
  list-style-position: outside;
  margin-left: 30px;
}

/* Appplied to nested UL elements */
.PageList ul {
	line-height: 13px;
	list-style-image: url(/Portals/_default/Skins/ThinPrint/img/list_style_square.gif);
  list-style-position: outside;
  margin-left: 30px;
  font-size: 15px;
}

/* Appplied to the LI element for each tab entry */
.PageItem {
  padding-bottom: 5px;
  font-size: 11px;
}

/* Applied to the SPAN element for the tab name in each entry */
.PageName {
	font-weight: normal;
}

/* Applied to the SPAN element for the tab description in each entry */
.PageDescription
{}

/* Applied to the SPAN element for the list of keywords in each entry */
.PageKeywords
{}

/* Applied to the SPAN element for the list of modules in each entry */
.PageModules {
	font-style: italic;
}

/* Dirk Bergander */