/* lightBox.css - private css overrides default LightBox stylesheet */

/* mask */
.mask
{
	z-index: 1;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	-moz-opacity: .666;
	opacity: .666;
	filter: alpha(opacity=67);
	background-color: #000;
}

/* panel underlay styles */
.yui-panel-container.shadow .underlay
{
	display: none;
}

/* panel styles */
.yui-panel
{
	position: relative;
	left: 0;
	top: 0;
	background-color: #000000;
	border: 1px solid #000000;
	border-collapse: separate;
	z-index: 1;
	visibility: hidden;
	overflow: hidden;
}

.yui-panel .hd
{
	color: #ffffff;
	height: 23px;
	background-color: #000000;
	border: 1px solid #000000;
}

#tcc_showImgPanelResizeBtnCon
{
	top: 8px !important;
	right: 32px !important;
	cursor: pointer;
}

.yui-panel .bd
{
	background-color: #000000;
	padding: 4px 4px 6px;
	*padding: 4px 4px 9px;
}

.yui-panel .bd img
{
	border: 1px solid #ffffff;
}

.yui-panel .container-close
{
	position:absolute;
	top: 8px;
	right: 8px;
	height: 19px;
	width: 19px;
	cursor: pointer;
	background-image: url(/_images/blackbitClose.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	z-index: 6;
}

.yui-panel .ft
{
	display: none;
}
