﻿/*////////////////////////////////////////////////////////////////////////
//                                                                      //
//  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                                                  //
//                                                                      //
////////////////////////////////////////////////////////////////////////*/

/* Drag Drop Style */

	.draggableDiv
	{
		position:				absolute;
		border:					1px solid lightgrey;
		background:				whitesmoke;
		cursor:					default;
		font-family:			"Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
		font-size:				8pt;
		padding:				2px;
	}

	.draggingDiv
	{
		position:				absolute;
		border:					1px solid lightgrey;
		background:				whitesmoke;   
		cursor:					default;      
		font-family:			"Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
		font-size:				8pt;
		padding:				2px;
		color:					gray;
		filter:					alpha(opacity=85);
		opacity:				0.85;
	}
	
	.draggingChartDiv
	{
		position:				absolute;
		border:					1px solid lightgrey;
		background:				whitesmoke;   
		cursor:					default;      
		font-family:			"Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
		font-size:				8pt;
		padding:				2px;
		color:					gray;
		filter:					alpha(opacity=85);
		opacity:				0.85;
		width:					200px;
	}
