﻿/***************** TREEVIEW (ComponentArt) **************************************/
.litTreeView
{
	padding-top: 10px;
	padding-left: 5px;
	bottom: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	position: absolute;
	overflow: auto;
	overflow: -moz-scrollbars-vertical;
    font-size: 11px;
}
.litTreeView  .notpublished
{
    text-decoration: underline;
}
.litTreeView .notinmenu{
    font-style: italic;
 }

.litTreeView > .litTreeNodeRow
{
    color: #888888;
    text-transform: uppercase;
    font-weight: bold;
}

.litTreeNodeRow
{
    padding: 2px 3px 2px;
}

.litTreeNodeRow .TreeNodeDisabled
{
    font-size: 100%;
}

.litTreeNode
{
	font-family: arial,verdana;
	font-size: 100%;
    padding-left: 3px;
	margin-left: 2px;
	margin-right: 1px;
	width: auto !important;
}
.litSelectedTreeNode
{
	font-family: arial,verdana;
	font-size: 100%;
	padding: 2px 3px 2px;
	margin-left: 1px;
	cursor: default;
	width: auto !important;
	background-image: url("/Litium/Stylesheets/DefaultSkin/Images/TreeSelectedBackground.png");
	border: 1px solid #cfcdcc;
}
.litHoverTreeNode
{
	font-family: arial,verdana;
	font-size: 100%;
	padding-left: 3px;
	margin-left: 2px;
	margin-right: 1px;
	width: auto !important;
	cursor: pointer;
	cursor: hand;
}
