#divWrapper{position: absolute;
	width: 1000px;
	right: 15px;
 	top: 200px;
 	padding: 10px;
 	border: 1px solid #bbb;
 	border-radius: 15px;
 	background-color: #f4f4f4;
 	display: none;
 	z-index: 99;
}
#content{padding: 15px; 
	height: 515px;
	border: 1px solid #c0c0c0;
	background-color: #D7F7D7;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	font-family: verdana;
}
#map-canvas{float: right;
	background-color: #fff;
	border: 1px solid #c0c0c0;
	width: 690px;
	height: 480px;
} 
#btnExit{position: absolute;
	top: -13px;
	right: -13px;
	cursor: pointer;
}
.sticky {
  position: fixed !important;
  top: 80px !important;
}
#divTxtPanel{
	width:260px;
	border: 0px;
}
.divNotes{float: left;
 	text-align: left;
	border: 0px;
	width: 250px;
	background-color: #fff;
	padding: 5px;
	margin: 8px 0px;	
	font-size: 12px;
}
.title	{
	font-size: 18px;
}
#mapTitle	{float: left;
 	width: 260px;
	color: #444466;
	font-weight: bold;
	height: 30px;
}
#mapName	{float: right;
 	width: 690px;
	color: #800000;
	font-weight: bold;
	height: 30px;
}
.bluediv {border-collapse: collapse; 
	border: 0px; 
	float: left;
	background-color: #5766F1;
	color: #fff;
	margin: 1px 1px 2px 0px;
	padding: 2px;
	width: 30px;
	text-align: center;
	font-size: 12px;
	border-radius: 3px;
	cursor: pointer;
}
.greydiv {border-collapse: collapse; 
	border: 0px; 
	float: left;
	background-color: #f0f0f0;
	margin: 1px 0px 2px 1px;
	padding: 2px;
	width: 212px;
	font-size: 12px;
}
.grey	{color: #808080;
}
.wine	{color: #800000;
}
.dblue	{color: #444466;
}

@media only screen and (max-width: 1500px) {
#divWrapper{
	width: 850px !Important;
  }
#mapTitle{
}
#mapName{
	width: 540px;
}
#map-canvas{
	width: 540px;
  } 
.title{
	font-size: 16px;
}
}

@media only screen and (max-width: 1300px) {
#divWrapper{
	width: 650px !Important;
}
#content{
	height: 465px;
}
#mapName{
	width: 340px;
}
#map-canvas{
	width: 340px;
	height: 430px;
}
.title{
	font-size: 14px;
}
.divNotes{
	font-size: 11px;
}
span{
	font-size: 11px;
}
}