
/**************************************************************************************************************************
*** a component of   www.imagemapeditor.net 
*** copyright 2009 by spidersites.co.uk
*** No part of this file may be used without express permission from spidersites.co.uk
***************************************************************************************************************************/

	.rightmenu { 
			background-color:white; 
			border-color:#000000; 
			border-style:solid;
			border-width:medium;
			width:100px;
			position:absolute;
			left:0px;
			top:0px;
			visibility:hidden;
			font-family:Arial, Helvetica, sans-serif;
			font-size:10px;
			z-index:100;
	}

	#detailform{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		background-color:#214865;
		width:300px;
		height:300px;
		visibility:hidden;
		left:0px;
		top:0px;
		position:absolute;
		z-index:10;
		border-width:thick;
		border-color:black;
		border-style:solid;
		z-index:200;
	}


	.menuitem{
		cursor:pointer;
		
	}
	.menuhead{
		background-color:#000000;
		color:#FFFFFF;
	}
	
	.caption {
	width:50px;
	text-align:right;
	background-color:#214865;
	color:white;
	}

	.head {
	text-align:center;
	background-color:#000000;
	color:white;
	}

	.field{
		width:100px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;

	}
	

.transparent_class {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}