@import url('boxes.css');
div#fpv_uiPage #clientAd_1  { display: none; }
div#fpv_uiPage #clientAd_3  { display: none; }

/*
	NBC Sports
*/

/* --------------------

ENTIRE PAGE

---------------------- */
div#fpv_uiPage{
	/*padding: 5px;*/
	padding-top:5px;
	width: 990px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	}
div#fpv_uiPage div#fpv_moreVideoTabsContainer, div#fpv_uiPage div#fpv_mostVideoTabsContainer{
	display: none;
	}
div#fpv_uiPage img {
	behavior: url(/player/js/pngbehavior.htc);
}
/* some basic things we need */

/*  This gives us raw defaults for the most basic elements */
div#fpv_uiPage dl, div#fpv_uiPage dt, div#fpv_uiPage dd, div#fpv_uiPage ul, div#fpv_uiPage ol, div#fpv_uiPage li, div#fpv_uiPage h1, div#fpv_uiPage h2, div#fpv_uiPage h3, div#fpv_uiPage h4, div#fpv_uiPage h5, div#fpv_uiPage h6, div#fpv_uiPage pre, div#fpv_uiPage form, div#fpv_uiPage fieldset, div#fpv_uiPage input, div#fpv_uiPage select, div#fpv_uiPage p, div#fpv_uiPage blockquote, div#fpv_uiPage table, div#fpv_uiPage th, div#fpv_uiPage td{
	margin:0;
	padding:0;
	}
div#fpv_uiPage p{
	margin: 10px 0px 10px 0px;
	}
div#fpv_uiPage blockquote{
	margin: 10px;
	}
div#fpv_uiPage fieldset, div#fpv_uiPage img{
	border:0;
	}
div#fpv_uiPage legend{
	display: none;
	}
div#fpv_uiPage ul {
	list-style:none;
	}

div#fpv_uiPage{
	/* this gives the overall font size for the video page area. The font-size below may need to change if the header or donut or whatever gives fonts a size. The number is found by dividing the font you want by 16 - or whatever the core font of the header/donut is */
	font-size: 90%;
	font-family: arial,helvetica,sans-serif;
	color: #505050;
	/* how to make font sizes 
	
	.91em = 10px
	1em = 11px
	1.09em = 12px
	1.27em = 14px
	1.36em = 15px
	1.45em = 16px
	1.64em = 18px
	
	*/
	}

div#fpv_uiPage div#fpv_seoTitle{
	display: none;
	}
div#fpv_uiPage div.fpv_clear{
	clear: both;
	}

/* form button styling */
div#fpv_uiPage input.fpv_buttonFormat {
	border: 1px solid #505050;
	height: 18px;
	width: 120px;
	text-align: center;
	background: #08279F url(../../images/107/search_btn.gif) repeat-x top left;
	color: #FFF;
	font-size: .91em;
	font-weight: bold;
}

/* -------------------------------------------------------------

styles for ALL page accordions

------------------------------------------------------------- */
/* accordion headers */
.fpv_accordionControlStyle {
	height: 450px;
}
.fpv_accordionControlStyleExpanded {
	background-color: #0A2BAA; 
	font-weight: bold;
	color: #FFFFFF;
}
.fpv_accordionControlStyleCollapsed {
	background-color: #b9b9b9; 
	font-weight: normal;
	color: #505050;
}
.fpv_accordionControlStyleHover {
	background-color: #0A2BAA; 
	font-weight: normal;
	color: #FFFFFF;
}
div#fpv_uiPage div.fpv_accordionStyles h3 {
	/*background-color: #b9b9b9; 
	color: #505050; 
	font-weight: bold;*/
	height: 15px;
	text-align:left;
	cursor: pointer;
	border-bottom: 1px solid #FFF;
	padding: 2px;
	display: block;
	text-decoration: none;
}

/* Network Style */
div#fpv_uiPage div.fpv_oneTier div.networkStyle{
	height: 257px;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
	}
div#fpv_uiPage div.fpv_twoTier div.networkStyle{
	height: 218px;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
	}
