@charset "utf-8";
/* CUSTOM PLAYER STYLE SHEET */

/* ###  AESTETICS ### */
body {
	background-color: #000000;
}

.browserDetect {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #FFFFFF;
	font-weight: normal;
}

/* ###  LAYOUT ### */

/* ROOT LEVEL CONTAINER & BACKGROUND ELEMENT */
#playerContainer {
	position:absolute;
	width:550px;
	height:535px;
	top:0px;
	left:0px;
	background-image: url(../images/player_background.jpg);
	background-repeat:no-repeat;
}

/* ## DONT FORGET TO TEST DECISION TREE LAYOUT!! */
#decisionTree {
	position:absolute;
	width:300px;
	height:250px;
	top:106px;
	left:13px;
}

#logoContainer	{
	position:absolute;
	width:398px;
	height:82px;
	top:2px;
	left:82px;
}

#nowPlayingContainer {
	position:absolute;
	width:323px;
	height:112px;
	top:423px;
	left:0px;
}

/* media container element - can have a background if necessary */
#mediaContainer {
	position:absolute;
	width:325px;
	height:275px;
	top:103px;
	left:3px;
}
	/* 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;
	}

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

	/* 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:228px;
	left:398px;
}

	/* ad region 2 sub element(s) */
	
	#staticAd {
		position:absolute; 
		width:125px; 
		height:125px; 
		top:13px;
		left:12px;
	}
	
#controlsContainer {
	position:absolute;
	width:550px;
	height:154px;
	top:383px;
	left:0px;
}
	
#poweredByContainer {
	position:absolute;
	width:264px;
	height:40px;
	top:383px;
	left:280px;
}
