/* InteractiveOne MediaOverlay
 * 
 * @author Jeff Clarke
 * @version 0.1
 * 
 * CONTENTS
 * 0. Fonts				@fonts
 * 1. Shade 			@shade
 * 2. Sponsored BG 		@sponsored_bg 
 * 3. Tray				@tray
 * 4. Modules 			@modules
 *    A. Sponsored		@sponsored
 *    B. More Content	@more_content
 *    C. Gallery		@gallery
 *    D. Ad				@ad
 * 5. Launcher			@launcher
 * 6. Utility			@utility
 * 
 */
 


/** Shade @shade **/
#media_shade{
	position:fixed;
	margin:0px;
	padding:0px;
	top:0px;
	left:0px;
	background-color:#000000;
	width:100%;
	height:100%;
	z-index:10000;
}
#media_shade.png_alpha_shade{
	background:url('../images/mediatray/shade_bg_75.png') 0px 0px;
}

/** Sponsored BG @sponsored_bg **/
.mt_sponsored_bg{
	position:absolute;
	top:50%;
	left:50%;
	width:980px;
	height:780px;
	margin-left:-490px;
	margin-top:-390px;
	background-repeat:no-repeat;
}

.mt_sponsored_bg img{
	border:0px;
}

/** Tray @tray **/
#media_tray, .media_tray{
	position:fixed;
	width:844px;
	height:574px;
	top:50%;
	left:50%;
	margin-left:-422px;
	margin-top:-287px;
	background-color:#FFFFFF;
	font-family:"Lucida Grande",Lucida,Verdana,sans-serif !important;
	color:#000000;
	z-index:10002;
}

.mt_contents{
	width:844px;
	height:574px;
}

.tray_close{
	display:block;
	position:absolute;
	top:16px;
	right:16px;
	width:72px;
	height:20px;
	padding-top:3px;
	background:url('../images/mediatray/close.png') 49px 0px no-repeat;
	font-size:13px;
	text-transform:uppercase;
	cursor:pointer;	
	color:#6699FF !important;
	text-decoration:none;
}
.tray_close:hover{
	text-decoration:underline;
}
.tray_title{
	position:absolute;
	font-size:26px;
	top:26px;
	left:182px;
	overflow:hidden;
	width:570px;
	height:36px;
}

.no_default_sponsor .tray_title{
	left:27px;
	width:730px;
}

/** Modules @modules **/
.tray_module{
	position:absolute;
}

/* Sponsored Module @sponsored */
.sponsor_module{
	left:26px;
	top:12px;
	width:142px;
	height:62px;
	overflow:hidden;
}

.sponsor_inactive{
	/*background:url('../images/mediatray/channel_logo.png') 0px 0px no-repeat;*/
	display:none;
}

.sponsor_module .active{
	background:none;
	border:1px solid #FFFFFF;
}

.sponsor_module:hover .active{
	border:1px solid #FF0000;
}

/* More Content Module @more_content */
.more_content_module{
	width:302px;
	height:214px;
	right:12px;
	top:348px;
}

/* Gallery Module @gallery */
.gallery_module{
	left:0px;
	top:84px;
	width:504px;
	height:478px;
}

/* Ad Module @ad */
.ad_module{
	top:84px;
	right:12px;
	width:315px;
	height:252px;
}
.tray_ad{
	width:300px;
	height:250px;
	position:absolute;
	right:0px;
}

.ad_module .active{
	border:1px solid #CCCCCC;
}

.ad_module:hover .active{
	border:1px solid #AD0082;
}

.ad_module .ad_text{
	/*display:none;*/
	width:10px;
	height:66px;
	top:0px;
	left:0px;
	position:absolute;
	background:url('../images/mediatray/ad_text.png') 0px 0px no-repeat;
}

/** BGLoader @bgloader */
.bg_loader_module{
	width: 1px;
	height:1px;
	overflow:hidden;
}

/** Launcher @launcher */

.gallery_launcher{
	width:100%;
	height:630px;
	overflow:hidden;
	margin:0px;
}

#gallery_open_button{
	margin-top:8px;
	width:132px;
	height:32px;
	background:url('../images/mediatray/view_photos_button.png') 0px 0px no-repeat;
	text-indent:-990em;
	float:left;
	overflow:hidden;
}

#gallery_open_button:hover{
	background-position:0px -32px;
}

/** Utility @utility **/
.overlay_gallery_cloak{
	visibility:hidden;
}

.clear{
	clear:both;
}