div#fpv_uiPage div.fpv_threeTier div.networkStyle{
	height: 198px;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
	}

div#fpv_uiPage div.networkStyle ul{
	margin-top: 10px;
	margin-bottom: 10px;
	}
div#fpv_uiPage div.networkStyle li a{
	width: 216px;
	padding: 6px;
	font-size: 1.27em;
	color: #505050;
	border: 1px solid #505050;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	margin: 2px 2px 0px 2px;
	}
div#fpv_uiPage div.networkStyle li a:hover{
	background-color: #dddddd;
	}
/* paging styles for individual accordions */

div#fpv_uiPage div.fpv_videoPaging{
	text-align: center;
	height: 20px;
	padding: 4px 0px 0px 0px;
	background-color: #0A2BAA;
	position: relative;
	}
div#fpv_uiPage div.fpv_videoPaging li{
	display: inline;
	margin-right: 2px;
	}
div#fpv_uiPage div.fpv_videoPaging li.fpv_last{
	border: none;
	}
div#fpv_uiPage div.fpv_videoPaging li a, div#fpv_uiPage div.fpv_videoPaging span.fpv_pageNavDisabled{
	background-color: #0A2BAA; 
	color: #FFFFFF; 
	text-decoration: none;
	font-size: .91em;
	padding: 0px 2px 0px 2px;
	border: 1px solid #FFFFFF;
	display: inline-block;
	}
div#fpv_uiPage div.fpv_videoPaging span.fpv_pageNavDisabled{
	color: #a8c8f5;
	border-color: #a8c8f5;
}
div#fpv_uiPage div.fpv_videoPaging li a:hover, div#fpv_uiPage div.fpv_videoPaging li a.fpv_selected{
	background-color: #b9b9b9;
	color: #505050;
	}
/* -------------------------------------------------------------

fpv_metaBlock style options 

------------------------------------------------------------- */
/* this puts a border on all thumbnails */
div#fpv_uiPage div.fpv_metaBlock img {
	padding: 0px;
	margin: 0px;
	/*border: 2px solid #FFF;*/
	}
/* default selected video style */
div#fpv_uiPage div.fpv_metaBlock img.fpv_selected {
	/*border: 2px solid #FFFF00;*/
}
/* last of any metablock gives space if paging is needed */
div#fpv_uiPage div.fpv_metaBlock.last{
	margin-bottom: 24px;
	}
/*** style one 
1 per row, thumbnail left; title, subtitle, desc on right
***/
div#fpv_uiPage div.fpv_styleOne div.fpv_metaBlock{
	padding: 12px 0px 12px 0px;
	clear: both;
	display: block;
	border-top: 1px solid #505050;
	}
/* hover background color */
div#fpv_uiPage div.fpv_styleOne div.fpv_metaBlockHover {
	background-color: #dddddd;
	cursor: default;
	display: block;
}
/* folder level thumbnail image */
div#fpv_uiPage div.fpv_styleOne div.fpv_metaBlock img{
	float:left;
	margin-left: 10px;
}
div#fpv_uiPage div.fpv_styleOne div.fpv_metaBlock dd.fpv_netClipLogo img{
	float: right;
	padding: 0px;
	border: 0px;
	}
div#fpv_uiPage div.fpv_styleOne div.fpv_metaBlock dl{
	padding-left: 100px;
	}
/* folder level title/subtitle */
div#fpv_uiPage div.fpv_styleOne div.fpv_metaBlock dt{
	font-size: 1em;
	font-weight: bold;
}
div#fpv_uiPage div.fpv_styleOne div.fpv_metaBlock dt a{
	color: #505050;
	text-decoration: none;
	}
div#fpv_uiPage div.fpv_styleOne div.fpv_metaBlock dd.fpv_clipSubTitle{
	font-size: 1em;
	font-weight: bold;
	}
