/* customizable settings */

/* settings for window where page loads */
#GB_window {
  
 
}

/* settings for caption */
#GB_caption {
	font: 0px bold helvetica, verdana, sans-serif;
	 
	
}

/*overlay for all but Mac FF*/
.GB_overlayBG {
  background-color:#000;
	filter:alpha(opacity=60);
	opacity: 0.80;
}
/*overlay for Mac FF to deal with Flash in iFrame problem*/
.GB_overlayMacFFBGHack {
  background-image: url(file:///C|/Users/Tate/AppData/Local/Temp/Temp1_MM_JAVASCRIPT.zip/MM_JAVASCRIPT/chapter08/greybox/macFFBgHack.png);
}

/* "loading" image */
#GB_loading {
	background: white url(file:///C|/Users/Tate/AppData/Local/Temp/Temp1_MM_JAVASCRIPT.zip/MM_JAVASCRIPT/chapter08/greybox/loading.gif) no-repeat 50% 50%; 
}
/*end of custom settings*/



/*GREYBOX settings*/
#GB_overlay {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 100;
  width:  100%;
  height: 100%;
}

/* for IE 6 overlay */
* html body, * html {
	height: 100%;
  width: 100%;
}



#GB_window {
  top: 10px;
  left: 0px;
  position: fixed;
  overflow: hidden;
  z-index: 150;
}


/* IE-6 overrule fixed */
* html #GB_window {
  position: absolute;
}




#GB_frame {
  border: none;
  overflow: hidden;
  width: 100%;
}

#GB_caption {
	margin: 0;
	text-align: left;
	position: relative;
	z-index: 100;
	cursor: pointer;
	background-image:url(../images/close_popup.png);
	background-repeat:no-repeat;
	margin-top:10px;
	color:transparent;
	background-color:transparent;
}

#GB_loading {
  position:absolute;
	width: 100%;
	height: 100%;
}


