/* table cells only section - only contains 'normal' and 'selected' link styles - there is no 'over' style for links, only for table cells */
td.treeParent
{
	font-family: Arial, Tahoma, Verdana, Serif;
	font-size: 11px;
	color: #003366;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
}

td.treeParentOver
{
	font-family: Arial, Tahoma, Verdana, Serif;
	font-size: 11px;
	color: #003366;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
}

td.treeParentSelected
{
	font-family: Arial, Tahoma, Verdana, Serif;
	font-size: 11px;
	color: #003366;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
}

td.treeItem
{
	font-family: Arial, Tahoma, Verdana, Serif;
	font-size: 11px;
	color: #003366;
	padding-left: 2px;
	padding-right: 2px;
}

td.treeItemOver
{
	font-family: Arial, Tahoma, Verdana, Serif;
	font-size: 11px;
	color: #003366;
	padding-left: 2px;
	padding-right: 2px;
}

td.treeItemSelected
{
	font-family: Arial, Tahoma, Verdana, Serif;
	font-size: 11px;
	color: #003366;
	padding-left: 2px;
	padding-right: 2px;
}

/* links only section - only contains 'normal' and 'selected' link styles - there is no 'over' style for links, only for table cells */
a.treeParent, a.treeParent:active, a.treeParent:visited { text-decoration: none; }
a.treeParentSelected, a.treeParentSelected:active, a.treeParentSelected:visited { text-decoration: none; }
a.treeItem, a.treeItem:active, a.treeItem:visited { text-decoration: none; }
a.treeItemSelected, a.treeItemSelected:visited { text-decoration: none; }
a.treeParent:hover, a.treeParentSelected:hover, a.treeItem:hover, a.treeItemSelected:hover { text-decoration: underline; }