/* folder level description */
div#fpv_uiPage div.fpv_styleOne dd.fpv_clipDesc {
	font-size: 1em;
	font-weight: normal;
}
div#fpv_uiPage div.fpv_styleOne dd.fpv_clipAirtime, div#fpv_uiPage div.fpv_styleOne dd.fpv_clipRelatedURL, div#fpv_uiPage div.fpv_styleOne dd.fpv_clipCopyright{
	display: none;
	}
div#fpv_uiPage div.fpv_styleOne div.fpv_clearExtra{
	clear: both;
	height: 0px;
	padding: 0px;
	margin: 0px;
	overflow:hidden;
	}
/* end of fpv_styleOne */

/*** style two
2 per row, thumbnail top, title underneath, no other content
***/
div#fpv_uiPage div.fpv_styleTwo div.fpv_metaBlock{
	margin-left: 20px;
	*margin-left: 10px;
	*margin-right: 10px;
	font-size: 1em;
	color: #000000;
	float: left;
	text-align: center;
	height: 100px;
	width: 84px;
}
div#fpv_uiPage div.fpv_styleTwo div.fpv_metaBlock a{
	color: #000000;
	text-decoration:none;
	}
div#fpv_uiPage div.fpv_styleTwo div.fpv_metaBlock a:hover {
	text-decoration: underline;
	}
	
/* thumbnail style */
div#fpv_uiPage div.fpv_styleTwo div.fpv_metaBlock img {
	margin: 0 auto;
	display: block;
}
div#fpv_uiPage div.fpv_styleTwo div.fpv_metaBlock dd{
	display: none;
	}
/* --------------------

LEFT COLUMN

---------------------- */
div#fpv_uiPage div#fpv_section_1{
	float: left;
	}

/* video box */
div#fpv_uiPage div.videoBox{
	background: #000 url(../../images/107/video_box_bg_338h.gif) repeat-x top left;
	height: 330px;
	width: 400px;
	padding: 4px;
	text-align: center;
	}
div#fpv_uiPage div#videoplayer{
	width: 400px;
	height: 330px;
	background: url(../../images/107/video_back.jpg) no-repeat top left;
	}

/* --- --- --- ---
 Now Playing Box 
--- --- --- --- */
div#fpv_uiPage div#fpv_metaContainer{
	margin-top: 10px;
	}
div#fpv_uiPage div#fpv_metaContainer div.fpv_content{
	}
/* container for all meta data text */
div#fpv_uiPage div#fpv_metaText {
	margin-top: 10px;
}
/* large thumbnail */
div#fpv_uiPage div#fpv_metaText div.fpv_metaBlock img {
	float:left;
	margin: 0px 12px 0px 6px;
	width: 80px;
	height: 45px;
}
/* meta text */

div#fpv_uiPage div#fpv_metaText div.fpv_metaBlock dl {
	float: left;
	width: 410px;
	overflow: hidden;
	margin-top: -3px;
}
/* meta text title */
div#fpv_uiPage div#fpv_metaText div.fpv_metaBlock dt{
	font-size: 1.09em;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	}
div#fpv_uiPage div#fpv_metaText div.fpv_metaBlock dd{
	font-size: 1em;
	font-weight: normal;
	}
/* meta text subtitle */
div#fpv_uiPage div#fpv_metaText div.fpv_metaBlock dd.fpv_clipSubTitle{
	font-size: 1em;
	font-weight: bold;
	}
div#fpv_uiPage div#fpv_metaText div.fpv_metaBlock dd.fpv_clipRelatedURL, div#fpv_uiPage div#fpv_metaText div.fpv_metaBlock dd.fpv_clipCopyright{
	display: inline;
	}
div#fpv_uiPage div#fpv_metaText div.fpv_metaBlock dd.fpv_clipCopyright{
	font-size: .91em;
	}
div#fpv_uiPage div#fpv_metaText div.fpv_metaBlock dd.fpv_clipTextBoxURL {
	font-weight: bold;
	margin-top: 5px;
	}
div#fpv_uiPage div#fpv_metaText div.fpv_metaBlock dd.fpv_clipTextBoxURL input {
	font-size: .91em;
	font-weight: normal;
	width: 80%;
	}

