div#folder_tree
{
	border: 1px solid #c1c1c1;
	padding: 3px;
	width: 200px;
	overflow: auto;
	position: absolute;
	display: none;
	z-index: 2001;
	background-color: #fff;
}

div.container_loading
{
	font-size: 12px;
	height: 20px;
}

div.container_folder_tree
{
	max-height: 300px;
}

div#folder_tree div.container
{
	display: none;
	margin-left: 12px;
	white-space: nowrap;
}

div#folder_tree div.link
{
	position: relative;
}

div#folder_tree div.link a:hover
{
	text-decoration: none;
}

div#folder_tree a.folder
{
	color: #666;
	font-size: 12px;
	white-space: nowrap;
	display: block;
	margin-left: 18px;	
	line-height: 16px;
}

div#folder_tree a.folder:hover
{
	background-color: #E6EDFF;
}

div#folder_tree a.selected
{
	background-color: #E6EDFF;
}

div#folder_tree a img.folder_icon
{
	margin-right: 4px;
}

div#folder_tree a.root
{
}


div#folder_tree a.leaf
{
	margin-left: 18px;
}

div#folder_tree img.subfolder
{
	width: 13px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 4px;
}

div#folder_tree div.cleaner
{
	height:0;
	line-height:0;
	clear: both;
}

div#folder_tree img.closed
{
	background: url(../img/tree_arrow.jpg) no-repeat 3px 0;
}

div#folder_tree img.opened
{
	background: url(../img/tree_arrow_expanded.jpg) no-repeat 3px 0;
}

div.ft_link
{
	border-top: 1px solid #DDD;
	padding-top: 3px;
	margin-top: 3px;
	text-align: center;
}

div.ft_link a
{
	font-size: 11px;
	text-decoration: underline;
}

div.ft_link img
{
	margin-left: 3px;
}