#GB_overlay {
  background-image: url(images/overlay.png); 
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 100;
  width:  100%;
  height: 100%;
}

* html #GB_overlay {
  background-color: #000;
  background-color: transparent;
  background-image: url(images/blank.gif);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
}

#GB_window {
  top: 10px;
  left: 0px;
  position: absolute;
  background: #fff;
  border: 5px solid #aaa;
  overflow: auto;
  width: 400px;
  height: 400px;
  z-index: 150;
}

#GB_frame {
  border: 0;
  overflow: auto;
  width: 100%;
  height: 378px;
}

#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 {
  position: absolute;
  top: 2px;
  right: 5px;
  cursor: pointer;
  cursor: hand;
}






/*********************************************************************/
.popactivity 
{
   
    text-align :left ;
 padding:0px;
 margin:0px;
 border :solid 1px gray;   
}

.popactivity fieldset
{
     padding:0px;
  width :470px;
  position :absolute ;
  
  margin :10px 0 0 20px;
}

.popactivity fieldset dl dt
{
    padding:0px;
    float: left;
    font-weight: bold;
    color: #3366CC;
    margin :5px;
    clear:left  ;
    width :140px;
    text-align :left ;
}
.popactivity fieldset dl dd
{
    padding:0px;
    float: right;
    margin: 5px;
    clear: right;
    width: 280px;
    text-align: left;
    font-size: 12px;
    color: #333333;
}


.popactivity .activityhistory
{
   
    top :250px;
    height:171px;
    width :97%;
    overflow :scroll;
    border :solid 1px gray;
   
    
    
}

.popactivity [type="submit"]
{
    padding:  3px 1px 3px 1px;
    margin :0px;
    color: #333333;
    font-size: 11px;
    font-weight :bold ;
    float :left ;
    
}

.popactivity [type="button"]
{
    padding:  3px 1px 3px 1px;
    margin :0px;
    color: #333333;
    font-size: 11px;
    font-weight :bold ;
    float :left ;
    
}
