v\:* {
  behavior:url(#default#VML);
}

.clear {
	clear:both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.middle {
	vertical-align: middle;
}

.center, .align-center {
	text-align:center;
}

.align-left {
	text-align:left;
}

.align-right {
	text-align:right;
}

.hidden {
	visibility: hidden;
}

.display-none {
	display: none;
}
.bold, .bold a {
	font-weight: bold;
}

.relative {
	position:relative;
}

.inline {
	display: inline;
}
.block {
	display: block;
}

.normal-weight {
	font-weight: normal;
}

.half-width {
	width: 50%;
}

.black {
	color:black;
}

.underline {
	text-decoration:underline;
}

.quiet-1 {
	color:#333;
}



#GB_loader {
	position: absolute;
}

#GB_overlay {
  background-image: url(/images/lightbox-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(blank.gif);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}

#GB_window {
  top: 15%;
  left: 0px;
  position: absolute;
  background: #fff;
  border: 3px solid #CCC;
  overflow: hidden;
  width: 400px;
  height: 400px;
  z-index: 150;
}

#GB_frame {
  border: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

#GB_caption {
	padding: 4px 0px 12px 16px;
	font-weight: bold;
	font-size: 15px;
}

#GB_window img {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  cursor: hand;
}
