@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: 800px;
	height: 550px;
}

#playerContainer {
	background-image: url("../images/player_background.jpg");
}
/*#decisionTree {
	background-color: #000000;
	visibility:visible;
}*/

/* flash elements */

#logoContainer {
	position: absolute;
	left: 1px;
	top: 1px;
	width: 234px;
	height: 100px;
}

/*#sponsorContainer {
	position: absolute;
	left: 432px;
	top: 428px;
	width: 354px;
	height: 38px;
}*/

/*#nowPlayingContainer {
	position: absolute;
	left: 49px;
	top: 410px;
	width: 341px;
	height: 44px;
}*/

#controlsContainer {
	position: absolute;
	left: 1px;
	top: 355px;
	z-index: 10;
	width: 496px;
	height: 72px;
}

/*#poweredByContainer {
	position: absolute;
	left: 425px;
	top: 1px;
	width: 374px;
	height: 48px;
}*/


#facebookContainer {
	position: absolute;
	left: 508px;
	top: 8px;
	width: 285px;
	height: 415px;
}


#footerContainer {
	position: absolute;
	left: 32px;
	top: 446px;
	width: 728px;
	height: 90px;
}




/* get silverlight button (appears when SL is not installed */
#getSilverlightIcon {
	position: absolute;
	left: 355px;
	top: 273px;
	width: 103px;
	height: 33px;
	z-index: 55;
}

/* media container element - can have a background if necessary */
#mediaContainer {
	position: absolute;
	left: 8px;
	top: 100px;
	z-index: 10;
	width: 300px;
	height: 250px;
}
	/* media container sub elements */
	
	#AdTileContainer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 300px;
	height: 250px;
	z-index: 15;
	}
	
	#TargetSpotContainer {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 20;
	width: 300px;
	height: 250px;
	}
	
	#SilverlightControlHost {
	position: absolute;
	left: 0px;
	top: 0px;
	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: 317px;
	top: 103px;
	width: 180px;
	height: 100px;
	z-index: 57;
}
	
	/* ad region 1 sub element(s) */
	
	#syncAd {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 180px;
	height: 100px;
	background-image: url(images/banner_bg.jpg);
	}
	
	
/* static container element - can have a background if necessary */
/*#adContainer2 {
	position: absolute;
	left: 47px;
	top: 246px;
	width: 125px;
	height: 125px;
}*/
	
	/* ad region 2 sub element(s) */
	
	#staticAd {
	position: absolute;
	left: 840px;
	top: 147px;
	width: 125px;
	height: 125px;
	}
	
/* This is becase of a Firefox issue with swfobject. */
* {
	outline: none;
}

/* custom pieces */

