/*
CSS Style for APNSoft TreeView.
Version: Outlook 1.12
Created: 06/07/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:260px;
     width:200;
     border:solid 1px silver;*/

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



/*Item: DIV*/
.ItemDIV
{
     font-family:Tahoma;
     font-size:11px;
     color:Black;
     font-weight:normal;
     white-space:nowrap;
     padding:2px;
     padding-left:4px;
     padding-right:4px;
     background-color:Transparent;
     border:none;
     cursor:default;
}



/*Item: DIV (Hovered)*/
.ItemHoveredDIV
{
     font-family:Tahoma;
     font-size:11px;
     white-space:nowrap;
     background-color:#D4D0C8;
     padding:2px;
     padding-left:4px;
     padding-right:4px;
     border:none;
     cursor:default;
}



/*Item: DIV (Selected)*/
.ItemSelectedDIV
{
     font-family:Tahoma;
     font-size:11px;
     white-space:nowrap;
     padding:2px;
     padding-left:4px;
     padding-right:4px;
     background-color:#eaeaea;
     border:none;
     cursor:default;
}



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