/**
Copyright Bridgeline Software, Inc. An unpublished work created in 2008. All rights reserved. 
This software contains the confidential and trade secret information of Bridgeline Software, Inc. ("Bridgeline").  
Copying, distribution or disclosure without Bridgeline's express written permission is prohibited.
**/

div.LeftNavigation
{
	display:table;
	margin:0;
	padding:0;
}

span.treeNodeText
{
	display:block;	
	white-space:normal;
}
h4.leftNavHeading
{
	padding: 10px 0px 10px 20px;
	font-size:1.2em;
}

/*First Level Nodes*/
.NoChildNode,.NoChildHoverNode,.HasChildNode,.HasChildHoverNode,.LastParentNode,.LastParentNodeHover,
.SelectedLastParentNode,.SelectedLastParentNodeHover,.ParentNode,.ParentNodeHover,
.SelectedParentNode,.SelectedParentHoverNode,.SelectedNodeNoChild,.SelectedNodeNoChildHover,
.SelectedTreeNode ,
.FirstHasChildNode,.FirstHasChildHoverNode,
.FirstSelectedParentNode, .FirstSelectedParentHoverNode,
.FirstSelectedNodeNoChild nobr, .FirstSelectedNodeNoChildHover nobr,
.FirstNoChildNode nobr, .FirstNoChildHoverNode nobr
{
	padding:0px;
	margin:0px;
	width: 216px;
	
	color: white;
	font-size: 1.5em;
	font-family: Times New Roman, Serif;
	font-weight:bold;
}


.NoChildNode
{	
}
.NoChildHoverNode
{	
}

.HasChildNode
{
}
.HasChildHoverNode
{			
}

.FirstParentNode
{	
	background-position:left 2.3em;		
}
.SelectedFirstParentNode
{
	background-position:left 2.3em;			
}

.LastParentNode
{	
	background-position:left 2.3em;	
}
.LastParentNodeHover
{	
	background-position:left 2.3em;	
}

.SelectedLastParentNode
{
	background-position:left 2.3em;		
}
.SelectedLastParentNodeHover
{ 	
	background-position:left 2.3em;		
}

.ParentNode 
{
	width:205px;	
}
.ParentNodeHover
{
}
 
.SelectedParentNode
{
}
.SelectedParentHoverNode  
{
}

.ParentNode nobr, .ParentNodeHover nobr,
.SelectedParentNode nobr,.SelectedParentHoverNode nobr,
.HasChildNode nobr, .HasChildHoverNode nobr,
.NoChildNode nobr, .NoChildHoverNode nobr, 
.LastParentNode nobr, .LastParentNodeHover nobr,
.SelectedLastParentNode nobr,.SelectedLastParentNodeHover nobr,
.SelectedNodeNoChild nobr, .SelectedNodeNoChildHover nobr,
.FirstHasChildNode nobr,.FirstHasChildHoverNode nobr,
.FirstSelectedParentNode nobr, .FirstSelectedParentHoverNode nobr,
.FirstSelectedNodeNoChild nobr, .FirstSelectedNodeNoChildHover nobr,
.FirstNoChildNode nobr, .FirstNoChildHoverNode nobr
{
	padding: 12px 0 0 20px;
	margin-bottom: -12px;		
	display:block;
	background:transparent url(/images/sidebutton.jpg) no-repeat !important;
	height: 39px;
}


.FirstHasChildNode nobr,.FirstHasChildHoverNode nobr,
.FirstSelectedParentNode nobr, .FirstSelectedParentHoverNode nobr
{
	padding-top: 21px;
	margin-bottom: -21px;
	background:transparent url(/images/sidebuttontop.jpg) no-repeat !important;
	height: 48px;
}
.LastParentNode nobr,.LastParentNodeHover nobr
{
	Xpadding-top: 21px;
	Xmargin-bottom: -21px;
	background:transparent url(/images/sidebuttonbottom.jpg) no-repeat !important;
	height: 43px;
}

.SelectedNodeNoChild
{
	background:#fafafa;	
}
.SelectedNodeNoChildHover
{
	background:#fafafa;	
}


