#detail_window {
	position:absolute;
	top:50%;
	left:50%;
	height:600px;
	width:600px;
	margin-left:-300px;
	margin-top:-300px;
	z-index:100;
}
#detail_window .inwindow_popup_lightbox {
	z-index:99;
}
#detail_window .inwindow_popup_content {
	min-height:600px;
}
.detail_spinner {
	height:64px;
	width:64px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-32px;
	margin-top:-32px;
	background-image: url('/images/spinner_animated.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 64px 64px;
}
.cedar .detail_spinner {
	background-image: url('/images/spinner_animated.png');
}
#detail_window .sub_header {
	text-align: left;
	BACKGROUND-COLOR: #c8d6e3;
}
#detail_window th {
	text-align: right;
	width: 30%;
	BACKGROUND-COLOR: #eeeeee;
	border: 1px solid #C0C0C0;
}
#detail_window td {
	border: 1px solid #C0C0C0;
	padding-left: 5px;
}