/* container for all clip-related action buttons, such as buy now, send to friend, ratings */
div#fpv_uiPage div#fpv_clipActions {
	margin-right: 11px;
	width: 125px;
	float: right;
	text-align: left;
}
/*** ratings specific ***/
/* ratings component container */
div#fpv_uiPage div#fpv_clipActRAT {
	padding: 5px;
}
/* 'rate this video' text */
div#fpv_uiPage div#fpv_clipActRAT h3{
	font-size: 1.09em;
	}
div#fpv_uiPage div#fpv_ratingStarContainer {
	/* width of five stars + their left & right paddings and margins */
	width: 90px;
	margin-top: 6px;
	margin-bottom: 6px;
}
div#fpv_uiPage div#fpv_ratingStarContainer img.fpv_rating_bg{
	/* use this to size the div and give it the padding it needs */
	width: 18px;
	height: 15px;
	}
/* the rating star images */
div#fpv_uiPage div.fpv_rating_empty, div#fpv_uiPage div.fpv_rating_half, div#fpv_uiPage div.fpv_rating_full{
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(../../images/107/rating_star_empty.gif);
	float: left;
	cursor: pointer;
	}
div#fpv_uiPage div.fpv_rating_half{
	background-image: url(../../images/107/rating_star_half.gif);
	}
div#fpv_uiPage div.fpv_rating_full{
	background-image: url(../../images/107/rating_star_full.gif);
	}
/* number of ratings */
div#fpv_uiPage h4.fpv_ratingsCount {
	font-size: .91em;
	font-weight: bold;
}
div#fpv_uiPage div#fpv_ratingStarContainer div.fpv_clearExtra{
	clear: both;
	height: 0px;
	padding: 0px;
	margin: 0px;
	overflow:hidden;
	}
/* --- --- --- ---
 Comments section 
--- --- --- --- */
div#fpv_uiPage div#fpv_commentsBox{
	margin-top: 10px;
	}
div#fpv_uiPage div#fpv_commentsProgress{
	background-color: #cccccc;
	padding:3px;
	display:none;
	}
div#fpv_uiPage div.fpv_commentsPanelTitleRight {
	float:right;
	margin: -24px 5px 0px 0px;
}
div#fpv_uiPage div.fpv_commentsPanelTitleRight a, div#fpv_uiPage div.fpv_commentsPanelTitleRight a:hover{
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	font-size: .91em;
	}
/*** comments specific ***/
div#fpv_uiPage div#fpv_uiComments{
	height: 200px;
	overflow: auto;
	padding-top: 10px;
	}
/* extra div to fix safari bug */
div#fpv_uiPage div#uiCommentsOverflow{
	height: 210px;
	overflow: hidden;
	}
/* comments view */
div#fpv_uiPage ol.fpv_comment dl{
	display:inline;
}
div#fpv_uiPage ol.fpv_comment li{
	color: #1E2C42;
	font-size: 1.09em;
	font-weight: bold;
	border-bottom: 1px dotted #1E2C42;
	list-style-position: inside;
	margin: 18px 35px 4px 22px;
	padding-bottom: 17px;
	padding-left: 10px;
	list-style-type: decimal;
	}
div#fpv_uiPage ol.fpv_comment dt, div#fpv_uiPage ol.fpv_comment dd{
	font-size: 1em;
	font-weight: normal;
	}
div#fpv_uiPage ol.fpv_comment dt{
	display: inline;
	margin-left: 8px;
	}
html>body div#fpv_uiPage ol.fpv_comment dt{
	margin-left: 5px;
	}
div#fpv_uiPage ol.fpv_comment dd.fpv_commentTimestamp{
	display: inline;
	font-size: 1em;
	margin-left: 5px;
	}
div#fpv_uiPage ol.fpv_comment dd.fpv_commentBody{
	font-weight: normal;
	padding: 20px 10px 15px 40px;
	}
	
