#treeTop {
	display: table;
}

/* Parent List Styles */
#treeParentDiv {
	display: table-cell;
	float: left;
}

#treeParentDiv ul {
	margin: 0px;
	margin-left: -36px;
}

#treeParentDiv li {
	list-style-type: none;
	display: block;
	margin-bottom: 6px;
}

/* Child List Styles */
#treeChildDiv {
	width: 270px;
	min-height: 500px;
	border: 1px solid #c0c0c0;
	background-color: #f2f2f2;
	padding: 6px;
	display: table-cell;
	vertical-align: top;
}

/* Active Node Styles */
.activeTreeNode {
	background-image: url("/ecs/tree/images/activeBg.gif");
	background-repeat: no-repeat;
	width: 275px;
	height: 80px;
}

.activeTreeLabel {
	font-family: Arial;
	font-size: 10px;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	z-index: 5;
}

.activeTreeLabel input {
	z-index: 5;
	position: relative;
}

.activeTreeLabel a {
	z-index: 5;
	position: relative;
}

.activeTreeLabel img {
	width: 30px;
	height: 30px;
	border: none;
	vertical-align: top;
}

.activeTreeDepthSpan {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #404040;
	height: 20px;
	vertical-align: top;
	z-index: 1;
	position: relative;
	top: 5px;
	right: 40px;
	text-align: right;
}

.activeTreeLabel form {
	padding: 0px;
	margin: 0px;
}

/* Inactive Node Styles */
.inactiveTreeNode {
	background-image: url("/ecs/tree/images/inactiveBg.gif");
	background-repeat: no-repeat;
	width: 180px;
	height: 40px;
	cursor: pointer;
}

.inactiveTreeLabel {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #606060;
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	vertical-align: top;
	width: 140px;
}

.inactiveTreeLabel img {
	width: 30px;
	height: 30px;
	border: none;
}

.inactiveTreeDepthSpan {
	float: right;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #404040;
	margin-right: 6px;
	margin-top: 4px;
}

.inactiveTreeChildSpan {
	font-family: Arial;
	font-size: 10px;
	padding-left: 16px;
	color: #605170;
	font-style: italic;
}

.treeChildSpan img {
	vertical-align: middle;
	width: 53px;
	height: 9px;
	border: none;
}

/* Tree Children Styles */
#treeChildren td {
	height: 44px;
}

#addChildrenDiv {
	display: none;
}

.childTab {
	background-image: url("/ecs/tree/images/childTabBg.gif");
	background-repeat: no-repeat;
	width: 66px;
	vertical-align: top;
	padding-top: 4px;
	text-align: right;
}

.childTab input:checkbox {
	width: 24px;
	height: 24px;
}

.nodeTab {
	vertical-align: top;
}

/* Scratch Pad Styles */
#scratchpad {
	padding: 2px;
	font-style: italic;
	text-align: right;
}

/* Other Styles */
.treeTip {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	display: none;
	background-color: #e0e090;
	border: 1px dotted #c0c0c0;
	width: 150px;
}

.treeH {
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
	color: #606060;
}

.moreDiv {
	width: 80px;
	height: 30px;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #808080;
	text-align: center;
	padding-top: 8px;
	background-image: url("/ecs/tree/images/morebg.gif");
	background-repeat: repeat;
	margin: 6px;
	cursor: pointer;
	border: 1px solid #c0c0c0;
}

.treeCornerArrow {
	width: 32px;
	height: 32px;
	float: left;
}
/*
.treeCornerArrow {
	width: 32px;
	height: 32px;
	float: left;
}
*/

#expandLinks {
	margin-bottom: 4px;
}

#treeMessage {
	position: absolute;
	top: 60px;
	width: 200px;
	height: 18px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	background-color: #ddf8e8;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	margin-bottom: 4px;
	display: none;
}

/* Button Styles */
.treeButton {
	width: 16px;
	height: 16px;
	border: 1px solid #d0d0d0;
	padding: 2px;
	vertical-align: middle;
}

#addChildrenButton {
	visibility: hidden;
}

#autoOrderButton {
	visibility: hidden;
}

#selectAllButton {
	visibility: hidden;
}

#unselectAllButton {
	visibility: hidden;
}

#copySelectedButton {
	visibility: hidden;
}

#cutSelectedButton {
	visibility: hidden;
}

#removeSelectedButton {
	visibility: hidden;
}