@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:709px; 
	height:419px; 
	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:709px;
	height:419px;
	top:0;
	left:0;
	
}

#logoContainer	{
	position:absolute;
	width:105px;
	height:95px;
	top:217px;
	left:577px;
}

#nowPlayingContainer {
	position:absolute;
	width:292px;
	height:92px;
	top:203px;
	left:82px;
}

/* media container element - can have a background if necessary */
#mediaContainer {
	position:absolute;
	width:325px;
	height:275px;
	top:48px;
	left:65px;
}
	/* media container sub elements */

	#TargetSpotContainer {
		position:absolute; 
		width:300px; 
		height:250px; 
		top:12px; 
		left:12px;
		z-index: 10;
	}
	
	
	#SilverlightControlHost {
		position:absolute; 
		width:300px; 
		height:250px; 
		top:12px; 
		left:12px;
		z-index: 20;
	}
	
	#WindowsMediaControlHost {
		position:absolute; 
		width:300px; 
		height:250px; 
		top:12px; 
		left:12px;
		z-index: 20;
	}

/* sync ad container element - can have a background if necessary */	
#adContainer1 {
	position:absolute;
	width:150px;
	height:150px;
	top:204px;
	left:386px;
}

	/* ad region 1 sub element(s) */
	
	#syncAd {
		position:absolute; 
		width:125px; 
		height:125px; 
		top:13px; 
		left:12px;
	}
	
/* static container element - can have a background if necessary */	
#adContainer2 {
	position:absolute; 
	width:150px;
	height:150px; 
	top:260px; 
	left:378px; 
}

	/* ad region 2 sub element(s) */
	
	#staticAd {
		position:absolute; 
		width:125px; 
		height:125px; 
		top:13px;
		left:12px;
	}
	
#controlsContainer {
	position:absolute;
	width:320px;
	height:45px;
	top:307px;
	left:69px;
}
	
#poweredByContainer {
	position:absolute;
	width:210px;
	height:50px;
	top:362px;
	left:283px;
}
