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

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

.GB_content {
	background-color: #D1D19E;
	border-top-width: 2px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #C5C7A4;
	border-right-color: #C5C7A4;
	border-bottom-color: #C5C7A4;
	border-left-color: #C5C7A4;
}

.GB_loader {
  color: #616161;
  background-color: #fff;
}

.GB_header {
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #C5C7A4;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.GB_caption {
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 10px;
	letter-spacing: 2px;
}

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

#GB_window {
	font-family: Arial, Helvetica, sans-serif;
	left: 0;
	top: 0;
	font-size: 1px;
	position: absolute;
	overflow: visible;
	z-index: 150;
}

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


/**
 * Content
 */
.GB_t_frame {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}

.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_caption {
  position: absolute;
  text-align: center;
}

.GB_header {
  vertical-align: middle;
  padding: 5px 4px 5px 4px;
  margin: 0;
}

.GB_close {
	z-index: 200;
	float: right;
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
}

.GB_close img {
  width: 11px;
  height: 11px;
  margin-right: 3px;
}

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

