/* CSS Style for APNSoft TreeView. Version: Classic 1.10 Created: 06/08/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; border:none; }
/*Item: DIV (Hovered)*/ .ItemHoveredDIV { font-family:Verdana,Arial; font-size:11px; color:white; font-weight:normal; white-space:nowrap; padding:2px; padding-left:4px; padding-right:4px; background-color:#7C7C7C; border:none; cursor:default; cursor:hand; cursor:pointer; }
/*Item: DIV (Selected)*/ .ItemSelectedDIV { font-family:Verdana,Arial; font-size:11px; font-weight:normal; white-space:nowrap; padding:2px; padding-left:4px; padding-right:4px; background-color:#E0E0E0; border:none; 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; }
|