/* comment paging has not been tested in this version */
div#fpv_uiPage div#fpv_uiCommentPaging {
	padding: 5px;
	margin-bottom: 0px;
	white-space: nowrap;
}
div#fpv_uiPage div.fpv_commPagingContainer {
	float: right;
	font-size: 1.09em;
}
div#fpv_uiPage div.fpv_commPagingContainer a {
	color: #000000;
	text-decoration: none;
	padding: 3px;
}
div#fpv_uiPage div.fpv_commPagingContainer a:hover {
	color: #0000FF;
	text-decoration: underline;
}
/* outermost container for add comment form */
div#fpv_uiPage div#fpv_uiAddComment {
	display: block;
	clear: both;
	margin-bottom: 10px;
	padding: 10px;
}

/* add comment container */
div#fpv_uiPage label.fpv_addComment {
	display: block;
	padding-top: 5px;
}
div#fpv_uiPage div.fpv_addComment {
	display: block;
	padding-top: 5px;
}
/* name */
div#fpv_uiPage input.fpv_comInputName {
	width: 400px;
}
/* email */
div#fpv_uiPage input.fpv_comInputEmail {
	width: 400px;
}
/* add comment text box styling */
div#fpv_uiPage textarea.fpv_comInputComment {
	width: 99%;
	height: 150px;
}
div#fpv_uiPage input#fpv_radRememberNo, div#fpv_uiPage input#fpv_radRememberYes{
	vertical-align: middle;
	}
div#fpv_uiPage input#fpv_radRememberYes{
	margin-left: 3px;
	}
div#fpv_uiPage input#fpv_radRememberNo{
	margin-left: 10px;
	}
html>body div#fpv_uiPage input#fpv_radRememberNo, html>body div#fpv_uiPage input#fpv_radRememberYes{
	margin-bottom: 3px;
	}
/* add comment button */

/* form button */
div#fpv_uiPage input.fpv_commentAddButton {
	float: right;
	margin-top: 5px;
}
/* --------------------

CENTER UPPER BLOCK

---------------------- */
div#fpv_uiPage div#fpv_section_2{
	margin-left: -256px;
	float: left;
	}

/* --- --- --- ---
 Related Video section 
--- --- --- --- */

div#fpv_uiPage div#fpv_uiRelatedVideoContainer{
	height: 336px;
	float: left;
}
div#fpv_uiPage div#fpv_uiRelatedVideoContainer div.fpv_content{
	height: 293px;
	overflow: hidden;
	}
/* Navigation accordion styling */

/* accordion header */
div#fpv_uiPage div.fpv_accordionStyles h3, div#fpv_uiPage div.fpv_accordionStyles h3 a {
	font-size: 1em;
}
div#fpv_uiPage img.fpv_closeBtn {
	float:right;
	cursor:pointer;
	margin-top: -15px;
}

/*** tier heights ***/
/* two tier */
div#fpv_uiPage div.fpv_twoTier{
	overflow: hidden;
	}
div#fpv_uiPage div.fpv_twoTier div#fpv_navPanelContent, div#fpv_uiPage div.fpv_twoTier div#fpv_panelSearchContent, div#fpv_uiPage div.fpv_twoTier div#fpv_stfPanelContent{
	height: 254px;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
	width: 100%;
	}
div#fpv_uiPage div.fpv_twoTier div#fpv_panelSearchContent.fpv_withPaging{
	/* subtract height of fpv_videoPaging */
	height: 230px;
	}
div#fpv_uiPage div.fpv_twoTier div#fpv_navPanelVideoContent{
	/* subtract fpv_uiVideoNavHeader two tier height from height above */
	height: 218px;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
	width: 100%;
	}
div#fpv_uiPage div.fpv_twoTier div#fpv_navPanelVideoContent.fpv_withPaging{
	/* also subtract height of fpv_videoPaging */
	height: 194px;
	}
div#fpv_uiPage div.fpv_twoTier div#fpv_navPanelContent{
	overflow: hidden;
	}
