.ACMLRRegular {
	font-size : 11px;
	font-family : Trebuchet, Verdana;
	color:#3E2882
}

.ACMLRTopic {
	font-size : 16px;
	font-family : Trebuchet, Verdana;
	color:#3E2882
}


#GB_overlay {
  background-color: black; 
	opacity: 0.8;
	filter: alpha(opacity=80);
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 100;
  width:  100%;
  height: 100%;
}


#GB_window {
  top: 0px;
  left: 0px;
  position: absolute;
  background: #fff;
  border: 3px solid #aaa;
  /*overflow: auto;*/
  width: 400px;
  height: 400px;
  z-index: 150;
}



#GB_frame {
  border: 0;
  /*overflow: auto;*/
  width: 100%;
  height: 378px;
  padding: 0;
}


#GB_caption {
  font: 12px bold helvetica, verdana, sans-serif;
  color: #fff;
  background: #888;
  padding: 2px 0 2px 5px;
  margin: 0;
  text-align: left;
}


#GB_window img#GB_frame {
  position: relative;
  overflow: hidden;
  top: 0px;
  right: 0px;
cursor: auto;
}


