/* 
//**********************************************************************************************
//-- **************************************************************************** 
//-- http://www.caps-solutions.co.uk 
//-- Name: 				mapping.css
//-- Description:		mapping stylesheet for PA v2 
//-- Date Created: 		01/03 
//-- Author: 			Murray Roden 
//-- The copyright in the work that is PublicAccess is the exclusive 
//-- property of CAPS Solutions Ltd, and its respective copyright owners, and is
//-- protected under United Kingdom copyright law and other international copyright
//-- treaties and conventions. 
//-- © 2004. CAPS Solutions Ltd and its licensor(s). All rights reserved. 
//-- **************************************************************************** 
//**********************************************************************************************
*/

/******************************************************************/
/*mapping*/
/******************************************************************/

/*Text colour under the mapping tools i.e. 'pan'. Set to white.*/
.cMapTool{
	color:#000000;
	font-size : 0.6em;
	font-family:verdana,arial;
	white-space: nowrap;
	padding:5px;
	background-color : #ffffff;
}

.cIdentifyFormContent{
	color:#FFFFFF;
	padding:4px;
}

/*used in the mapping*/
.cIdentifyButton{
	border-top: 2px outset #99CCFF;
	border-left: 2px outset #99CCFF;
	border-right: 2px outset #99CCFF;
	border-bottom: 2px outset #99CCFF;
	padding: 0.1em;
	background-color:#006699;
	color:white;
	font-weight:bold;
	font-family:verdana,arial;
}

/* As UFWEB cFormContent */
.cFormContentExtra{
	color:#FFFFFF;
	padding:4px;
}

/*EOF*/