@charset "UTF-8";
/*
	fullscreen.css
	Styles for the full screen in browser Move player
*/

/* Overwrites */
body {
	background-color: #000000 !important;
}

body.shows {
	/*border-top:3px solid #ff4b00;*/
	/*background:url(../_images/fx_episodes_bg.jpg) #000 top repeat-x;*/
	background-image: none;
}

/*
div#main{
	background: none;
}

#header, #subHeader, #showDashboard, #content, #userReviews, #superFooter, #blackBar, #footer, #episodes-listing, #videos-higest-rated, #episodes-most-popular, #videos-featured{
	display: none !important;
}
*/
#videoPlayer{

	background-image: none;
	height: auto;
}



#videoPlayer .content{
	width: auto;
	width: 974px; /*Pulled from fox_v2.css, override for IE6 or 7*/
}

#videoPlayer #adBlock, #videoPlayer #mnButtons{
	display: none;
}

#videoPlayer #player{
	margin-right: 0;
	padding-top: 0;
	height: auto;
	width: auto;
	
	background: none !important;
}

#player #mnPlayer {

	left:-135px;
}

#player #mnControls{
	height: 40px;
	margin-top: -170px;
	margin-left: -125px;
}


#showDashboard{
display: none;
}

#content .inner{
display: none;
}


#footer{
display: none;
}
/*
.clear{
	clear: both;
}

.left{
	clear: left;
}

.right{
	clear: right;
}
*/

/*Full Screen Controls */
#player #mnFullScreen{
	display: block;
	padding-bottom: 4px;
	height: 35px;
	position: absolute;
	bottom: 0;
	
	//border: 1px solid white;
	z-index: 100;
}

#player #mnFullScreen, #player #smallAd, #player #showInfo, #player #exitFullScreen, #player #hdMeter{
	display: block;
}

#smallAd{
	width: 90px;
	height: 35px;
	margin-right: 10px;
	float: right;
	position: relative;
}

#showInfo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #434343;
	font-weight: normal;
	margin: 13px 40px 0 0;
	float: right;
}

#exitFullScreen{
	display: block;
	width: 115px;
	height: 13px;
	margin: 13px 25px 0 0;
	background: url(../images/player/exitFullScreen.png) 0 0 no-repeat;
	float: right;
	cursor: pointer;
}

#hdMeter{
	float: right;
	margin: 13px 25px 0 0;
	position: relative;
	width: 116px;
	height: 13px;
	*width:120px;
}

#hdBar{
	border: 1px solid #434343;
	padding: 1px;
	width: 89px;
	*width: 93px;
	*padding-bottom: 0;
}

#hdBar .baricon{
	display: block;
	float: left;
	height: 9px;
	width: 9px;
	background: url(../images/player/hdFull.png) 0 0 no-repeat;
	margin-right: 1px;
}

#hdBar #baricon9{
	margin-right: 0;
}

#hdLogo{
	display: block;
	background: url(../images/player/hdOn.png) 0 0 no-repeat;
	width: 18px;
	height: 13px;
	position: absolute;
	top: 0;
	right: 0;
	
}

