/* all attributes are supported by ie4+ and ns4+ */

div.marker {
	position: relative;
	visibility: visible;
}

div.popup {
	position: absolute;
	width: 600px;
	background-color: #20B3DB;
	border: thick ridge #20B3DB;
	visibility: hidden;
}

/* --------------------------------------------------------------- */
/* only controls the gallery popup, not the index page bios popups */

p.popup {
	padding: 9px;
	text-align: center;
	font: bold 12pt Verdana,Geneva,Arial,Helvetica,sans-serif;
	color: #ffffff;
}

p.popup span.small-u {
	font: bold 10pt;
	text-decoration: underline;
}

/* --------------------------------------------------------------- */

