/* Appplied to the LI element for each tab entry */
.TabItem {
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	padding-top: 15px;
}

/* Applied to the SPAN element for the tab name in each entry */
.TabName {
	font-weight: bold;
}

/* Applied to the SPAN element for the tab description in each entry */
.TabDescription
{	font-size: 11px;
	color: #4b4b4b;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	padding-left: 5px;
}

/* Applied to the SPAN element for the list of keywords in each entry */
.TabKeywords
{}

/* Applied to the SPAN element for the list of modules in each entry */
.TabModules {
	font-style: italic;
	font-size: 11px;
	line-height: 16px;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
}
