@charset "utf-8";
/* CUSTOM PLAYER STYLE SHEET */

/* ###  AESTETICS ### */
body {
	background-color: #000000;
}

.browserDetect {
	font: 12px "Arial", "Helvetica", sans-serif;
	color: #ffffff;
	font-weight: normal;
}

/* ###  LAYOUT ### */

/* ROOT LEVEL CONTAINER & BACKGROUND ELEMENT */
#playerContainer {
	position: absolute;
	left: 0;
	top: 0;
	width: 493px;
	height: 475px;
	background: url("../images/player_background.jpg") no-repeat left top;
}

/* ## 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;
	left: 0;
	top: 0;
	width: 611px;
	height: 449px;
}

#logoContainer {
	position: absolute;
	left: 0;
	top: 0;
	width: 263px;
	height: 149px;
}

#sponsorLogoContainer {
	position: absolute;
	left: 287px;
	top: -1px;
	width: 325px;
	height: 140px;
}

#nowPlayingContainer {
	position: absolute;
	left: 268px;
	top: 104px;
	width: 215px;
	height: 77px;
}

#getSilverlightIcon {
	position: absolute;
	left: 317px;
	top: 12px;
	width: 103px;
	height: 33px;
}


/* media container element - can have a background if necessary */
#mediaContainer {
	position: absolute;
	left: 15px;
	top: 157px;
	width: 320px;
	height: 240px;
	z-index: 10;
}
	/* media container sub elements */
	
	#AdTileContainer {
		position: absolute;
		left: 0;
		top: 0; 
		width: 320px; 
		height: 240px; 
		z-index: 15;
	}
	
	#TargetSpotContainer {
		position: absolute;
		left: 0;
		top: 0; 
		width: 320px; 
		height: 240px; 
		z-index: 20;
	}
	
	#SilverlightControlHost {
		position: absolute; 
		left: 0;
		top: 0; 
		width: 320px; 
		height: 240px; 
		z-index: 10;
	}
	
	#WindowsMediaControlHost {
		position: absolute; 
		left: 0;
		top: 0; 
		width: 320px; 
		height: 240px; 
		z-index: 10;
	}

/* sync ad container element - can have a background if necessary */	
#adContainer1 {
	position: absolute;
	left: 353px;
	top: 158px;
	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;
	left: 353px;
	top: 307px;
	width: 125px;
	height: 125px;
}

	/* ad region 2 sub element(s) */
	
	#staticAd {
		position: absolute; 
		left: 0;
		top: 0;
		width: 125px; 
		height: 125px; 
	}
	
#controlsContainer {
	position: absolute;
	left: 0;
	top: 395px;
	width: 300px;
	height: 24px;
}
	
#poweredByContainer {
	position: absolute;
	left: 0;
	top: 444px;
	width: 493px;
	height: 31px;
}

/* This is becase of a Firefox issue with swfobject. */
* {
	outline: none;
}
