@charset "utf-8";
/* CUSTOM PLAYER STYLE SHEET */

/* ###  AESTETICS ### */
body {
	background-color: #000000;
}

.browserDetect {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	font-weight: normal;
}

/* ###  LAYOUT ### */

/* ROOT LEVEL CONTAINER & BACKGROUND ELEMENT */
#playerContainer {
	position:absolute;
	width:694px;
	height:470px;
	top:0px;
	left:0px;
	background-image: url(../images/player_background.jpg);
}

/* ## DONT FORGET TO TEST DECISION TREE LAYOUT!! &&
MAKE SURE TO SET WIDTH AND HEIGHT OF DECISION TREE TO SAME DENSIONS AS FULL PLAYER SIZE - ("playerContainer" div above)*/
#decisionTree {
	position:absolute;
	width:694px;
	height:470px;
	top:0px;
	left:0px;
}

#logoContainer	{
	position:absolute;
	width:190px;
	height:133px;
	top:239px;
	left:485px;
}

#nowPlayingContainer {
	position:absolute;
	top:129px;
	left:358px;
	width: 285px;
	height: 104px;
}

#getSilverlightIcon {
	position:absolute;
	width:208px;
	height:59px;
	top:-129px;
	left:44px;
}


/* media container element - can have a background if necessary */
#mediaContainer {
	position:absolute;
	width:300px;
	height:250px;
	top:127px;
	left:47px;
	z-index:10;
}
	/* media container sub elements */
	
	#AdTileContainer{
		position:absolute;
		width:300px; 
		height:250px; 
		top:0px; 
		left:0px;
		z-index:15;
	}
	
	
	
	#TargetSpotContainer{
		position:absolute;
		width:300px; 
		height:250px; 
		top:0px; 
		left:0px;
		z-index:20;
	}
	
	#SilverlightControlHost {
		position:absolute; 
		width:300px; 
		height:250px; 
		top:0px; 
		left:0px;
		z-index:10;
	}
	
	#WindowsMediaControlHost {
		position:absolute; 
		width:300px; 
		height:250px; 
		top:0px; 
		left:0px;
		z-index:10;
	}

/* sync ad container element - can have a background if necessary */	
#adContainer1 {
	position:absolute;
	width:125px;
	height:125px;
	top:249px;
	left:359px;
}

	/* ad region 1 sub element(s) */
	
	#syncAd {
	position:absolute;
	width:125px;
	height:125px;
	top:0px;
	left:0px;
	}
	
/* static container element - can have a background if necessary */	
#adContainer2 {
	position:absolute; 
	width:150px;
	height:150px; 
	top:260px; 
	left:378px; 
	background-image: url(../images/ads_background.gif);
}

	/* ad region 2 sub element(s) */
	
	#staticAd {
		position:absolute; 
		width:125px; 
		height:125px; 
		top:13px;
		left:12px;
	}
	
#controlsContainer {
	position:absolute;
	width:396px;
	height:65px;
	top:378px;
	left:32px;
}
	
#poweredByContainer {
	position:absolute;
	width:176px;
	height:20px;
	top:396px;
	left:481px;
}

