
#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;
}

#detail_window {	
	display: none;
	position: absolute;
	left : 0px;
	top : 0px;
	background-color: white; 
	color: gray;
   z-index: 510;
   border: 2px solid #dedede;
}
#detail_window DIV IMG {
	margin: 4px 8px;
	border-right: 2px solid #dedede;
	border-bottom: 2px solid #dedede;
}
.bw_header {
	padding: 0 10px;
}
.bw_header A{
	font-size: 12pt;
	text-decoration: none;
	color: #bbbbbb;
	line-height: 30px;
}
.bw_header A:hover{
	color: black;
}
