/*
 popup.js
*/
div.popup {
  
  border: 1px solid #663399; 
  padding: 5px;
  background-color: #FFFFFF;
  width:160px;
  height: 398px;
  margin-top: -17px;
  margin-left:-1px;
  line-height: 90%;
  /* The following properties should not be changed */
  position: absolute;
  margin:-100;
  overflow:auto;
}

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

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

.popup_draghandle {
  cursor: move;
}

.popup_titolo {
font-size: 80%;
display:block;
width:100%;
background:url(/images/barra_eventi_home.jpg) no-repeat;}



.invisibile{
  display:none;
}


.popupEventi{
	margin: 3px;
	display: inline;
	float: left;
	width: 170px;
	height: 200px;
	 font-size: 75%;
 	border: 1px solid #663399;
	overflow:auto; 
}
