/* nested checkbox tree control */

#tree ul,
#tree ul.unorderedlisttree,
#tree ul.unorderedlisttree2 {
	list-style-type: none;
	padding: 0;
	margin: 0 0 5px 0;
}
#tree ul ul,
#tree ul.unorderedlisttree ul, ul.unorderedlisttree ul ul, ul.unorderedlisttree ul ul ul,
#tree ul.unorderedlisttree2 ul, ul.unorderedlisttree2 ul ul, ul.unorderedlisttree2 ul ul ul {
	list-style-type: none;
}
#tree ul li,
#tree ul.unorderedlisttree li,
#tree ul.unorderedlisttree2 li {
	background: none;
	color: #444;
	font-size: 11px;
	margin: 0 0 5px 0;
	padding: 0;
}
#tree ul li ul,
#tree ul.unorderedlisttree li ul,
#tree ul.unorderedlisttree2 li ul {
	margin: 7px 0 5px 15px;
	padding: 0;
}
#tree ul li ul ul,
#tree ul.unorderedlisttree2 li ul ul,
#tree ul.unorderedlisttree li ul ul {
	margin: 7px 0 5px 15px;
	padding: 0;
}
#tree ul label,
#tree ul.unorderedlisttree label,
#tree ul.unorderedlisttree2 label {
	background: url(/site_images/AnnualReport/checkboxtree/bg-checkbox.gif) no-repeat 0 1px;
	cursor: pointer;
	font-weight: bold;
	padding: 4px 0 4px 17px;
}
#tree ul label.checked,
#tree ul.unorderedlisttree label.checked,
#tree ul.unorderedlisttree2 label.checked {
	background: url(/site_images/AnnualReport/checkboxtree/bg-checkbox-checked.gif) no-repeat 0 1px;
	color: #348fc5;
}
#tree ul label.checkedchildren,
#tree ul.unorderedlisttree label.checkedchildren,
#tree ul.unorderedlisttree2 label.checkedchildren {
	background: url(/site_images/AnnualReport/checkboxtree/bg-checkbox-checkedchildren.gif) no-repeat 0 1px;
	color: #348fc5;
}

#tree li > label:hover,
#tree li > label.over {
	background: url(/site_images/AnnualReport/checkboxtree/bg-checkbox-over.gif) no-repeat 0 1px;
	color: #000;
}
#tree li > label.checked:hover,
#tree li > label.checked.over {
 background: url(/site_images/AnnualReport/checkboxtree/bg-checkbox-checked.gif) no-repeat 0 1px;
}
#tree li > label.checkedchildren:hover,
#tree li > label.checkedchildren.over {
	background: url(/site_images/AnnualReport/checkboxtree/bg-checkbox-checkedchildren.gif) no-repeat 0 1px;
}
.checkboxtreeactive input{
	display: none;
}

