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

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Custom styles for the JavaScript tooltip library boxover.js
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

	.rulePropertiesTooltip
	{
		width:				400px;	
		border:				1px solid #223b5b;		
		font-family:		"Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
		font-size:			8pt;
		padding:			5px;	
		text-align :		left;
		color:				#1B4966;
		background:			whitesmoke;	
		z-index:            99999999;	
	}

	.rulePropertiesTooltip table
	{
		font-size:			9pt;
	}

	.rulePropertiesTooltip table td.key
	{
		width:				100px;	
	}

	.rulePropertiesTooltip table td.value
	{	
		color:				black;
		font-family:		Courier New;
	}