/* three tier */
div#fpv_uiPage div.fpv_threeTier div#fpv_navPanelContent, div#fpv_uiPage div.fpv_threeTier div#fpv_panelSearchContent, div#fpv_uiPage div.fpv_threeTier div#fpv_stfPanelContent{
	height: 234px;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
	width: 100%;
	}
div#fpv_uiPage div.fpv_threeTier div#fpv_panelSearchContent.fpv_withPaging{
	/* subtract height of fpv_videoPaging */
	height: 210px;
	}
div#fpv_uiPage div.fpv_threeTier div#fpv_navPanelVideoContent{
	/* subtract fpv_uiVideoNavHeader fpv_threeTier height from height above */
	height: 198px;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
	width: 100%;
	}
div#fpv_uiPage div.fpv_threeTier div#fpv_navPanelVideoContent.fpv_withPaging{
	/* also subtract height of fpv_videoPaging */
	height: 174px;
	}
div#fpv_uiPage div.fpv_threeTier div#fpv_navPanelContent{
	overflow: hidden;
	}
/* 
 Panel: main navigation
 */
div#fpv_uiPage div.fpv_oneTier h3{
	display: none;
	}
div#fpv_uiPage div.fpv_oneTier div#fpv_navPanelContent{
	height: 293px;
	overflow: hidden;
	}
div#fpv_uiPage div#fpv_uiVideoNavHeader{
	height: 31px;
	padding-top: 5px;
	margin-left: 7px;
	margin-right: 7px;
	font-size: .91em;
	}
div#fpv_uiPage div#fpv_uiVideoNavHeader a{
	color: #000;
	text-decoration: none;
	}
div#fpv_uiPage div#fpv_uiVideoNavHeader a:hover{
	text-decoration: underline;
	}
div#fpv_uiPage div.fpv_oneTier div#fpv_navPanelVideoContent{
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
	height: 257px;
	width: 100%;
	}
div#fpv_uiPage div.fpv_oneTier div#fpv_navPanelVideoContent.fpv_withPaging{
	/* also subtract height of fpv_videoPaging */
	height: 233px;
	}
/* nav paging */
div#fpv_uiPage div#fpv_navPanelVideoPaging{
	width: 100%;
	}

/* 
Panel: Video Search results
 */
div#fpv_uiPage div#fpv_stfPanel, div#fpv_uiPage div#fpv_searchPanel{
	clear: both;
	}
div#fpv_uiPage div#fpv_searchProgress{
	background-color: #cccccc;
	display:none;
	}
div#fpv_uiPage div#fpv_searchProgress img{
	padding-bottom: 3px;
	}

/* 
 Send to Friend panel
 */
div#fpv_uiPage div#fpv_stfPanelContent{
	margin-left: 5px;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
	padding-left: 5px;
	padding-top: 5px;
	}
/* form label */
div#fpv_uiPage label.fpv_stfLabel {
	font-size: 1em;
	font-weight: bold;
	padding: 0px;
	display: block;
	width: 90%;
}
/* send to friend fields */
div#fpv_uiPage input.fpv_stfInputYourName, div#fpv_uiPage input.fpv_stfInputYourEmail, div#fpv_uiPage input.fpv_stfInputYourFName, div#fpv_uiPage input.fpv_stfInputYourFEmail {
	width: 90%;
	font-size: 1em;
	height: 13px;
	padding: 0px;
	margin: 0px;
}
div#fpv_uiPage input#fpv_radRememberSTFNo, div#fpv_uiPage input#fpv_radRememberSTFYes{
	vertical-align: middle;
	}
div#fpv_uiPage input#fpv_radRememberSTFYes{
	margin-left: 3px;
	}
div#fpv_uiPage input#fpv_radRememberSTFNo{
	margin-left: 10px;
	}
html>body div#fpv_uiPage input#fpv_radRememberSTFNo, html>body div#fpv_uiPage input#fpv_radRememberSTFYes{
	margin-bottom: 3px;
	}
/* message field */
div#fpv_uiPage textarea.fpv_stfInputMessage {
	width: 90%;
	height: 40px;
	font-size: 1em;
}
/* form buttons */
div#fpv_uiPage input.fpv_stfButtons {
	width: 70px;
}

