/*
 popup.js
*/
div.popup {
max-width: 220px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
width: 200px;
border: 1px solid white;
padding: 5px;
background-color: black;
 /* The following properties should not be changed */
position: absolute;

}
div.popupdetail {
  max-width: 600px;
  BACKGROUND-COLOR: #262729;
	WIDTH: 500px;
	HEIGHT: auto;
	padding: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 10px solid #000;
  /* 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: url(/images/magnify.cur), -moz-zoom-in, pointer;


}

.popup td{
  background: #262729;
padding: 10px;
inherit:none
}

.popup_draghandle {
  cursor: move;
}
#detailImage A.popup_closebox {
	TEXT-ALIGN: center;
	LINE-HEIGHT: 20px;
	BACKGROUND-COLOR: #000;
	WIDTH: 20px;
	DISPLAY: block;
	FLOAT: right;
	COLOR: #fff;
	FONT-SIZE: 1.2em;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none
}
