/* Styles the Whole TreeView (e.g. borders) */
.LeftNav_CssClass
{
	margin: 0 2px 0 7px;
}

/* Styles All Rows */
.LeftNav_NodeRowCssClass
{
	background: #FFFFFF;
	line-height: 20px;
}

/* Styles All Nodes */
.LeftNav_NodeCssClass
{
	xcolor: #9F9F9F;
	color: #999999;
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 10px;
}

/* Styles the Current Top Level Row */
.LeftNav_ChildSelectedNodeRowCssClass
{
	line-height: 20px;
}

/* Styles the Current Top Level Row (Hover) */
.LeftNav_ChildSelectedHoverNodeRowCssClass
{
	background: #F8F8F8;
	cursor: pointer;
	font-size: 10px;
	line-height: 20px;
}

/* Styles the Current Top Level Node */
.LeftNav_ChildSelectedNodeCssClass
{
	font-size: 10px;
	font-weight: bold;
	xtext-transform: uppercase;
}

/* Styles the Current Top Level Node (Hover) */
.LeftNav_ChildSelectedHoverNodeCssClass
{
	font-size: 10px;
	font-weight: bold;
	xtext-transform: uppercase;
}

/* Styles the Current Hovered Over Row */
.LeftNav_HoverNodeRowCssClass
{
	background: #F8F8F8;
    cursor: pointer;
	color: #274334;
	font-size: 10px;
	line-height: 20px;
}

/* Styles the Current Hovered Over Node */
.LeftNav_HoverNodeCssClass
{
}

/* Styles the Current, "Activated" Row */
.LeftNav_SelectedNodeRowCssClass
{ 
	background: #EFEFEF;
	cursor: pointer;
	line-height: 20px;
}

/* Styles the Current, "Activated" Hovered Over Row */
.LeftNav_SelectedHoverNodeRowCssClass
{
	background: #F8F8F8;
	cursor: pointer;
	line-height: 20px;
}

/* Styles the Current, "Activated" Node */
.LeftNav_SelectedNodeCssClass
{
	background: #EFEFEF;
	color: #274334;
	font-size: 10px;
	font-weight: bold;
}

/* Styles the Current, "Activated" Hovered Over Node */
.LeftNav_SelectedHoverNodeCssClass
{
	color: #274334;
	font-size: 10px;
	font-weight: bold;
}

.TestDummyClass
{
	background: blue;
	border: 1px solid green;
	color: Red;
}


/* styles for a special type of tree which has html content as nodes - the expand and collapse treeviews */
.TreeView 
{ 
  padding-left: 0px;
} 

.TreeNodeContent
{ 
	padding:0px 0px 7px 0px;
	margin:0px;
	width:500px;
}

.TreeNodeContent nobr
{ 
	padding:0px;
	margin:0px;
	white-space: normal;
}

.HeaderNode
{
	font-weight : bold;
	font-size: 13px;
	color: #999966;
	cursor: pointer;
	width: 450px;
	padding: 5px 0;
}

.HeaderNode nobr
{
	white-space: normal;
}

/* Old Styles

.SelectedTreeNode {
	color: #EFEFEF;
	cursor: pointer; 
	xfont-size: 10px;
	font-weight: bold;
	line-height: 20px;
	padding: 0px 5px 0px 1px;
}

.SelectedParent {
	cursor: pointer; 
	xfont-size: 10px;
	font-weight: bold;
	line-height: 20px;
	padding: 0px 5px 0px 3px;	
}

*/




/* end special tree styles*/
