@charset "utf-8";
/* CSS Document */

/* /////// Style for the Left Side Vertical tree //////////////*/

.Tree_Padding{ padding-left:10px; padding-right:10px;}
.Tree_general_Style
{
	font-family:Tahoma;
	font-size: 11px;
	

	color: #2e2e2e;
	text-decoration: none;	
	padding:2px;


	}
.Tree_general_Style A
{
		font-family:Tahoma;
	font-size: 11px;
	color: #2e2e2e;
	text-decoration: none; 		 padding-left:10px;
	}
.Tree_general_Style A:Hover
{
		font-family:Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: bold;	 padding-left:10px;
	}
.Tree_Hover_Node_Style{
	font-weight: bold;
	text-decoration: underline; padding-left:10px;
}
.Tree_Leaf_Node_Style{
	color: #2e2e2e;
	
}
.Tree_Node_Style
{color: #2e2e2e;
		font-family:Tahoma;
	font-size: 11px;
	text-decoration: none;	
	padding:5px;
	width:350px;


	border-bottom:dashed 1px #dfe3e5;
	
}
.Tree_Parent_Node_Style{

}
.Tree_Root_Node_Style{

}
.Tree_Selected_Node_Style{

}
.TreeView img
{
}
