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