/* Parent Window CSS */
	a.selectedMediaType {
		color:#344655;
		font-weight:bold;
		font-size:10px;
	}
	a.non_selectedMediaType {
		color:#386692;
		font-size:10px;
	}

/* Video Panel CSS */ 
	#colemanTvBox{
		width:547px;
	}	
	#movieTitle{
		float:left; 
		width:309px; 
		height:22px;
		line-height:22px;
		text-align:left; 
		padding:0px 0px 0px 5px;
		font-family: Arial,Helvetica,Verdana;
		color:#FFFFFF;
		text-decoration:none;
		font-size:12px;
		font-weight:bold;
		background-color:#0060A8;
	} /* IE Box model fix */  * html #movieTitle { widt\h:314px;}
		
	a.downloadLink {
		color:#386692;
	}
	#videoIframeBody.bodyNormal {
		font-family: Arial,Helvetica,Verdana;
		font-size:14px;
		margin:0px; 
		padding:0px; 
		background-color:#94AFC4;
		color:#000000;
	}
	/* not used
	#videoIframeBody.bodyWhiteBG {
		font-family: Arial,Helvetica,Verdana;
		font-size:14px;
		margin:0px; 
		padding:0px; 
		background-color:#FFFFFF;
	}*/
	#colemanTvPlayerFrame {
		float:left; 
		background-image:url(/colemantv/images/video_frame/PlayerFrame.gif);
		width:337px; 
		height:353px; 
		padding:0px; 
		margin:0px; 
	}
	#colemanTvPlayerFrameInner {
		padding-top:12px; 
		padding-left:12px;
		float:left;
	}
	#video_iframe {
		float:left;
	}
	#colemanTvPlayerWinSel {
		float:left;  
		margin-top:10px; 
		font-size:0.8em;
		text-align:center; 
		width:157px; 
		height:40px; 
		background-image:url(/colemantv/images/video_frame/mediaTypeWin.gif);
	}
	#colemanTvPlayerQTSel {
		float:left; 
		margin-top:10px; 
		font-size:0.8em;
		text-align:center; 
		width:157px; 
		height:40px; 
		background-image:url(/colemantv/images/video_frame/mediaTypeQT.gif);
	}
	.colemanTvPlayerLowSel {
		display:inline; 
		padding-right:10px;
	}
	.colemanTvPlayerHighSel {
		display:inline; 
	}
	.colemanTvPlayerSelGroup {
		 padding-top:20px;
	}
	#movieTextAndLink {
		display:none; 
		float:left; 
		font-size:0.8em;
		text-align:center;
	}
	#colemanTvSelectorFrame {
		float:left; 
		width:205px; 
		height:353px; 
		text-align:right; 
		padding:0px; 
		margin:0px; 
		background-image:url(/colemantv/images/video_frame/videoPickBox.gif);
		padding-left:5px;
	}
	#video_sel_iframe {
		margin-left:5px; 
		margin-top:12px; 
		float:left;								
	}							
	
/* Video Selection Panel CSS */
	.movieItem{
		font-family: Arial,Helvetica,Verdana;
		border-collapse:collapse;
		width:164px;
		background-color:#C6D2D7;
		padding-top:2px;
		padding-left:0px;
		padding-bottom:5px;
	}
	.movieLink{
		font-family: Arial,Helvetica,Verdana;
		color:#0060A8;
		text-decoration:none;
		font-size:11px;
		font-weight:bold;
	}
	.movieImage{
		width:54px;
		height:43px;
		float:left;
		padding-top:3px;
	}
	.movieText{
		float:left;
		width:98px;
		padding:0px 4px 2px 7px;
		font-size:12px;
	}
	.ActionLinksHolder{
		float:left;
		padding-top:5px;
	}
	.viewMovie{
		clear:none;
		float:left;
		padding-right:10px;
	}
	.viewMovie a{
		font-family: Arial,Helvetica,Verdana;
		color:#386692;
		font-size:11px;
		text-decoration:underline;
		font-weight:normal;
	}
	.downloadMovie{
		clear:none;
		float:left;
	}
	.downloadMovie a{
		font-family: Arial,Helvetica,Verdana;
		color:#386692;
		font-size:11px;
		text-decoration:underline;
		font-weight:normal;
	}
	.divider{
		width:102px;
		float:left;
		height:1px;
		clear:both;
		padding-left:60px;
		margin-top:7px;
		margin-bottom:10px;
	}
	.clearBoth {
		clear:both;
	}
	
	.comingSoon 
	{
		font-size:11px;
		font-variant:small-caps;
		color:Red;
		font-weight:bold;
	}
