/*
 popup.js
*/
div.popup h1  {
	font-family: "Justus Versalitas", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #DFDF03;
	text-transform: uppercase;
	font-size: 14pt;
	color: #CCCC33;
}

div.popup {
  max-width: 900px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  border: 3px solid yellow;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #000000;
  /* The following properties should not be changed */
  position: absolute;
}

div.popup h1 {
	padding-top: 0px;
	margin-top: 3px;
}

div.popup_loading {
  max-width: 600px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  border: 1px solid #CCCC33;
  padding: 5px;
  background-color: #000000;
  /* The following properties should not be changed */
  position: absolute;
}

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