/* pop auxiliry */

.hidden { 
	display: none; 
}
.unhidden { 
	display: block; 
}
	
#lbOverlay {
	position: fixed;
	z-index: 99; 
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	/* background-color: #000; 
	following from http://webdesign.tutsplus.com/tutorials/htmlcss-tutorials/super-simple-lightbox-with-css-and-jquery/*/
	background:url(/images/overlay.png) repeat; 
	cursor: pointer;
	/* opacity: 1.0; filter:alpha(opacity=0); */
	/* background: rgba(0, 0, 0, 0.5); R, G, B, A; */	
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f404040, endColorstr=#7f404040);  AA, RR, GG, BB */
}

/* #pop_box {
	/* --- z-index: 100;		
	/* width:450px;
	height:600px; */
	/* --- position:absolute;
	/* left:250px; */
	/* --- top:60px;
	/* --- overflow:auto;		
	/* opacity: 1.0; */
/* } */
.pop_connection { 
	z-index: 100;		
	position:absolute;
	top:60px;
	overflow:auto;		
	display: block;
	width:450px;
	height:100%;
	left:35%;
}