﻿/* Generated by KSW */
/* DO NOT CHANGE THIS CODE MANUALLY */

/* ----divs------------------------------ */

.folder, .leaf, .empty
{
   text-indent: -14px;
   white-space: nowrap;
   padding-bottom: 2px;
   margin: 2px 2px 0px 14px;
}

/* --------------------------------------- */

#wrap a
{
    text-decoration: none;
	color: black;
	padding: 1px 3px 1px 3px;
    border: 1px solid transparent;
}
#wrap a.selected
{
	background-color: white;
	border-color: #999999;
}
#wrap a.unselected 
{
    background-color: transparent;
}
#wrap a:hover
{
    text-decoration: none;
    background-color: lavender;
	border-color: #999999;
}

/* ----child wrapper------------------------ */

.subnodesShow
{
	display: block;
	margin-top: 3px;
	margin-bottom: -3px;
}
.subnodesHidden
{
	display: none;
}

/* --------------------------------------- */

.leaf img.dot, .folder img.square, .empty img.square
{
	width: 9px;
	height: 9px;
	margin: 4px 5px 0px 5px;
}
.leaf img.dot
{
	margin-right: -1px;
}
.folder img.square, .empty img.square, span
{
    cursor: pointer;
}
