/*
Copyright 2003-2008 APNSoft. All rights reserved.
http://www.apnsoft.com
*/


.TreeViewDIV /*Main Container DIV*/
{
	/*overflow:hidden;
	height:220px;
	width:154px;
	padding:0px;
	border:inset 1px silver;
	background-color:white;*/
}

.TreeViewDIV img /*TreeView Images*/
{
	display:block;
}

.ItemDIVd /*Item DIV*/
{
	font-family:Arial,Verdana;
	font-size:11px;
	color:#646464;
	font-weight:bold;
	white-space:nowrap;
	padding:3px;
	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:Arial,Verdana;
	font-size:11px;
	color:#646464;
	font-weight:bold;
	white-space:nowrap;
	padding:2px;
	padding-left:3px;
	padding-right:3px;
	/*height:16px;*/
	background-color:white;
	border:solid 1px #AEAEAE;
	cursor:default;
	cursor:hand;
	cursor:pointer;
}

.ItemSelDIVd /*Item DIV (selected)*/
{
	font-family:Arial,Verdana;
	font-size:11px;
	color:#646464;
	font-weight:bold;
	white-space:nowrap;
	padding:2px;
	padding-left:3px;
	padding-right:3px;
	/*height:16px;*/
	background-color:white;
	border:solid 1px #DADADA;
	cursor:default;
	cursor:hand;
	cursor:pointer;
}

.ItemSelDIVe /*Item DIV (selected & hovered)*/
{
	font-family:Arial,Verdana;
	font-size:11px;
	color:#646464;
	font-weight:bold;
	white-space:nowrap;
	padding:2px;
	padding-left:3px;
	padding-right:3px;
	/*height:16px;*/
	background-color:white;
	border:solid 1px gray;
	cursor:default;
	cursor:hand;
	cursor:pointer;
}

.OpenCloseTD /*TD for the Open/Close button*/
{
	width:11px;
	text-align:center;
}

