/*-----------------------Right Click Menu -------------------------*/

.skin0 {
	position		:	absolute;
	text-align		:	left;
	width			:	200px;
	border			:	2px solid black;
	background-color:	menu;
	font-family		:	Verdana;
	line-height		:	20px;
	cursor			:	default;
	visibility		:	hidden;
}
.skin1 {
	cursor			:	default;
	border			:	2px solid black;
	font			:	menutext;
	position		:	absolute;
	text-align		:	left;
	font-family		: 	Arial, Helvetica, sans-serif;
	font-size		: 	9pt;
	width			:	200px;
	background-color:	menu;
	border			:	1 solid buttonface;
	visibility		:	hidden;
	border			:	2 outset buttonhighlight;
}
.menuitems {
	padding-left	:	15px;
	padding-right	:	10px;
}


/*-----------------------COMPONENT EDIT -------------------------*/
.componentContainer{	
	border			: 2px dotted #000;
	margin			: 4px;
}

.componentStatus{
	position		: relative;
	top				: -5px;
	left			: -5px;
}


