﻿.treeView
{
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding-left: 20px;
}
.childNodes
{
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding-left: 10px;
}

/* node state icons */
.nodeState
{
	height: 20px; width: 11px; display: inline-block;
}
.nodeStateCollapsed
{
	background: url(../Images/TreeView/nodeState.gif) no-repeat;
	height: 20px; width: 11px; display: inline-block; background-position: center 0px;
	cursor: pointer;
}
.nodeStateExpanded
{
	background: url(../Images/TreeView/nodeState.gif) no-repeat;
	height: 20px; width: 11px; display: inline-block; background-position: center -18px;
	cursor: pointer;
}

/* node spacer - empty span */
.nodeSpacer
{
}

/* node li */
.outerNode
{
	padding: 0;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding-left: 10px;
}

/* node div */
.node
{
	height: 20px; white-space: nowrap;
}
.nodeDropTarget
{
	height: 20px; white-space: nowrap;
}
.nodeSelected
{
	height: 20px; white-space: nowrap;
}

/* node a */
.link
{
	padding: 2px; text-decoration: none; cursor: pointer; vertical-align: top; display: inline-block; margin-top: 2px;
}
.link:hover
{
	padding: 2px; text-decoration: underline; cursor: pointer; vertical-align: top; display: inline-block; margin-top: 2px;
}
.linkDropTarget
{
	padding: 2px 2px 2px 1px; cursor: pointer; border: dashed 1px black; vertical-align: top; display: inline-block; margin-top: 2px;
}
.linkSelected
{
	padding: 2px; background: #316ac5; cursor: pointer; color: White; vertical-align: top; display: inline-block; margin-top: 2px;
}

/* node div ruler */
.reorderRuler
{
	width: 100%;
	height: 2px;
	background-color: Black;
	line-height: 1px;
	font-size: 1px;
	margin-left: 20px;
}
.nodeEditTextBox
{
	padding: 2px 2px 2px 0px; text-decoration: none; cursor: pointer; vertical-align: top; display: inline-block; margin-top: 2px;
	border: solid 1px black; background: #FFFFFF;
}

/************************************************ Page classifications & articles manager *****************************************/
.ClassAndArticleManager_nodeSelected
{
	height: 20px; white-space: nowrap; background: #316ac5;
}
/************************************************ Page classifications & articles manager *****************************************/