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

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Modal Dialog Classes
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

	.popupControl 
	{
		font-family:			"Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
		background-color:		#AAD4FF;
		position:				absolute;
		visibility:				hidden;
		border:					2px solid black;
		z-index:				-1;	
		overflow:				auto;
	}

	.modalBackground
	{
		background-color:		Black;
		filter:					alpha(opacity=60);
		opacity:				0.6;
	}

	.modalTitle
	{		
		font-size:				14pt;
		font-family:			"Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
		background:				#434343;
		padding:				15px 0px 10px 15px;
		border-bottom:			1px solid #625D5D;
	}
	
	.modalTitleBar
	{		
		font-family:			"Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
		font-size:				9pt;
		background:				#434343 ;
		text-align:				center;		
		color:					white;
		padding:				2px;
		height:					18px;
	}

	.modalPopup
	{
		background:				#d7d7d7;
		border:					1px solid lightgrey;
		font-family:			"Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
		font-size:				8pt;
	}
	
	.modalPopupLoading
	{
		background:				white;
		border:					1px solid lightgrey;
		font-family:			"Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
		font-size:				8pt;
	}
		
	.reportName 
	{
		color:					lightgrey;
	}	
	
	.btn-div
	{
		position:				absolute;
		bottom:					10px;
		right:					10px;
		z-index:				0;
	}		
	
	.modalIconImg
	{
		vertical-align:			middle;
		padding:				0px 4px;
	}
		
	#errorText,
	#warningText,
	#successText 
	{
		color:					black;
		font-size:				8pt;
		text-align:				left;
		line-height:			14pt;
		overflow:				auto;
		width:					360px;
		height:					210px;
		background:				white;
		border:					1px solid gray;
		padding:				4px;		
	}

	#exportBody	
	{
		padding:				20px;
		text-align:				left;
	}
	
	#importBody
	{
		padding:				30px 30px 20px 30px;
		text-align:				left;
		font-size:				9pt;
	}
	
	#importFileName
	{
		color:					#2f4f4f;
	}
	
	.exportTypes
	{
		padding:				4px;
	}	
		
	.exportFilePadding
	{
		padding:				4px 4px 4px 20px;
	}
	
	/* MASKED EDIT Styles */
	.errorToolTip
	{
		position:				absolute;
		z-index:				5;
		background:				whitesmoke;
		border:					1px solid slategray;
		padding:				4px;			
	}
	
	/* Search Modal Style */
	.modalSearchTitle
	{
		text-align:				left;		
		padding:				4px;		
	}
	
	.modalSearchInputPanel
	{
		font-size:				9pt; 
		padding:				8px; 
		text-align:				left;
	}
	
	.modalSearchTitle a,
	.modalSearchTitle a:visited,
	.modalSearchInputPanel a,
	.modalSearchInputPanel a:visited
	{
		text-decoration: none;
		color: blue;
		font-size: 9pt;
	}
	
	.modalSearchTitle a:hover,
	.modalSearchInputPanel a:hover
	{
		text-decoration: underline;
		color: blue;
		font-size: 9pt;	
	}
	
	.modalSearchPropertiesBody
	{
		text-align: left;		
		height: 110px;
		background: white; 
		border: 1px solid gray;
		padding: 10px;
		width: 478px; 
		overflow: auto;
	}
	
	.modalDefinitionPanel,
	.modalResultPanel
	{
		
	}
	
	.searchModalResultDate
	{
		width: 80px;
		border: 1px solid lightgrey;
		background: whitesmoke;
		font-size: 9pt;
	}
	
	#modalSearchMatches	
	{
		text-align:left; 
		padding: 10px; 
		overflow: auto; 		
		width: 478px; 
		background: white; 
		border: 1px solid gray;
		height: 220px;
	}
	
	#warningModalSearchMatchesWrap
	{
		padding: 10px;				
	}
	
	#warningModalSearchMatches
	{
		text-align: left; 
		padding: 10px; 		
		width: 800px; 
		background: white; 		
		height: 140px;
		font-size: 8pt;
	}
	
	#modalSearchMatchesCopy
	{
		text-align:left; 
		padding: 10px; 
		overflow: auto;
		width: 478px; 
		background: white; 
		border: 1px solid gray;
		height: 100px;
	}
