﻿/*////////////////////////////////////////////////////////////////////////
//                                                                      //
//  Copyright NetWitness Corporation 2006-2007                          //
//                                                                      //
//  Unpublished - All rights reserved under the copyright laws of the   //
//  United States.  No copy of this document may be made without        //
//  expressed permission of NetWitness Corporation.                     //
//                                                                      //
//  NetWitness Corporation                NetWitness                    //
//  500 Grove Street, Suite 300           www.netwitness.com            //
//  Herndon, VA  20170                                                  //
//                                                                      //
////////////////////////////////////////////////////////////////////////*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Tree Style
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

	.tree
	{
		padding:				0px;
		margin:					4px;
		cursor:					default;
		width:					600px;
		font-size:				8pt;		
	}

	.tree div.folder,
	.tree div.node
	{
		margin:					0px;
		padding:				0px 1px;		
		font-size:				8pt;
	}

	.folder-select,
	.node-select
	{
		border:					1px solid gray;
		background:				#434343;
		color:					White;
		margin:					0px;
		padding:				0px 1px 1px 1px;
		font-size:				8pt;
	}
