﻿.popupControl{
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color:blue;
	border-width:1px;
}

.modalBackground{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.70;
}

.modalPopup{
	background-color:#FFFFDD;
	border-width:1px;
	border-style:solid;
	border-color:Gray;
	padding:1px;
}

.regFont
{
	font-family:Arial;
	font-size:10pt;
}

/* For  context menu on map */
.contextHeader
{
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
	color: #4444ff;
	border: #cccccc 1px solid;
	width: 160px;
	background:#A4CFFF;
}
.contextMenu
{
	font-family: Arial;
	font-size: 10pt;
	text-decoration: none;
	color: #4444ff;
	width: 160px;
	cursor: hand;
}

.panelHide 
{
	display: none;
	visibility:hidden;
	z-index:10;
	position:absolute;
	left:300px;
	top:400px;
}  

.pushpinPicture80x80
{
	border-left:gray 1px dashed;
	border-right:gray 1px dashed;
	border-bottom:gray 1px dashed;
	border-top:gray 1px dashed;
	vertical-align:middle;
	text-align:center;
	color:Gray;
	width:80px;
	height:80px;
	overflow:hidden;
}
