/*
 popup.js
*/
div.popup {
  max-width: 600px;
  /*border: 10px solid #DD2D2D;*/
  padding: 5px;
  /* The following properties should not be changed */
  position: absolute;
  color: #FFFFFF;
}

div.popup td {
color:#999999;
}

div.popup a, div.popup a:link, div.popup a:active, div.popup a:visited, div.popup a:hover{
color: #FFFFFF;
} 

#popup_overlay {
  background-color: #999999;
/*   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;
}
