/*
CSS Style for APNSoft TreeView.
Version: IconsFolders 1.10
Created: 06/01/2006
Updated: 09/16/2011
Copyright (C) APNSoft. All rights reserved.
http://www.apnsoft.com

Free for commercial and non-commercial use.
You can distribute and modify it freely.
*/



/*TreeView: DIV*/
.TreeViewDIV
{
     /*overflow:auto;
     height:220px;
     width:200px;
     border:inset 2px silver;*/

     padding-left:2px;
     background-color:Transparent;
}



/*Item: DIV*/
.ItemDIV
{
     font-family:Verdana,Arial;
     font-size:11px;
     color:Black;
     font-weight:normal;
     white-space:nowrap;
     padding:2px;
     padding-left:4px;
     padding-right:4px;
     background-color:Transparent;
}



/*Item: DIV (Hovered)*/
.ItemHoveredDIV
{
     font-family:Verdana,Arial;
     font-size:11px;
     color:Black;
     white-space:nowrap;
     padding:1px;
     padding-left:3px;
     padding-right:3px;
     background-color:#eaeaea;
     border:solid 1px #AEAEAE;
     cursor:default;
     cursor:hand;
     cursor:pointer;
}



/*Item: DIV (Selected)*/
.ItemSelectedDIV
{
     font-family:Verdana,Arial;
     font-size:11px;
     color:Black;
     white-space:nowrap;
     padding:1px;
     padding-left:3px;
     padding-right:3px;
     background-color:#F9F9F9;
     border:solid 1px #DADADA;
     cursor:default;
     cursor:hand;
     cursor:pointer;
}



/*Separator: TD*/
.SeparatorTD
{
     border-bottom:solid 1px white;
     border-left:solid 4px white;
     background-color:#eaeaea;
     height:1px;
     padding:0px;
     width:60px;
}