/*
	CSS Style for APNSoft TreeView
	Version 1.0 for Lines
	Created: 06/13/2006
	Updated:
	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:260px;
	width:200;
	border:solid 1px silver;
	background-color:Black ;*/
}

.TreeViewDIV img /*TreeView Images*/
{
	display:block;
}

.ItemDIVd /*Item DIV*/
{
	font-family:Tahoma;
	font-size:9px;
	color:Black;
	font-weight:normal;
	white-space:nowrap;
	padding:1px;
	padding-left:2px;
	padding-right:4px;
	height:16px;
	background-color:Transparent;
	border:none;
	cursor:default;
}

.ItemDIVe /*Item DIV (hovered)*/
{
	font-family:Tahoma;
	font-size:9px;
	color:Black;
	font-weight:normal;
	white-space:nowrap;
	text-decoration:underline;
	padding:1px;
	padding-left:2px;
	padding-right:4px;
	height:16px;
	background-color:Transparent;
	border:none;
	cursor:default;
}

.ItemSelDIVd /*Item DIV (selected)*/
{
	font-family:Tahoma;
	font-size:9px;
	color:Black;
	font-weight:normal;
	white-space:nowrap;
	padding:1px;
	padding-left:2px;
	padding-right:4px;
	height:16px;
	background-color:#EEEEEE;
	border:none;
	cursor:default;
}

.ItemSelDIVe /*Item DIV (selected & hovered)*/
{
	font-family:Tahoma;
	font-size:9px;
	color:Black;
	font-weight:normal;
	white-space:nowrap;
	padding:1px;
	padding-left:2px;
	padding-right:4px;
	height:16px;
	background-color:#D4D0C8;
	border:none;
	cursor:default;
}

.OpenCloseTD /*TD for the Open/Close button*/
{
	width:8px;
	text-align:center;
}

