/*  LIGHTBOX */
#underlay {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index:1001;
	-moz-opacity: 0.6;
	opacity:.60;
	filter: alpha(opacity=60);
}

/* IE6 iframe backer */
#underlay iframe {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	filter: mask();
	width: 0px;
	height: 0px;
}


.dialog-component {
	display: none;
	position: absolute;
	top: -9999px;
	left: -9999px;
	width: 1px;
	height: 1px;
	z-index:1002;
	font-size: 12px;
}
.dialog-component .dialog-component-content {
	margin: 10px;
}
.dialog-component .dialog-component-title {
	text-align: left;
	color: #000;
	margin: 18px 30px 0 10px;
}
.dialog-component table.head span.btn-close {
	position: absolute;
	top: 20px;
	right: 25px;
	width: 8px;
	height: 8px;
	background-image: url(../img/interface/dialog/btn-close.gif);
	cursor: pointer;
	overflow: hidden;
}


/* 
	COX ROUNDED CORNERS + DROP SHADOWS
*/
.dialog-component table {
	border: none;
}
.dialog-component table td { 
	border: none;
	}
.dialog-component table.head {
	width: 100%;
}
.dialog-component table.body {
	width: 100%;
}
.dialog-component table.foot {
	width: 100%;
	margin: 0;
}
/*  I think we can nuke this....needs regression though. */
.dialog-component td, .dialog-component tr {
	margin: 0; padding: 0;
}
.dialog-component table.head td.tl {
	width: 9px;
	height: 41px;
	background: transparent url(../img/interface/dialog/top-left.png) 0 0 no-repeat;
}
.dialog-component table.head td.t {
	font-size: 1.25em;
	height: 41px;
	background: transparent url(../img/interface/dialog/bg-hdr-dialog.png) 0 0 repeat-x;
}
.dialog-component table.head td.tr {
	width: 11px;
	height: 41px;
	background: transparent url(../img/interface/dialog/top-right.png) 0 0 no-repeat;
}
.dialog-component table.body td.l{
	width: 9px;
	background: transparent url(../img/interface/dialog/left.png) top center no-repeat;
}
.dialog-component table.body td.c {
	background-color: #fff;
	font-size: 1em; /* reset default td font size */
}

.dialog-component table.body td.r{
	width: 11px;
	background: transparent url(../img/interface/dialog/right.png) 0 0 no-repeat;
}

.dialog-component table.foot td.bl {
	width: 8px;
	height: 11px;
	background: transparent url(../img/interface/dialog/bottom-left.png) 0px 0px no-repeat;

}
.dialog-component table.foot td.b{
	height: 11px;
	background: transparent url(../img/interface/dialog/bottom.png) 0 0 repeat-x;
}
.dialog-component table.foot td.br {
	width: 11px;
	height: 8px;
	background: transparent url(../img/interface/dialog/bottom-right.png) 0 0px no-repeat;
}
.dialog-component-title {
	margin: 0;
	text-align: center;
	color:#888;
	font-weight: bold;
}

/* text for print button*/
#print-dialog .btn-print{
	/*text for the print button */
	color: #fff;
	position:relative;
	background-color: transparent;
	margin: -2px 0 0 -2px;
	line-height: 18px;
	*margin:0 0 0 5px;
	cursor: pointer;
}

/*Print and close buttons in the lightbox*/
#print-dialog .btn-print{
	background:url(../img/interface/buttons/btn-print-this-page.gif) no-repeat;
	width:106px;
	height:26px;
	position: absolute;
	top: 15px;
	left: 20px;
}


#print-dialog #print-frame {
	width:100%;
	height:100%;
}

#print-dialog iframe{
	overflow-x:hidden;
	z-index:-1002;
}
