/**
 *
 * jQuery plugin: Popup 1.0
 *
 * Copyright (c) 2008 Yves Bresson
 * www.ybresson.com
 *
 * Default styles
 *
 */

#popup {
  display: none;
  position: fixed;
  width: 640px; /*350px;*/
  _position: absolute; /* hack for internet explorer 6 */
  background: #306090; /*#0093dd;*/
  z-index: 20;
  padding: 3px;  /* same as rounding */
	/*height: 518px;*/
  max-height: 518px;
}

#popup_bg {
  display: none;
  position: fixed;
  _position: absolute; /* hack for internet explorer 6 */
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #456; /*#000000;*/
  border: 1px solid #cecece;
  z-index: 10;
  _height: 1000px; /* hack for internet explorer 6 */
}

#popup_title {
  font-weight: bold;
  color: #ffffff;
  display:block;
  padding:3px;
}

#popup_close {
  width: 14px;
  height: 14px;
  background: url('close-off.png') no-repeat;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
#popup_close:hover {
  background: url('close.png') no-repeat;
}

#popup_message {
  padding: 8px;
  background: #ffffff;
  /*height:480px;*/
	max-height:480px;
  overflow-y:auto;
  /*min-height: 120px;*/
}


#notitolo #allegati h3 {display:none}
#notitolo #allegati ul li {padding-left:45px; background: tras}
