/* the overlayed element */
div.overlay {
	
	/* growing background image */
	background-image:url(overlay/apple.png);
	
	/* dimensions after the growing animation finishes  */
	width:600px;
	height:470px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:55px;
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(overlay/apple-close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:27px;
	width:27px;
}


/* black */
div.overlay.black {
	background:url(overlay/transparent.png) no-repeat !important;
	color:#fff;
}

/* petrol */
div.overlay.petrol {
	background:url(overlay/petrol.png) no-repeat !important;
	color:#fff;
}

div.black h2, div.petrol h2 {
	color:#ddd;		
}

div.overlay h2 { font: 16px/18px "helvetica","verdana"; font-weight: bold; color:#f00; margin-bottom:10px; padding-bottom:0px;  }
.overlay p { }
div.overlay .phase { float: left; margin: 0px 20px 20px 0; }

_button { padding: 10px; width: 180px; height:100px; border:1px solid #b3740d; overflow: hidden; margin: 10px; }

_button.staff { width: 80px; margin: 5px;  padding: 10px; height:100px; text-align:center; border: 0px solid #000; }

_button.facility { width: 160px; height: 35px; padding: 0px 10px; margin: 2px; border: 1px solid #000; background: #00718f; color: #fff; font-size: 11px; font-family: "helvetica","arial"; font-weight: bold; text-align: left; }