/*	for home popup - I placed this here as I don't think we'll need it without facebox :P */
	#old_logos { width: 465px; height: 106px; background: url('images/old-logos-popup.gif') center center no-repeat; }
	#new_logo { width: 465px; height: 84px; background: url('images/new-logo-popup.gif') center center no-repeat; clear: left; }
	.grayBox { width: 470px; background: #686765; display: block; margin-left: -2px; float: left;  }
		.grayBox div { padding: 25px 40px 30px 40px; color: #FFFFFF; }
			.grayBox div h4 { font-size: 18px; font-weight: bold; }
			.grayBox div p { font-size: 14px; }
			.grayBox div p a { color: #FFFFFF; text-decoration: underline; }
/* new */
/* backgrounds */
#facebox .bgt { background:url('images/fb_new_bgt.png');  height: 29px; }
#facebox .bgb { background:url('images/fb_new_bgb.png'); height: 27px; }
#facebox .bgl { background:url('images/fb_new_bgl.png'); width: 32px; }
#facebox .bgr { background:url('images/fb_new_bgr.png'); width: 32px; }
/* corners */
#facebox .ntl { background:url('images/fb_new_tl.png'); width: 32px; height: 29px; }
#facebox .ntr { background:url('images/fb_new_tr.png'); width: 32px; height: 29px; }
#facebox .nbl { background:url('images/fb_new_bl.png'); width: 32px; height: 27px; }
#facebox .nbr { background:url('images/fb_new_br.png'); width: 32px; height: 27px; }
/* body */
#facebox .nbody {/* padding: 45px;*/ background: transparent url('images/fb_new_content_bg.png'); width: 370px; }
/* close button */
#facebox .close { background: transparent url('images/fb_new_closelabel.png') right no-repeat; padding: 3px 25px 3px 0; float: right; margin-right: -25px; color: #f4f4f4; }
/*	for content */
#facebox .fb_cnt_img { background: transparent url('images/fb_cnt_img_left.png') left no-repeat; padding-left: 110px; }

/*	the initial css is below this line, other than what I commented out */
#facebox .b {
  background:url(images/fb_b.png);
}

#facebox .tl {
  background:url(images/fb_tl.png);
}

#facebox .tr {
  background:url(images/fb_tr.png);
}

#facebox .bl {
  background:url(images/fb_bl.png);
}

#facebox .br {
  background:url(images/fb_br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}
/*
#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}
*/

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  /*border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
 */
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
