/*
 popup.js
*/
div.popup {
  max-width: 600px;
  border: 2px solid #000000;
  padding: 12px;
  background-color: white;
  /* The following properties should not be changed */
  position: absolute;
}

#popup_overlay {
	background-color: #333333;
	/* 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;
}
a.popup_link:active {color: #f1a67f;
  text-decoration: none;}
 a.popup_link:hover {color: #f1a67f;
  text-decoration: none;} 
.popup_draghandle {
  cursor: move;
}
.popup h3{
	FONT-FAMILY: Helvetica, Verdana, Arial, Sans-Serif;
  	font-size: 13px;
	font-weight: bold;
	color: #000000;
	border-bottom: 1px solid #cccccc
}

.popup_draghandle p{
	FONT-FAMILY: Helvetica, Verdana, Arial, Sans-Serif;
  	font-size: 12px;
	color: #000000;
}
 .leftlist {
	float: left;
	width: 45%;
	margin-top: 0px;
	margin-left: 5px;
	padding-left: 10px;
	padding-right: 15px;
}
 .rightlist {
	float: right;
	width: 45%;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 5px;
	padding-bottom: 5px;
}
.popup_draghandle li{
	FONT-FAMILY: Helvetica, Verdana, Arial, Sans-Serif;
  	font-size: 11px;
	margin-right:5px;
	color: #000000;
	list-style-image:url(../images/box.gif);
}
.popup_draghandle li.listtitle {
	list-style:none;
	padding-top: 0px;
	padding-bottom: 10px;
	font-weight:bold;
	margin-left: -5px;
	list-style-image:url(../images/box2.gif);
}
.popup_draghandle a{
	FONT-FAMILY: Helvetica, Verdana, Arial, Sans-Serif;
	color: blue;
}