.pnlPopup_Details {
   position: absolute;
   z-index: 25;

   width: 220px;
   height: 120px;

   top: 35px;
   right: 50px;

   background-image: url(/data/images/detailsbg.png);
}

.pnlPopup_Details #content{
   position: relative;
   
   left: 10px;
   top: 10px;

   width: 200px;
   height: 100px;

   color: #444444;
}

.pnlPopup_Details #content .header{
   font-weight: bold;
   padding: 2px 0 2px 5px;
}

.pnlPopup_Details #close{
   position: relative;

   width: 13px;
   height: 13px;

   left: 204px;
   top: -97px;

   z-index: 50;
}

.pnlPopup_Map {
   position: absolute;
   z-index: 25;

   width: 520px;
   height: 420px;

   top: 35px;
   right: 50px;

   background-image: url(/data/images/mapbg.png);
}

.pnlPopup_Map #content{
   position: relative;
   
   left: 10px;
   top: 10px;

   width: 490px;
   height: 400px;

   color: #444444;
}

.pnlPopup_Map #content .header{
   font-weight: bold;
   padding: 2px 0 2px 5px;
}

.pnlPopup_Map #close{
   position: relative;

   width: 13px;
   height: 13px;

   left: 504px;
   top: -397px;

   z-index: 50;
}










/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

