@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:589px;
	height:612px;
	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:589px;
	height:612px;
	top:621px;
	left:310px;
	background-color:#000000;
}

#logoContainer	{
	position:absolute;
	width:119px;
	height:124px;
	top:174px;
	left:413px;
}

#headerContainer	{
	position:absolute;
	width:589px;
	height:155px;
	top:0px;
	left:0px;
}

#nowPlayingContainer {
	position:absolute;
	width:300px;
	height:94px;
	top:166px;
	left:45px;
}

/* media container element - can have a background if necessary */
#mediaContainer {
	position:absolute;
	width:325px;
	height:275px;
	top:274px;
	left:33px;
}
	/* media container sub elements */
	
	#SilverlightControlHost {
		position:absolute; 
		width:300px; 
		height:250px; 
		top:12px; 
		left:12px;
	}
	
	#WindowsMediaControlHost {
	position:absolute;
	width:300px;
	height:250px;
	top:12px;
	left:8px;
	}

/* sync ad container element - can have a background if necessary */	
#adContainer1 {
	position:absolute;
	width:150px;
	height:150px;
	top:330px;
	left:399px;
}

	/* ad region 1 sub element(s) */
	
	#syncAd {
	position:absolute;
	width:125px;
	height:125px;
	top:13px;
	left:16px;
	}
	
/* 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:344px;
	height:45px;
	top:544px;
	left:24px;
}
	
#poweredByContainer {
	position:absolute;
	width:190px;
	height:85px;
	top:509px;
	left:350px;
}
