html, body{ 
	background:#e1e1e1;
	margin:0px;
	padding:0px;
}

body{
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 12px;
	line-height:1.3;
}

/*--------------------------------
	customize & global reset
---------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 
abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, 
strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td { 
	margin: 0; 
	padding: 0; 
}

a {
	color:#333;
	text-decoration:none; 
	cursor:pointer; 
	}

a:hover, a:active{
	color:#CA2128;
}

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }	/* Controlsthe BR tag, which makes the WRAPPER float stretch for GECKO */
.clearfix {display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

:focus { -moz-outline-style: none; outline:none; }
*::-moz-selection { background:#2b5459; color:#f0f6f8; }

#overlay{ position: fixed; top: 0; left: 0; z-index: 99; width: 100%; height: 100%; background: url(../images/kaltura/trans-bg.png) repeat; cursor: default; }
*:first-child+html #overlay{ background:none; background-color:#000; }
* html #overlay{ position: absolute; background:none; background-color:#000; top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(0 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px'); }


/*--------------------------------
	Content
---------------------------------*/
.body-wrp{
	margin:0px;
	background:#f1f1f1;
}

#kaltura{ 
	width:auto; 
	margin:0; 
	border-top:none; 
	width:380px;
	height:273px;
	background:url(../images/sponsored-bg.jpg) repeat-x;
	position:relative;
	font-family:rockwell, arial, sans-serif;
}			

/* videoboxContent */
#videoboxContent{  
}

#kplayer{ 
	float:right; 
	width:auto; 
	height:auto; 
	clear:left;
	position:relative;
	margin:10px 12px 0 0;
}

#video-single-details{
	font-size:16px;
	font-weight:bold;
	color:#888787;
	background:#000;
	padding:5px;
}

#kaltura_wrapper { 
	background:#f1f1f1; 
} 

.byKaltura  { 
	text-align: right; 
	font-size: 10px; 
	padding-top: 1px; 
	color: #666666; 
}

.byKaltura a { 
	color: #666666; 
}

.byKaltura a:hover {
	 color: #003399; 
 }
 
.mediaContent{ 
	float:left;
	margin:0 0 0 10px;
 }
 
/* rows */	

.mediaContent .row{ 
}

/* left right arrows */	

a.prev, a.next{ 
	display:block;
	width:70px;
	height:37px;
	position:absolute;
	bottom:12px;
	background:url(../images/sponsored-btn-sprite.jpg);
}

a.prev{
background-position:-219px top;
right:84px;
}

a.next{
background-position:-293px top;
right:12px;
}

p.more-videos{
	display:block;
	width:204px;
	height:37px;
	position:absolute;
	bottom:12px;
	background:url(../images/sponsored-btn-sprite.jpg) -12px top;
	left:10px;
}

a.prev:hover{
background-position:-219px -49px;
}

a.next:hover{
background-position:-293px -49px;
}

a.more-videos:hover{
background-position:-12px -49px;
}

/* scrollable list */
.mediaContent .row .scrollable{ 
	float:left; 
	width:106px;
	height:210px; 
	margin:10px 0 0 0; 
	position:relative; 
	overflow:hidden; 
}

.mediaContent .row ul{ 
	position:absolute; 
	width:10000em; 
}

.mediaContent .row ul .group{
	float:left;
	color: #CA2128;
	margin:0 0 0 7px;
}


.mediaContent .row ul li{ 
	list-style:none; 
	float:left; 
	clear:left;
	width:101px; 
	color:#666; 
	font-size:11px; 
	line-height:1.2em;
	overflow:hidden;
	margin:5px 0 0 0; 
	background:#000;
	height:102px;
	color:#c8c8c8;
}

.mediaContent .row ul li a img{
	border:0px;
}

.mediaContent .row ul li:hover, .mediaContent .row ul li.active{ 
	color:#357495;
	cursor:pointer;
}	

.mediaContent .row ul li div{ 
	position:relative; 
	width:94px; 
	height:58px; 
	overflow:hidden; 
	background-color:#000; 
	cursor:pointer; 
	float:left;
	margin:5px 0 0 5px;
}

.mediaContent .row ul li div img{ 
	width:90px;
}


.mediaContent .row ul li div b{ 
	position:absolute; 
	top:50%; 
	left:50%; 
	margin:-17px 0 0 -17px; 
	width:34px; 
	height:34px; 
	background:url(../images/kaltura/play_icon.png) 0 0 no-repeat; 
}

* html .mediaContent .row ul li div b{ { 
	background:none; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/kaltura/play_icon.png", crop); 
} }

.mediaContent .row ul li strong{ 
	display:block; 
	height:28px; 
	overflow-x:hidden; 
	overflow-y:hidden; 
	width:90px;
	margin:5px 0 0 5px; 
	float:left;
	text-align:center;
}

.mediaContent .row ul li span{ 
	display:block; 
}
			
.mediaContent .search{ 
	background:url('../images/search_bg.jpg') no-repeat top left; 
	width:292px; 
	height:24px; 
}

.mediaContent .search input.inputSearch{ 
	display:none; 
	float:left; 
	width:160px; 
	margin-top:2px; 
	padding:3px 2px; 
	border:1px solid #bbb; 
}

.mediaContent .search div.opts{ 
	visibility:hidden; 
	float:left; 
	margin-left:5px; 
}

.mediaContent .search div.opts label{ 
	visibility:hidden; 
	float:left; 
	clear:left; 
	color:#555; 
	line-height:1.2em; 
	font-size:11px; 
	cursor:pointer; 
}

.mediaContent .search div.opts label input{ 
	visibility:hidden; 
	float:left; 
	margin:1px 5px 0; 
}
			
			
#kaltura_playlist_horizontal_wrap { 
	width: 724px; 
	margin: 40px auto; 
}

#kaltura_playlist_vertical_wrap { 
	width: 400px; 
	margin: 40px auto; 
}

.ovd_sponsored_badging {
	background: url('../images/ovd_sponsored_videos_header.jpg') no-repeat top left;
	width: 450px;
	height: 70px;
	float: left;
}