/** Updated of css usage **/
.mapPanPanel{
	background-color: #637E9D;
}
.mapAreaLine{
	border-bottom: 1px solid #849CB0;
}
.mapArea{
	background-color : #A2B6C7;
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #365478;
	line-height : normal;
	font-weight : lighter;
	border-right : 1px solid #A2B6C7; 
}

.mapAreaSide{
	border-right : 1px solid #A2B6C7;
}

table.mapArea{
border-right : 1px solid #A2B6C7; 
border-bottom : 1px solid #A2B6C7;
}
hr.mapArea{
	width: 99%;
	height: 2px;
	border-top: 1px solid #849CB0;
	border-bottom: 1px solid #B5C6D6;
}

.legend{
   border-left : 2px solid #A2B6C7; 
	border-right : 2px solid #A2B6C7; 
	border-bottom : 2px solid #A2B6C7;
}
.legend-bottom{
	border-bottom : 2px solid #A2B6C7;
}

.view{
	border-top : 2px solid #A2B6C7; 
	border-left : 2px solid #A2B6C7; 
	border-bottom : 2px solid #A2B6C7; 
	border-right : 2px solid #A2B6C7;
	color: black;
}

.browserBtn{
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#FFFFFF,EndColorStr=#AAAAAA);
	border: 1px solid black;
	font-weight: bold;
	font-size: 9px;
	line-height: 150%;	
	padding-left: 1px;
	padding-right: 1px;
	color: #577491;
	font-family: verdana, sans-serif;
	background-color: white;
	margin: 1px;
	width:145px;
}
#box{
  cursor : default;
}

a.op {
  font-family:Arial,Helvetica,sans-serif;
  font-size:9pt;
  font-weight:normal;
  color:Blue;
  text-decoration:underline;

}

a.op:hover {
  color:Red;
  text-decoration:underline;
}


a.op:visited {
  color:Blue;
  text-decoration:underline;
}

.manageMap{
  font-family:Arial,Helvetica,sans-serif;
  font-size:9pt;
  font-weight:normal;
  color:Black;
  text-decoration:none;
}