@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:640px;
	height:385px;
	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:640px;
	height:385px;
	top:0px;
	left:0px;
	background-color:#000000;
	z-index: 99;
}

#logoContainer	{
	position:absolute;
	width:134px;
	height:67px;
	top:319px;
	left:484px;
	z-index:98;
}

#nowPlayingContainer {
	position:absolute;
	width:292px;
	height:92px;
	top:143px;
	left:677px;
}

/* media container element - can have a background if necessary */
#mediaContainer {
	position:absolute;
	width:325px;
	height:275px;
	top:4px;
	left:309px;
}
	/* 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:12px;
	}
	
	#getSilverlightIcon{
		position:absolute;
		margin:30px 0px 0px -126px;
	
	}
	
	

/* sync ad container element - can have a background if necessary */	
#adContainer1 {
	position:absolute;
	width:150px;
	height:150px;
	top:69px;
	left:160px;
}

	/* 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; 
	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:580px;
	height:150px;
	top:224px;
	left:11px;
}
	
#poweredByContainer {
	position:absolute;
	width:220px;
	height:30px;
	top:354px;
	left:228px;
}
