@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: 711px;
	height: 588px;
}

#playerContainer {
	background-image: url("../images/player_background.jpg");
}
#decisionTree {
	background-color: #000000;
	visibility:visible;
}

/* flash elements */

#logoContainer {
	position: absolute;
	left: 1px;
	top: 321px;
	width: 708px;
	height: 267px;
	z-index:10;
}

#nowPlayingContainer {
	position: absolute;
	left: 134px;
	top: 32px;
	width: 294px;
	height: 36px;
}

#controlsContainer {
	position: absolute;
	left: 66px;
	top: 75px;
	z-index: 9;
	width: 63px;
	height: 238px;
}

#poweredByContainer {
	position: absolute;
	left: 476px;
	top: 514px;
	width: 217px;
	height: 40px;
	z-index:11;
}


#sponsorLogoContainer {
	position: absolute;
	left: -114px;
	top: 398px;
	width: 213px;
	height: 106px;
	z-index:10;
}

/* get silverlight button (appears when SL is not installed */
#getSilverlightIcon {
	position: absolute;
	left: 510px;
	top: 260px;
	width: 103px;
	height: 33px;
}

/* media container element - can have a background if necessary */
#mediaContainer {
	position: absolute;
	left: 129px;
	top: 71px;
	z-index: 10;
	width: 300px;
	height: 250px;
}
	/* media container sub elements */
	
	#AdTileContainer {
	position: absolute;
	left: 0px;
	top: 0;
	width: 300px;
	height: 250px;
	z-index: 15;
	}
	
	#TargetSpotContainer {
	position: absolute;
	left: 0px;
	top: 0;
	z-index: 20;
	width: 300px;
	height: 250px;
	}
	
	#SilverlightControlHost {
	position: absolute;
	left: 0px;
	top: 0;
	z-index: 10;
	width: 300px;
	height: 250px;
	}
	
	#WindowsMediaControlHost {
	position:absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
	width: 300px;
	height: 250px;
	}

/* sync ad container element - can have a background if necessary */
#adContainer1 {
	position: absolute;
	left: 492px;
	top: 93px;
	width: 125px;
	height: 125px;
}
	
	/* ad region 1 sub element(s) */
	
	#syncAd {
	position: absolute;
	left: 0px;
	top: 0px;
	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 */

