/* - - - - - - - - - - - - - - - - - - - - -

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:50%;
	left:50%;
	z-index:9999;
	width:500px;
	height:400px;
	margin:-220px 0 0 -250px;
	border:1px solid #fff;
	background:#FDFCE9;
	text-align:left;
}
#lightbox[id]{
	position:fixed;
}

#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;
}

#lightbox.done img{
	width:100%;
	height:100%;
}


.popup-top-left{background:url(images/top-left.png) no-repeat; width:24px; height:48px;}
.popup-top-right{background:url(images/top-right.png) no-repeat; width:24px; height:48px;}
.popup-top-bg{background:url(images/top-bg.png);}


.popup-bottom-left{background:url(images/bottom-left.png) no-repeat; width:24px; height:48px;}
.popup-bottom-right{background:url(images/bottom-right.png) no-repeat; width:24px; height:48px;}
.popup-bottom-bg{background:url(images/bottom-bg.png);}

.popup-content-left{background:url(images/content-left-bg.png); width:24px;}
.popup-content-right{background:url(images/content-right-bg.png); width:24px;}
.popup-content-bg{background:url(images/content-bg.png); line-height:150%;}

.popup-header{font-size:11px;color:#6d6d6d;font-weight:bold;}

.popup-button-padding-top{padding-top:8px;} 

/*.bg-BuR-000110{background-color:#f4f4f4;border:1px #969695 solid;}*/
.popupdiv
{
Z-INDEX: 100; 
visibility: hidden;
background:transparent;
POSITION: absolute;
}

.iframe
{
visibility: visible;
background:transparent;
POSITION: absolute;
border:0px #969695 solid;
width:0px;
height:0px;
z-index:0;
}
h1 {text-decoration: none; line-height: 120%}
p {line-height: 150%}
.bodypopup
{
margin:0px; padding: 0px; overflow: hidden;
}
.iframehigh
{
display:none;
POSITION: absolute;
left:0px;
top:0px;
z-index:99;
}

td{}
.right{text-align:right;}

.button-mouseover{text-align:center;padding-left:5px;padding-right:5px; height:20px;background:url(images/bg_button_mover.gif);border:1px solid #c68c01;}
.button-mouseout{text-align:center;padding-left:5px;padding-right:5px; height:20px;background:url(images/bg_button_mout.gif);border:1px solid #8e8e8e;}
.frm-buttondisabled{text-align:center;padding-left:5px;padding-right:5px; height:20px;background:url(images/bg_button_mout.gif);border:1px solid #8e8e8e;}
.frm-button{text-align:center;padding-left:5px;padding-right:5px; height:20px;background:url(images/bg_button_mout.gif);border:1px solid #8e8e8e;}

.SetFont{font-family:Tahoma,Verdana,Arial,Helvetica,sans-serif;font-size:12px;color:#000000;}

