@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:624px;
	height:480px;
	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:550px;
	height:500px;
	top:0px;
	left:0px;
	background-color:#000000;
}

#logoContainer	{
	position:absolute;
	width:624px;
	height:193px;
	top:0px;
	left:0px;
}

#nowPlayingContainer {
	position:absolute;
	width:204px;
	height:113px;
	top:202px;
	left:382px;
}

#getSilverlightIcon {
	position: absolute;
	left: 511px;
	top: 10px;
	width: 103px;
	height: 33px;
}



/* media container element - can have a background if necessary */
#mediaContainer {
	position:absolute;
	width:325px;
	height:275px;
	top:187px;
	left:27px;
}
	/* media container sub elements */
	
	#TargetSpotContainer{
		position:absolute;
		width:300px; 
		height:250px; 
		top:12px; 
		left:12px;
		z-index:11;
		background-color:#00CCCC;
	}
	
	#SilverlightControlHost {
		position:absolute; 
		width:300px; 
		height:250px; 
		top:12px; 
		left:12px;
		z-index:10;
	}
	
	#WindowsMediaControlHost {
		position:absolute; 
		width:300px; 
		height:250px; 
		top:12px; 
		left:12px;
		z-index:10;
	}

/* sync ad container element - can have a background if necessary */	
#adContainer1 {
	position: absolute;
	left: 381px;
	top: 325px;
	width: 125px;
	height: 125px;
}

	/* ad region 1 sub element(s) */
	
	#syncAd {
		position: absolute;
		left: 0;
		top: 0;
		width: 125px;
		height: 125px;
	}
	
/* 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:38px;
	height:260px;
	top:196px;
	left:342px;
}
	
#poweredByContainer {
	position:absolute;
	width:624px;
	height:26px;
	top:456px;
	left:0px;
}

* {outline: none; } /* This is becase of a Firefox issue with swfobject. */
