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

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:0%;
	z-index:9999;
	width:400px;
	height:200px;
	border:1px solid #000;
	text-align:left;
	background-color: #f9f9f9;
	left: 50%;
	margin: 20px 0 0 -360px;
	border-bottom: 3px solid #000;
	border-right: 3px solid #000;
}
#lightbox[id]{
	position:fixed;
}

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

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

#lightbox.done img{
	width:100%;
	height:100%;
}
#dialog {
}
#dialog th {
	background-image: url(file:///D|/sites/greta/images/menu_bg.gif);
	font-weight: bold;
	line-height: 25px;
}
#dialog th a {
	color: #000000;
	display: block;
}
#dialog th a:hover {
	color: #FF0000;
	text-decoration: none;
}
