/*structural style of context menu*/
.i-context {
	display: none;
	position: absolute;	
	top: -5000px;
	left: -5000px;
	z-index: 1000000;
	width: 100%;
	height:100%;
	
}

.i-context-show {
	display: block;	
	top:0;
	left:0;
}
.i-context-item {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;	
}
/* visual style of context menu*/
.i-context-menu {
	background: #454649;
	position: absolute;
	padding: 10px;
	width: auto;
	height: auto;
	display: inline;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border: 1px solid #a9aaac;
	color:#a9aaac;
	line-height: 32px;	
	opacity: 0.9;	
	filter: alpha(opacity=90);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";

}

.i-context-menu ul {
	width: auto;
	height: auto;
}

.i-context-menu li span {
	padding-left:32px;
	height:32px;
	display:inline-block;
	width: auto;
	cursor:pointer;
}

.i-img-context {
	background: transparent url(../images/img_context.png) no-repeat scroll left center;
}

.i-vid-context {
	background: transparent url(../images/vid_context.png) no-repeat scroll left center;
}

.i-map-context {
	background: transparent url(../images/map_context.png) no-repeat scroll left center;
}
.i-context-menu div.i-group-1102-1180 * {
	color: #ffffff;
}
.i-context-menu li .i-namecard span.iglue-name *,.i-context-menu li  .i-namecard span.iglue-name {
	font-size: 15px;
}
.w-context-row-over,.w-context-row-over * {
	color: #e6f3bb;
	cursor: pointer;

	text-decoration: underline;
}

.i-context .i-namecard .i-node-text * {
	line-height: 14px;
}
.i-context-close {
	position:absolute;  
	right: -4px;
	width: 16px;
	height: 16px;
	background-image:url(../images/tab/close-hover.png);
	top:5px;
	background-repeat: no-repeat;
}

