@charset "utf-8";
/* CSS Document */

#TreeView {
	padding-top: 4px;
	padding-bottom: 4px;
}
.level1 {
}
.level2, .level3, .level4, .level5, .level6 {
	margin-left: -15px !important;
}
#TreeView {
	margin-bottom: 6px;
}
.TreeView {
	background-color: #002448;
	font-weight: bold;
	float: left;
	width: 195px;
	cursor: pointer;
}
.TreeView a:link, .TreeView a:visited {
	color: #fff;
	text-decoration: none;
}
.TreeView #current, .TreeView a:active, .TreeView a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.TreeView LI {
	/* The padding is for the tree view nodes */

    /*width: 154px;*/

    list-style: none;
	padding-left: 26px;
	text-indent: -10px;
	/*border-bottom: 1px solid #006699;*/

	margin: 0;
}
.TreeView, .TreeView ul {
	margin: 0;
	padding: 0;
}
LI.Expanded {
	background: url(/img/minus.gif) no-repeat left top;
}
LI.Expanded ul {
	display: block;
}
LI.Collapsed {
	background: url(/img/plus.gif) no-repeat left top;
}
LI.Collapsed ul {
	display: none;
}
.Highlighted {
	color: red;
}
.AlternateHighlight {
	color: blue;
}
.TreeView_Accordion {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #323243;
}
