/*
	CSS Style for APNSoft TreeView
	Version 1.2 for SilverGradient
	Created: 06/01/2006
	Updated: 06/12/2006
	Copyright 2003-2008 APNSoft. All rights reserved.
	http://www.apnsoft.com

	Free for commercial and non-commercial use.
	You can distribute and modify it freely.
*/


.TreeViewDIV /*Main Container DIV*/
{
	/*overflow:auto;
	height:220px;*/
	width:210px;
	padding:4px;
	border:inset 2px silver;
	background-color:#AFAFAF;
	background-image:url(../Skins/SilverGradient/Bg.jpg);
}

.TreeViewDIV img /*TreeView Images*/
{
	display:block;
}

.ItemDIVd /*Item DIV*/
{
	font-family:Verdana,Arial;
	font-size:11px;
	color:Black;
	font-weight:normal;
	white-space:nowrap;
	padding:1px;
	padding-left:4px;
	padding-right:4px;
	height:16px;
	background-color:Transparent;
	border:none;
	cursor:default;
	cursor:hand;
	cursor:pointer;
}

.ItemDIVe /*Item DIV (hovered)*/
{
	font-family:Verdana,Arial;
	font-size:11px;
	color:Black;
	font-weight:normal;
	white-space:nowrap;
	padding:0px;
	padding-left:3px;
	padding-right:3px;
	height:16px;
	background-color:#E9E9E9;
	border:solid 1px black;
	cursor:default;
	cursor:hand;
	cursor:pointer;
	background-image:url(../Skins/SilverGradient/ItemBg.jpg);
}

.ItemSelDIVd /*Item DIV (selected)*/
{
	font-family:Verdana,Arial;
	font-size:11px;
	color:Black;
	font-weight:bold;
	white-space:nowrap;
	padding:0px;
	padding-left:3px;
	padding-right:3px;
	height:16px;
	background-color:#E9E9E9;
	border:solid 1px black;
	cursor:default;
	cursor:hand;
	cursor:pointer;
	background-image:url(../Skins/SilverGradient/ItemBg.jpg);
}

.ItemSelDIVe /*Item DIV (selected & hovered)*/
{
	font-family:Verdana,Arial;
	font-size:11px;
	color:Black;
	font-weight:bold;
	white-space:nowrap;
	padding:0px;
	padding-left:3px;
	padding-right:3px;
	height:16px;
	background-color:#E9E9E9;
	border:solid 1px black;
	cursor:default;
	cursor:hand;
	cursor:pointer;
	background-image:url(../Skins/SilverGradient/ItemBg.jpg);
}

.OpenCloseTD /*TD for the Open/Close button*/
{
	width:18px;
	text-align:center;
}