/*Second Level Nodes*/
.SecondLevelTreeNode,.SecondLevelHoverTreeNode,.SecondLevelSelectedTreeNode,.SecondLevelSelectedHoverTreeNode,
.FirstSecondLevelTreeNode,.FirstSecondLevelHoverTreeNode,.FirstSecondLevelSelectedTreeNode,.FirstSecondLevelSelectedHoverTreeNode,
.LastSecondLevelTreeNode,.LastSecondLevelHoverTreeNode,.LastSecondLevelSelectedTreeNode,.LastSecondLevelSelectedHoverTreeNode,
.LastSecondLevelSelectedTreeNodeWithChild ,.LastSecondLevelSelectedHoverTreeNodeWithChild
{
	font-family:Verdana;
	font-size:1em;
	/*color:#666;*/
	background-image:url(/images/comnlist_arrow.gif); 
	background-repeat:no-repeat; 
	background-position:17px .4em;  
	margin:0px 0px 4px 0px; 
	color:#C75737;
	padding:0px 0px 0px 30px; 
	width:170px;
}
.SecondLevelTreeNode
{
	/*padding:1px 0px 1px 40px; */
	/*width:160px;*/
}
.SecondLevelHoverTreeNode
{
	text-decoration:underline;
	/*padding:1px 0px 1px 40px;  */
	/*width:160px; */
}
.SecondLevelSelectedTreeNode
{
	/*background-position:0.3em 0.4em;   */
	/*padding:0px 0px 0px 40px; */
	font-weight:bold;
	color:#3C8FC1;
	background-image:url(/images/comnlist_arrow_selected.gif); 
	/*width:160px;*/
}
.SecondLevelSelectedHoverTreeNode
{
	/*background-position:0.3em 0.4em; */
	/*padding:0px 0px 0px 15px; */ 
	font-weight:bold;
	color:#3C8FC1;
	background-image:url(/images/comnlist_arrow_selected.gif); 
	/*width:160px;*/
	/*text-decoration:underline;*/
}
.FirstSecondLevelTreeNode
{
	/*background-position:3.2em 1.1em;  */ 
	/*padding:4px 0px 0px 40px;*/
	/*color:#666;*/	
	/*width:145px;*/
	margin-top:10px;
}
.FirstSecondLevelHoverTreeNode
{
	/*background-position:3.2em 1.1em;   */
	/*padding:4px 0px 0px 40px;*/
	margin-top:10px;
	text-decoration:underline;
	/*color:#666;*/
	/*width:145px;*/
}
.FirstSecondLevelSelectedTreeNode
{
	/*background-position:3.2em 1.1em; */  
	/*padding:4px 0px 0px 40px; */
	margin-top:10px;
	font-weight:bold;
	color:#3C8FC1;
	background-image:url(/images/comnlist_arrow_selected.gif); 
	/*width:145px;	*/
}
.FirstSecondLevelSelectedHoverTreeNode
{
	/*background-position:3.2em 1.1em;*/   
	/*padding:4px 0px 0px 40px;*/
	margin-top:10px;
	font-weight:bold;
	color:#3C8FC1;
	background-image:url(/images/comnlist_arrow_selected.gif); 
	/*width:145px;*/
}
.LastSecondLevelTreeNode
{
	/*background-position:3.2em 0.8em;   */
	/*padding:0px 0px 8px 40px;*/
	/*color:#666;*/
	/*width:145px;	*/
	
	margin-bottom:100px;
}
.LastSecondLevelHoverTreeNode
{
	/*background-position:3.2em 0.8em; */ 
	/*padding:0px 0px 8px 40px;*/
	/*color:#666;*/
	/*width:145px;	*/
	text-decoration:underline;
	margin-bottom:100px;
}
.LastSecondLevelSelectedTreeNode, .LastSecondLevelSelectedTreeNodeWithChild
{
	/*background-position:0.3em 0.5em; */
	/*padding:0px 0px 8px 15px;*/
	
	font-weight:bold;
	color:#3C8FC1;
	background-image:url(/images/comnlist_arrow_selected.gif); 
	
	margin-bottom:100px;
	
	/*width:145px;	*/
}
.LastSecondLevelSelectedHoverTreeNode, .LastSecondLevelSelectedHoverTreeNodeWithChild
{
	/*background-position:0.3em 0.5em;   */
	/*padding:0px 0px 8px 15px;*/
	font-weight:bold;
	color:#3C8FC1;
	background-image:url(/images/comnlist_arrow_selected.gif); 
	margin-bottom:100px;
	/*width:145px;	*/
}
.LastSecondLevelTreeNode,
.LastSecondLevelHoverTreeNode,
.LastSecondLevelSelectedHoverTreeNodeWithChild,
.LastSecondLevelSelectedTreeNodeWithChild,
.LastSecondLevelSelectedTreeNode,
.LastSecondLevelSelectedHoverTreeNode
{
	margin-bottom:0px;
	padding-bottom:5px;
}

