/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */

#lightbox{
	display:none;
	position: absolute;
	top:40%;
	left:40%;
	z-index:9999;
	margin:-220px 0 0 -250px;
	border:12px solid #fff;
	background:#fff;
	text-align:left;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}


/* Custom ----------------------------------- */

table#floorTable { font-family: helvetica, arial, sans; width: 750px; height: 585px; border: 1px solid #ccc; border-right: 0px; border-bottom: 0px; }
table#floorTable td { border: 1px solid #ccc; border-left: 0px; border-top: 0px; }

td#unitTitle { vertical-align: middle; padding: 4px 0 0 8px; width: 200px; height: 30px; background-color: #000; color: #fff; font-size: 12px; letter-spacing: 2px; }
td#unitDetails { vertical-align: top; padding: 10px 0 0 8px; font-size: 13px; }
td#unitDetails p { color: #000; line-height: 25px; }

td#closeButt { padding: 0 0 0 16px; height: 50px; vertical-align: middle; }
td#closeButt a { font-size: 11px; text-decoration: none; color: #ff0000; font-weight: bold; }
td#closeButt a:hover { color: #000; }
td#closeButt b { margin-right: 5px; }

td#unitImage div#pCont { float: right; margin: 5px 10px 30px 0; }
td#unitImage div#pCont a:hover { border-bottom: 2px dotted #ff0000; }

td#unitImage div#iCont { text-align: center; vertical-align: middle; }
