
#detail_background {
	display: none;
	position: absolute;
	left : 0px;
	top : 0px;
	width : 100%;
	height : 100%;
	background-color : black;			
   filter:alpha(opacity=80);   /* Internet Explorer       */
   -moz-opacity:0.8;           /* Mozilla 1.6 and below   */
   opacity: 0.8;
   text-align: center;
   z-index: 500;
}

#popupWnd,
#detail_window {	
	display: none;
	position: absolute;
	left : 0px;
	top : 0px;
	background-color: white; 
	color: gray;
   z-index: 510;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 6px 5px black;
    -webkit-box-shadow: 0 0 6px 5px black;
    -moz-box-shadow: 0 0 6px 5px black;
}
#popupWnd {
	display: block;
}
#popupContent {
	margin: 10px 20px 10px 20px;
	overflow: hidden;
}
#detail_window DIV IMG {
	
}

.close {
	text-align: right;
}
.close A {
	font-size: 13pt;
	margin-top: 10px;
	color: #bbbbbb;	
	text-decoration: none;
}
.close A:hover {
	color: black;
}

