.TreeView
{
	background-color: #ffffff;
}

.TreeNode
{
	font-family: verdana;
	font-size: 12px;
	cursor: pointer;
	white-space: normal;
}

.SelectedTreeNode
{
	color: #FF6600;
	font-weight: bold;
	display: block;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	font-size: 11px;
	clear: both;
	cursor: default;
	white-space: normal;
}

.HoverTreeNode
{
	color: #FF6600;
	display: block;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	font-size: 11px;
	clear: both;
	cursor: pointer;
	white-space: normal;
}

.HoverTreeNodeNormal
{
	font-size: 12px;
	white-space: normal;
}

.TreeNodeRow
{
	height: 20px;
	white-space: normal;
}









.MonthTreeNode
{
	font-family: verdana;
	font-size: 8pt;
	font-weight:bold;
	cursor:pointer;
	white-space: normal;
}

.MonthSelectedTreeNode
{
	color: #FF6600;
	font-weight: bold;
	display: block;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	font-size: 8pt;
	clear: both;
	cursor:pointer;
	white-space: normal;
}

.MonthHoverTreeNode
{
	color: #FF6600;
	font-weight: bold;
	display: block;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	font-size: 8pt;
	clear: both;
	white-space: normal;
	cursor:pointer;
}
.MonthTreeNodeRow
{
	height: 20px;
	white-space: normal;
	font-size: 8pt;
	font-family: Verdana;
	color: #707070;
	cursor:pointer;
}
.MonthBoldBlackNode
{
	white-space: normal;
	font-size: 8pt;
	font-family: Verdana;
	color: #000000;
	font-weight:bold;
	cursor:pointer;
}