

/*-------------
   LIGHTBOX
 -------------*/

.lightbox-background { width:100%; height:100%; position:absolute; top:0; left:0;  background:transparent url("../javascripts/black-50.png") top left repeat; }

#lightbox { z-index:999; }
	#lightboxInside { width:509px; height:332px; position:absolute; top:150px; left:50%; text-align:left; }
		#lightboxContent { background:#E2F3F5 url("../images/background-pattern.gif") repeat left top; position:absolute; left:-255px; }
			#lightboxContentInside { margin:10px; margin-top:10px; background:#fff; height:312px; width:489px; overflow:hidden; position:relative; }
				#lightboxPanels { width:15000px; display:block; }
					#lightboxPanels li, .lightbox-panel { width:489px; height:312px; display:block; float:left; position:relative; }
						#lightboxPanels li .inner { margin:2em; }

.lightbox-panel .inner { margin:2.9em 1.8em 1em 1.8em; }
	.lightbox-panel .title { display:block; width:450px; height:53px; overflow:hidden; text-indent:-9999px; background:transparent url("../images/lightbox-header-text.gif") left top no-repeat; border-bottom:1px solid #6A737B; margin-bottom:2.3em; }
		#lightboxAnnouncement.lightbox-panel .title { background-position:0 0; }
		#lightboxFitnessTip.lightbox-panel .title { background-position:0 -61px; }
	.lightbox-panel .date { color:#6D6D6D; font-size:1.1em; text-transform:uppercase; }
	.lightbox-panel .body { margin-top:1.8em; }

#lightboxButtons { position:absolute; left:110px; z-index:100; }

#lightboxPrevious,
#lightboxClose,
#lightboxNext { display:block; width:43px; height:43px; position:relative; top:-21px; float:right; cursor:pointer; }

#lightboxPrevious { background:transparent url("../images/lightbox/lightbox-previous.png") top left no-repeat; }
#lightboxClose { background:transparent url("../images/lightbox/lightbox-close.png") top left no-repeat; }
#lightboxNext { background:transparent url("../images/lightbox/lightbox-next.png") top left no-repeat; }

#lightboxPrevious.disabled,
#lightboxNext.disabled { opacity:0.3; }




/*---------------------------
   PRINT GUEST PASS LIGHTBOX
 ----------------------------*/

#printGuestPassLightbox { z-index:997; }
	#printGuestPassLightboxInner { width:616px; height:437px; background:transparent url("../javascripts/winbackGraphic.gif") left top no-repeat; position:fixed; z-index:100; top:50; left:0; }
	a#printGuestPassLightboxCloseButton { display:block; width:50px; height:50px; float:right; cursor:pointer;  margin-right:12px;}
	a#printGuestPassLightboxNoThanksButton {display:block; width:25px; height:25px; position:absolute; right:-20px; top:-270px; cursor:pointer; }
	a#printGuestPassLightboxButton { display:block; width:185px; height:77px; position:absolute; left:36px; top:377px; cursor:pointer; background:transparent url("../images/lightbox/print-guest-pass.png") -36px -377px no-repeat; }
	
	
.newsletterForm {

text-align: center;
position:relative;
overflow:visible;

font-family: Arial, Verdana, sans-serif;
line-height: .8em;
font-size: .8em;
display:block;
width: 194px;
float: right;
margin-right: 30px;
margin-top: 280px;

}

.newsletterTextField {
font-size: .9em;
color: #666;
width: 190px;
border: solid 1px #2c75bb;
}

.newsletterSubmit {
margin-top: 5px;
width: 44px;
height: 22px;
float:right;
background-image: url("../javascripts/submit.gif")  no-repeat left top;

}
