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

Title : Lightbox CSS
Author : Zia
URL : http://arbisoft.com/

Created : May 3, 2007
Modified : May 5, 2007

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

.lightbox{
	display:none;
	position: absolute;
	z-index:9999;
	text-align:left;
	overflow:hidden;
}

.popup_body
{

}
.dialogcontent{clear:both;border-left:solid 1px #C5C5C5;border-right:solid 1px #C5C5C5;
background-color:#eee;
}
.titlebar{cursor: move;font-weight:bold;margin:0px 6px 0 6px;
background-image:url(../images/Orange_Cont_Head.gif); background-repeat:repeat-x;
}
.titlebutton{
float:left;width:6px;height:20px;
background-image:url(../images/Orange_Left_Head.gif); background-repeat:no-repeat;
}
.maxbutton,.restorebutton{cursor:pointer;display:inline;}
.maxbutton{background-image:url(../images/maximize.gif); background-repeat:no-repeat;
}
.restorebutton{background-image:url(../images/restore.gif); background-repeat:no-repeat;
}

.closebutton{
float:right;position:relative;top:0px;
background-image:url(../images/Orange_Right_Head.gif); background-repeat:no-repeat;
background-position:top right;
}
.closebutton,.titlebar{line-height:20px;}
.footer_cont{line-height:8px;margin:0px 6px 0 6px;
background-image:url(../images/popup_Footer_cont.gif); background-repeat:repeat-x;
}
.footer_left{float:left;width:6px;margin:0px;padding:0px;height:8px;
background-image:url(../images/popup_Footer_left.gif); background-repeat:no-repeat;
}
.footer_right{
float:right;width:6px;height:8px;position:relative;top:0px;
background-image:url(../images/popup_Footer_right.gif); background-repeat:no-repeat;
}
.dialog_footer{clear:both;}
/*.footer_cont,.footer_left,.footer_right{overflow:hidden;}*/

a.black_link
{
	text-decoration:none;
	font-weight:bold;
	color:#000000;
}
a.black_link:hover
{
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
}
.overlay{

	display:none;
	/*
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.4;
	opacity:.40;
	filter: alpha(opacity=40);
	*/

}
.overlay[id]{
	position:fixed;
}