/* Last-Modified: 23/06/06 01:24:27 */

/**
 * Current style
 */
.GB_t_frame {
  color: #444;
  font-size: 12px;
  
}

.GB_content {
  background:url(../images/gbheader.gif) top no-repeat #fff;
}

.GB_loader {
    padding-top:10px;
}

.GB_caption {
  text-align: left;
  float:left;padding-left:10px;
}

.GB_close {
  float:right;
  cursor:pointer;
  margin-right:2px;
  height:12px;
  width:12px;
  font-size:12px;
}

/**
 * Base stuff
 */
#GB_overlay {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 100;
}

#GB_window {
  position: absolute;
  left: 0;
  top: 0;
  font-family: Tahoma;
  font-size: 1px;
  overflow: visible;
  z-index: 150;
}

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


/**
 * Content
 */
.GB_t_frame {
  margin: 0;
  padding: 0;
  border:2px solid #999;
  border-collapse: collapse;
  margin-top:10px;
  background:url(../images/gbheader.gif) top no-repeat;
}

.GB_content {
  padding: 0;
  margin: 0;
  vertical-align: top;
  margin-bottom: 25px;
  z-index: 155;
}

.GB_loader {
  z-index: 500;
  left: 6px;
  font-size: 15px;
  text-align: center;
}


/**
 * Header
 */
.GB_header {
  height:48px;
  padding:8px 5px 0 70px;
  font:bold 16px Tahoma;
  line-height:18px;
  color:#fff;
}

.GB_container {
  margin: 0;
  padding: 0;
}
