/* CSS Style for APNSoft TreeView. Version: SilverGradient 1.14 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:210px; padding:4px; border:inset 2px silver; background:#AFAFAF url($SkinFolder$Background.jpg); }
/*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; cursor:default; cursor:hand; cursor:pointer; }
/*Item: DIV (Hovered)*/ .ItemHoveredDIV { font-family:Verdana,Arial; font-size:11px; color:Black; white-space:nowrap; padding:1px; padding-left:3px; padding-right:3px; border:solid 1px black; cursor:default; cursor:hand; cursor:pointer; background:#E9E9E9 url($SkinFolder$ItemActiveBackground.jpg); }
/*Item: DIV (Selected)*/ .ItemSelectedDIV { font-family:Verdana,Arial; font-size:11px; color:Black; white-space:nowrap; padding:1px; padding-left:3px; padding-right:3px; border:solid 1px Gray; background-color:#E9E9E9; cursor:default; cursor:hand; cursor:pointer; }
/*Separator: TD*/ .SeparatorTD { border-bottom:solid 1px white; border-left:solid 1px silver; background-color:silver; height:1px; padding:0px; width:60px; }
|