/*
 popup.js
*/
div.popup {
	max-width: 600px;
	border: 1px solid #001842;
	padding: 30px;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
	color: #FFAE10;
	text-align: left;
	/* The following properties should not be changed */
  position: absolute;

}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	color: #09B0BF;
}
.arial_normal_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFAE10;
}

#line_hr_blu {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #336699;
}



#popup_overlay {
	background-color: #FFF;
	/* The following properties should not be changed */
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 400px;
}

span.popup_link, a.popup_link {
  cursor: pointer;
  border-bottom: 1px dotted;
}

.popup_draghandle {
  cursor: move;
}
.arial_normal_griggio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999;
}
.arial_normal_bluscuro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #001842;
}
.arial_normal_celeste {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #09B0BF;
}
.arial_normal_bluscuro_under {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #001842;
	text-decoration: underline;
}
.arial_normal_celeste_under {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #09B0BF;
	text-decoration: underline;
}
.arial_normal_bluscuro_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #001842;
}
