/* Appplied to the parent UL element for the index */
.PageList {
	width: auto;
	font-size: 100%;
	list-style-image:url(/Portals/0/img/ul.gif);
	/*line-height: 16px;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;*/
}

/* Appplied to nested UL elements */
.PageList ul {
	font-size: 100%;
	margin-bottom:10px;
	
	/*line-height: 13px;*/
}
.PageList ul li {
	font-size: 100%;
	list-style-image:url(/Portals/0/img/ul2.gif);
	margin-bottom:0;
}
.PageList ul ul li {
	font-size: 90%;
	list-style-image:url(/Portals/0/img/ul3.gif);	
	
}

/* Appplied to the LI element for each tab entry */
.PageItem {
color:#0b81b1;
}

/* Applied to the SPAN element for the tab name in each entry */
.PageName {
	font-weight: bold;
}

/* 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;
}

