/* window manipulation */

a.explink,
a.poplink {
	text-decoration: none;
	border-bottom: 1px dotted #684; 
	}

a.explink:hover { 
	background: transparent;
/*	color: #508090; */
	}

.expand,
.hidden {
	border-bottom: 1px dotted #684;
	padding-bottom: 2px;
	cursor: default;
	}

.expand { 
	display: none;
/*	color: #508090; */
	}

div.expand,
p.expand { 
	border: 1px dashed #508090; 
	border-width: 1px 0; 
	}

#contentbox .popup {
	display: none;
	z-index: 3;
	position: fixed; 
	top: 25%; 
	right: 100px; 
	margin: 0; 
	background: transparent url(images/popup_bottom.png) 100% 100% no-repeat;
	padding: 0 0 17px;
	color: #444; 
	font-size: 8pt; 
	line-height: 12pt; /* for safari */
	}

#contentbox .popup div p {
	text-indent: 0px;
	text-align: center;
	}
#contentbox .popup img {
	padding: 0 0 10px;
	}
#contentbox .popup > div {
	background: #fff url(images/popupbk.jpg) 0 0 repeat-x;
	border: 1px solid #acafb3;
	padding: 45px 20px 20px;
	}

.popup > div > a:link {
	display: block; 
	position: absolute;
	top: 8px; right: 7px;
	color: #fff;
	color: #888;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border: none;
	}

a.poplink:hover { background: #efefea;  }

/* close button */
.popup > div > a:hover,
div.nodisplay > a:hover,
div.hidden > a:hover { 
	color: #a00;
	background: #e5e5e3; 
	border: 1px solid #bbb;
	border-width: 1px 0px 0px 1px;
	text-decoration: none;
	}

#scrim {
	visibility: hidden;
	z-index: 2;
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%; 
	background-color: #111; 
	opacity: 0.3;  /* Safari, Opera, Mozilla */
	/* and now for IE, because it's special */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	}