/*Third Level Nodes*/
.ThirdLevelTreeNode,.ThirdLevelHoverTreeNode,.ThirdLevelSelectedTreeNode,.ThirdLevelSelectedHoverTreeNode,
.FirstThirdLevelTreeNode,.FirstThirdLevelHoverTreeNode,.FirstThirdLevelSelectedTreeNode,.FirstThirdLevelSelectedHoverTreeNode,
.LastThirdLevelTreeNode,.LastThirdLevelHoverTreeNode,.LastThirdLevelSelectedTreeNode,.LastThirdLevelSelectedHoverTreeNode,
.LastThirdLevelSelectedTreeNodeWithChild ,.LastThirdLevelSelectedHoverTreeNodeWithChild
{
	font-family:Verdana;
	font-size:1em;
	color:#C75737;
	background-image:url(/images/arrow1.gif); 
	background-repeat:no-repeat; 
	background-position:3.7em 0.8em;  
	background-color:transparent;	
	margin:0px 0px 4px 10px; 
	padding:0px 0px 0px 30px; 
	width:160px;
}
.ThirdLevelTreeNode
{
	/*padding:1px 0px 1px 45px; */
	/*width:165px;*/
}
.ThirdLevelHoverTreeNode
{
	text-decoration:underline;
	/*padding:1px 0px 1px 45px;  */
	/*width:165px; */
}
.ThirdLevelSelectedTreeNode
{
	/*background-position:0.3em 0.8em;   */
	/*padding:0px 0px 0px 15px; */
	font-weight:bold;
	color:#3C8FC1;
	/*width:165px;*/
}
.ThirdLevelSelectedHoverTreeNode
{
	/*background-position:0.3em 0.8em; */
	/*padding:0px 0px 0px 15px;  */
	font-weight:bold;
	color:#3C8FC1;
	/*width:165px;*/
}
.FirstThirdLevelTreeNode
{
	/*background-position:3.7em 0.8em;   */
	/*padding:4px 0px 0px 45px;*/
	/*color:#A29556;	*/
	/*width:140px;*/
}
.FirstThirdLevelHoverTreeNode
{
	/*background-position:3.7em 0.8em;   */
	/*padding:4px 0px 0px 45px;*/
	text-decoration:underline;
	/*color:#A29556;	*/
	/*width:145px;*/
}
.FirstThirdLevelSelectedTreeNode
{
	/*background-position:3.7em 0.8em;   */
	/*padding:4px 0px 0px 45px; */
	font-weight:bold;
	color:#3C8FC1;
	/*width:145px;	*/
}
.FirstThirdLevelSelectedHoverTreeNode
{
	/*background-position:3.7em 0.8em;   */
	/*padding:4px 0px 0px 45px;*/
	font-weight:bold;
	color:#3C8FC1;
	/*width:145px;*/
}
.LastThirdLevelTreeNode
{
	/*background-position:3.7em 0.3em !important;   */
	/*padding:0px 0px 8px 45px;*/
	/*color:#A29556;*/
	/*width:145px;*/
}
.LastThirdLevelHoverTreeNode
{
	/*background-position:3.7em 0.3em !important;*/
	/*padding:0px 0px 8px 45px;*/
	text-decoration:underline;
	/*color:#A29556;	*/
	/*width:145px;	*/
}
.LastThirdLevelSelectedTreeNode, .LastThirdLevelSelectedTreeNodeWithChild
{
	/*background-position:0.3em 0.5em; */
	/*padding:0px 0px 8px 15px;*/
	font-weight:bold;
	color:#3C8FC1;
	/*width:145px;	*/
}
.LastThirdLevelSelectedHoverTreeNode, .LastThirdLevelSelectedHoverTreeNodeWithChild
{
	/*background-position:0.3em 0.7em;   */
	/*padding:0px 0px 8px 15px;*/
	font-weight:bold;
	color:#000;	
	/*width:145px;	*/
}
.LastThirdLevelSelectedHoverTreeNodeWithChild, .LastThirdLevelSelectedTreeNodeWithChild 
{
	margin-bottom:0px;
	padding-bottom:5px;
}