/* --------------------

RIGHT BLOCK

---------------------- */
div#fpv_uiPage div#fpv_section_3{
	/*padding-right: 14px;*/
	padding-right: 0px;
	float: right; 
	}

/* --- --- --- ---
 Video Search form box
--- --- --- --- */
div#fpv_uiPage div#fpv_searchBox{
	height: 72px;
	margin-bottom: 9px;
	}
html>body div#fpv_uiPage div#fpv_searchBox{
	margin-bottom: 12px;
	}
div#fpv_uiPage div#fpv_searchBox div.fpv_content{
	height: 50px;
	margin: 1px;
	text-align: right;
	}

/* search form textbox */
div#fpv_uiPage input.fpv_videoSearchTextbox {
	width: 294px; 
	background-color:#FFFFFF;
	color:#000000;
	margin-bottom:2px;	
	border: 1px solid #000;
}

/* --- --- --- ---
 companion ad box
--- --- --- --- */
div#fpv_uiPage div#fpv_companionad {
	width: 300px;
	height: 252px;
	margin-bottom: 10px;
	*margin-bottom: 9px;
	background-color: #fff;
	}

/* --- --- --- ---
 Other Video
--- --- --- --- */
div#fpv_uiPage div#fpv_section_3 div#fpv_videoMost div.fpv_accordionStyles {
	margin-top: 3px;
	}
/* formatting of headers */
div#fpv_uiPage div#fpv_videoMost div.fpv_accordionStyles h3 {
	padding: 5px;
	font-size: 1.09em;
}
/* all panel formatting */
div#fpv_uiPage div#fpv_videoMost div.fpv_styleOne{
	height: 450px;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
	width:298px;
	}
div#fpv_uiPage div#fpv_mostPanelContent1, div#fpv_uiPage div#fpv_mostPanelContent2, div#fpv_uiPage div#fpv_mostPanelContent3{
	clear: both;
	}
/* extra div to fix bug in Safari */
div#fpv_uiPage div#fpv_videoMost div.fpv_styleTwoOverflow{
	overflow: hidden;
	height: 450px;
	}
div#fpv_uiPage div#fpv_videoMost div.fpv_foot{
	position: relative;
	left: -100px;
	}

/* ADDITIONS */
/*** inline message specific ***/
/* service message panel styles for STF and Comments */
.fpv_commMessagePanel {
	margin: 5px; 
	display: none; 
	font-weight: bold;
	background:left;
	background-color: #DEDEDE; 
	font-size: 10px;
	text-transform:uppercase;
	line-height: 16px;
	clear:right;
	position: relative;
	width: 90%;
}
.fpv_commMessagePanelBG {
	background-color: #ffffff; 
}
.fpv_stfMessagePanel {
	margin: 5px; 
	display: none; 
	font-weight: bold;
	background-color: #DEDEDE; 
	font-size: 10px;
	text-transform:uppercase;
}
.fpv_stfMessagePanelBG {
	background-color: #ffffff; 
}
.fpv_commMessagePanelContents, .fpv_stfMessagePanelContents {
	padding: 5px;
}
.fpv_commMessagePanelProgressBar, .fpv_stfMessagePanelProgressBar {
	padding: 5px;
}
.fpv_commMessagePanelCloseBtn, .fpv_stfMessagePanelCloseBtn, .fpv_stfAccordionCloseBtn, .fpv_srchAccordionCloseBtn {
	float:right;
	cursor:pointer;
}
/* following must be specified separately */
.fpv_commMessagePanelSuccessColor {
	color:#ffffff;
}
.fpv_stfMessagePanelSuccessColor {
	color:#ffffff;
}
.fpv_commMessagePanelFailureColor {
	color:#0a2baa;
}
.fpv_stfMessagePanelFailureColor {
	color:#0a2baa;
}
.fpv_commMessagePanelSendingColor {
	color:#ffffff;
}
.fpv_stfMessagePanelSendingColor {
	color:#ffffff;
}
/* end */

	

