/*
* Tridion Lightbox CSS
*/

/*Standard lightbox classes*/
.lightbox-hidden
{
	display: none;
}

.lightbox-hide
{
	z-index: 0;
	display: none;
}

.lightbox-show
{

	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: #000;
	filter:alpha(opacity=75);
	opacity: 0.75;
	z-index: 1000000;
}

.lightbox-area
{
	position: absolute;
	width: 640px;
	height: 180px;
	margin-left: -320px;	
	top: 400px;
	left: 50%;
	background-color: #000000;
	z-index: 1000010;
}

.lightbox-form
{
	width: 640px;
	height: 180px;
	border: 2px outset;
	background: #FFFFFF url('/sysimages/lightbox-bg.jpg') repeat-x;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.lightbox-msg-area
{
	height: 120px;
	width: 640px;
}

.lightbox-msg-tbl
{
	height: 120px;
	width: 640px;
	border: 0;
}

.lightbox-msg-td
{
	height: 120px;
	overflow: hidden;
	border: 0;
}

.lightbox-buttons
{
	height: 60px;
	width: 640px;
	padding-top: 15px;
	text-align: center;
}

.lightbox-button-proceed
{
	width: 320px;
	height: 32px;
	float: left;
}

.lightbox-button-cancel
{
	width: 320px;
	height: 32px;
	float: left;
}

.lightbox-close-header
{
	height: 20px;
	text-align: right;
	margin: 5px 5px 0 0;
}

/*************************************************
*  Video Lightbox
*************************************************/
.lightbox-video-area
{
	position: absolute;
	width: 719px;
	height: 654px;
	margin-left: -360px;	
	top: 260px;
	left: 50%;
	background-color: none;
	z-index: 1000010;
}

.lightbox-video-form
{
	width: 680px;
	height: 557px;
	background: url('/sysimages/az_overlay_bg.gif') no-repeat;
	background-color:none;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 0 6px;
}

.lightbox-video-msg-area
{
	height: 567px;
	width: auto;
	margin-left: 16px;
	padding-top:18px;
}

.lightbox-video-header
{
	width: 600px;
	font-size: 13px;
	line-height: 1.2em;
	margin:0;
	padding:0;
	float:left;
	font-weight:bold;
}

.lightbox-video-video
{
	height: 400px;
	width:640px;
	padding-top: 16px;
	clear:both;
}

.lightbox-video-footer-text
{
	font-size: 10px;
	line-height: 1.2em;
	clear:both;
	margin-top:10px;
	width: 630px;
}

.lightbox-video-bottom
{
	background: #FFFFFF url('/sysimages/az_bc_vid_btm.jpg') no-repeat;
	height: 56px;
	width: 707px;
	text-align: center;
}

.lightbox-video-btm-link
{
	padding-top: 10px;
	text-align: left;
}
.lightbox-video-btm-link span{
	font-size:10px;
	margin-bottom:3px;
	display:block;
	float:left;
}
.lightbox-video-btm-link a{
	margin:0;
	padding:0;
	display:block;
	float:left;
	margin-left:5px;
}
.lightbox-video-btm-link a img{
	margin:0;
	padding:3px 0 0 0;
}
.lightbox-close-btn{
	float:right;
	margin:-10px 10px 0 0;
	display:block;
}
.az_branding{
	float:right;
	margin:-15px 15px 0 0;
}
