/*
 popup.js
*/
.image_gallery {font-size: 8pt;font-family: Sans-Serif,Arial;color:#000000;}
A.image_gallery:LINK {font-size: 8pt;font-family: Sans-Serif,Arial;color:#000000;}
A.image_gallery:VISITED {font-size: 8pt;font-family: Sans-Serif,Arial;color:#000000;}
A.image_gallery:ACTIVE {font-size: 8pt;font-family: Sans-Serif,Arial;color:#000000;}

div.popup {
  max-width: 625px;
  padding: 0px;
  box-shadow: 10px 10px 5px #999;
  background-color: #FFFFFF;
  /* The following properties should not be changed */
  position: absolute;
}

#popup_overlay {
  background-color: #9FABB9;
  /* The following properties should not be changed */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
}

span.popup_link, a.popup_link {
  cursor: pointer;
  border-bottom: 1px dotted;
}

.popup_draghandle {
  cursor: move;
}
