/* CSS Document */

#GB_overlay {
	background-image: url(overlay_blue.png);
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	z-index: 100;
	background-repeat: repeat;
}

* html #GB_overlay {
	background-color: transparent;
	background-color: transparent;
	background-image: url(blank.gif);

  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="greybox/overlay.png", sizingMethod="scale");
	background-repeat: repeat;
}

#GB_window {
	top: 22px;
	left: 0;
	position: absolute;
	background-color: #FFFFFF;
	border-top: 0 solid #2E4B97;
	overflow: auto;
	z-index: 150;
	border-right: 5px solid #2E4B97;
	border-bottom: 5px solid #2E4B97;
	border-left: 5px solid #2E4B97;
}

#GB_frame {
  border: 0;
  overflow: auto;
}

#GB_header {
  margin: 0;
  top: 0;
  border-left: 5px solid #2E4B97;
  border-right: 5px solid #2E4B97;
  height: 22px;
  position: absolute;
  background-color: #2E4B97;
  z-index: 151;
}

#GB_caption {
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 13px;
  color: #455D77;
  padding: 4px 0 0 5px;
  margin: 0;
  text-align: left;
}

#GB_close {
  padding: 2px 5px 0 0;
  float: right;
  cursor: pointer;
  cursor: hand;
}

