/*
	CSS Style for APNSoft TreeView
	Version CLASSIC 1.0
	Created: 06/08/2006
	Updated: 06/08/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:200px;
	border:inset 2px silver;*/
	padding-left:12px;
	background-color:White;
}

.TreeViewDIV img /*TreeView Images*/
{
	display:block;
}

.ItemDIVd /*Item DIV*/
{
	font-family:Verdana,Arial;
	font-size:11px;
	color:Black;
	font-weight:normal;
	white-space:nowrap;
	vertical-align:middle;
	padding:1px;
	padding-left:4px;
	padding-right:4px;
	height:14px;
	background-color:Transparent;
	border:none;
}

.ItemDIVe /*Item DIV (hovered)*/
{
	font-family:Verdana,Arial;
	font-size:11px;
	color:white;
	font-weight:normal;
	white-space:nowrap;
	vertical-align:middle;
	padding:1px;
	padding-left:4px;
	padding-right:4px;
	height:14px;
	background-color:#969696;
	border:none;
	cursor:default;
	cursor:hand;
	cursor:pointer;
}

.ItemSelDIVd /*Item DIV (selected)*/
{
	font-family:Verdana,Arial;
	font-size:11px;
	color:white;
	font-weight:normal;
	white-space:nowrap;
	vertical-align:middle;
	padding:1px;
	padding-left:4px;
	padding-right:4px;
	height:14px;
	background-color:#5D5D5D;
	border:none;
}

.ItemSelDIVe /*Item DIV (selected & hovered)*/
{
	font-family:Verdana,Arial;
	font-size:11px;
	color:white;
	font-weight:normal;
	white-space:nowrap;
	vertical-align:middle;
	padding:1px;
	padding-left:4px;
	padding-right:4px;
	height:14px;
	background-color:#5D5D5D;
	border:none;
	cursor:default;
	cursor:hand;
	cursor:pointer;
}

.OpenCloseTD /*TD for the Open/Close button*/
{
	width:18px;
	text-align:center;
}


