@import url(Common.css);

.TreeView
{
	display:none;
	height:100%;
	width:260px;
	overflow-y:visible;
	overflow-x:auto;
}

.TreeFont
{
	font-family:Tahoma;
	font-size:11px;
}

.TreeNodeImg
{
	margin-right:4px;
}

.TreeNode
{
	cursor:hand;
}

.TreeNodeCaption
{
	padding-bottom:5px;
}

.SelectedTreeNode
{
	background-color:#CBE1FE;
	cursor:hand;
}

.TreeCaption
{
	padding-bottom:5px;
	font-weight:bold;
	text-decoration: underline;
}
