/*
	CSS Style for APNSoft TreeView
	Version 1.2 for Stone
	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:#D0D0D0;
	background-image:url(../Skins/Stone/Bg.jpg);
}

.TreeViewDIV img /*TreeView Images*/
{
	display:block;
}

.ItemDIVd /*Item DIV*/
{
	font-family:Arial,Verdana;
	font-size:11px;
	color:Navy;
	font-weight:bold;
	white-space:nowrap;
	vertical-align:middle;
	padding:2px;
	padding-left:4px;
	padding-right:5px;
	background-color:Transparent;
	border:none;
}

.ItemDIVe /*Item DIV (hovered)*/
{
	font-family:Arial,Verdana;
	font-size:11px;
	color:navy;
	font-weight:bold;
	white-space:nowrap;
	vertical-align:middle;
	padding:1px;
	padding-left:3px;
	padding-right:4px;
	background-color:#eaeaea;
	border:solid 1px gray;
	border-right:solid 1px white;
	border-bottom:solid 1px white;
	cursor:default;
	cursor:hand;
	cursor:pointer;
	background-image:url(../Skins/Stone/ItemOver.jpg);
}

.ItemSelDIVd /*Item DIV (selected)*/
{
	font-family:Arial,Verdana;
	font-size:11px;
	color:navy;
	font-weight:bold;
	white-space:nowrap;
	vertical-align:middle;
	padding:1px;
	padding-left:3px;
	padding-right:4px;
	background-color:#eaeaea;
	border:solid 1px white;
	border-right:solid 1px gray;
	border-bottom:solid 1px gray;
	cursor:default;
	cursor:hand;
	cursor:pointer;
	background-image:url(../Skins/Stone/ItemOver.jpg);
}

.ItemSelDIVe /*Item DIV (selected & hovered)*/
{
	font-family:Arial,Verdana;
	font-size:11px;
	color:navy;
	font-weight:bold;
	white-space:nowrap;
	vertical-align:middle;
	padding:1px;
	padding-left:3px;
	padding-right:4px;
	background-color:#eaeaea;
	border:solid 1px white;
	border-right:solid 1px gray;
	border-bottom:solid 1px gray;
	cursor:default;
	cursor:hand;
	cursor:pointer;
	background-image:url(../Skins/Stone/ItemOver.jpg);
}

.OpenCloseTD /*TD for the Open/Close button*/
{
	width:19px;
	text-align:center;
}

