﻿
 /*tooltip over marker*/ 
  .DivAuxBG
{
	width:100%;
	height:100%;
	background: url(images/loading.gif) no-repeat center center;
}	
 
.FloatMaxInst
{
	margin: 5px;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	vertical-align: middle;
	text-align: center;
	background-color: white;
	font-size: 12pt;
	padding: 5px;
	height: 100px;
	width: 300px;
	border: 3px solid #006699;
	color: black;
}

 .ToolTip {
        background-color:#ffffff;
        font-size:x-small;
        padding:3px;
        border:1px #006699 solid;
        min-width:50px;
      }
/**/     
.lblInstr
{
	font-size: xx-small;
	font-family: Arial, Helvetica, sans-serif;
	color:White;
	font-weight:bold;
}

.tdMap
{
	border: medium solid #c4dcfb;
	background-color: #c4dcfb;
	vertical-align: top;
}

.LinkGE
{
	float: left;
	height: 35px;
	font-size: 10pt;
	padding-top: 5px;
	padding-left: 40px;
	background-position: right;
	background: url(images/ge.png) no-repeat;
}
.InfoBalloon
{
	/* Sample:
	width:150px;
	background-color:Silver;
	color:Black;
	*/
}
/*module settings controls*/
.DelBtn
{
	background-position: center center;
	background-image: url(images/delete.png);
	background-repeat: no-repeat;
		width:20px;
	height:20px;
	cursor:pointer;
	border:outset thin white;
}

.MoveUp
{
	background-position: center center;
	background-image: url(images/moveup.gif);
	background-repeat: no-repeat;
		width:20px;
	height:20px;
	cursor:pointer;
	border:outset thin white;
}

.MoveBottom
{
	background-position: center center;
	background-image: url(images/movebottom.gif);
	background-repeat: no-repeat;
		width:20px;
	height:20px;
	cursor:pointer;
	border:outset thin white;
}
.AddBtn
{
 font-weight:bold;
	height:22px;
	width:22px;
	}

