@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 */
/* Player container and decision tree need to have the same dimensions. */
#playerContainer, #decisionTree {
	position: absolute;
	left: 0;
	top: 0px;
	width: 649px;
	height: 448px;
}

#playerContainer {
	background-image: url("../images/player_background.jpg");
}
#decisionTree {
	background-color: #000000;
	visibility:visible;
}

/* flash elements */

#logoContainer {
	position: absolute;
	left: 207px;
	top: 0px;
	width: 237px;
	height: 107px;
}

#nowPlayingContainer {
	position: absolute;
	left: 398px;
	top: 116px;
	width: 167px;
	height: 123px;
}

#controlsContainer {
	position: absolute;
	left: 79px;
	top: 369px;
	z-index: 10;
	width: 305px;
	height: 30px;
}

#poweredByContainer {
	position: absolute;
	left: 224px;
	top: 402px;
	width: 206px;
	height: 24px;
}

/* get silverlight button (appears when SL is not installed */
#getSilverlightIcon {
	position: absolute;
	left: 100px;
	top: 74px;
	width: 103px;
	height: 33px;
}

/* media container element - can have a background if necessary */
#mediaContainer {
	position: absolute;
	left: 78px;
	top: 115px;
	z-index: 10;
	width: 300px;
	height: 250px;
}
	/* media container sub elements */
	
	#AdTileContainer {
		position: absolute;
		left: 0;
		top: 0;
		width: 300px;
		height: 250px;
		z-index: 15;
	}
	
	#TargetSpotContainer {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 20;
		width: 300px;
		height: 250px;
	}
	
	#SilverlightControlHost {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 10;
		width: 300px;
		height: 250px;
	}
	
	#WindowsMediaControlHost {
		position:absolute;
		left: 0;
		top: 0;
		z-index: 10;
		width: 300px;
		height: 250px;
	}

/* sync ad container element - can have a background if necessary */
#adContainer1 {
	position: absolute;
	left: 421px;
	top: 252px;
	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: 19px;
	top: 203px;
	width: 125px;
	height: 125px;
}
	
	/* ad region 2 sub element(s) */
	
	#staticAd {
		position: absolute;
		left: 0;
		top: 0;
		width: 125px;
		height: 125px;
	}
	
/* This is becase of a Firefox issue with swfobject. */
* {
	outline: none;
}

/* custom pieces */

