/* CSS Style for APNSoft TreeView. Version: Stone 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:#D0D0D0 url($SkinFolder$Background.jpg); }
/*Item: DIV*/ .ItemDIV { font-family:Arial,Verdana; font-size:11px; color:Navy; font-weight:bold; white-space:nowrap; padding:2px; padding-left:4px; padding-right:5px; background-color:Transparent; border:none; }
/*Item: DIV (Hovered)*/ .ItemHoveredDIV { font-family:Arial,Verdana; font-size:11px; color:navy; font-weight:bold; white-space:nowrap; padding:1px; padding-left:3px; padding-right:4px; border:solid 1px white; border-right:solid 1px gray; border-bottom:solid 1px gray; cursor:default; cursor:hand; cursor:pointer; background:#eaeaea url($SkinFolder$ItemActiveBackground.jpg); }
/*Item: DIV (Selected)*/ .ItemSelectedDIV { font-family:Arial,Verdana; font-size:11px; color:navy; font-weight:bold; white-space:nowrap; padding:1px; padding-left:3px; padding-right:4px; border:solid 1px gray; border-right:solid 1px white; border-bottom:solid 1px white; cursor:default; cursor:hand; cursor:pointer; background:#eaeaea url($SkinFolder$ItemActiveBackground.jpg); }
/*Separator: TD*/ .SeparatorTD { border-bottom:solid 1px #F3F3F3; border-left:solid 1px #BBBBBB; background-color:#BBBBBB; height:1px; padding:0px; width:60px; }
|