html, body{ 
	height: 100%; 
	overflow: hidden; 
}

body{
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

body.wrapperbody { 
	height:1310px; 
}

body.wrapperbody iframe#kaltura_featured_videos_box { 
	margin-top:573px; 
	margin-left:238px; 
}

/*--------------------------------
	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; 
}


.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'); 
}

a {
	font-weight: bold;
	color: #a2a2a2;
	text-decoration: none;
}

a:hover {
	color: #357495;
	font-weight: bold;
	text-decoration: none;
}

/*--------------------------------
	Content
---------------------------------*/

#kaltura{ 
	margin:0 auto;
	padding-top: 8px;  
	background:#f1f1f1;
	height: 144px;
	width:380px; 
	background:url(../images/featured-bg.jpg) #35393C repeat-x;
	position:relative;
	font-family:rockwell, arial, sans-serif;
}

/* videoboxContent */

#videoboxContent{
}

.mediaContent{ 
	float:left; 
}

/* rows */
	
.mediaContent .row{ 
}

/* left right arrows */	

.bar{
background:url(../images/featured-bar.jpg);
width:365px;
height:35px;
position:absolute;
left:7px;
top:36px;
}

a.prev{
position:absolute;
width:15px;
height:13px;
background:url(../images/featured-arrow.jpg);
left:20px;
top:47px;
z-index:998;
cursor:pointer;
}

a.next{
position:absolute;
width:15px;
height:13px;
background:url(../images/featured-arrow.jpg) right top;
right:20px;
top:47px;
z-index:998;
cursor:pointer;
}

/* scrollable list */

.mediaContent .row .scrollable{ 
	float:left; 
	width:300px; 
	height: 116px;
	position:relative; 
	overflow:hidden;
	margin:12px 0 0 41px;
}

.mediaContent .row ul{ 
	position:absolute; 
	width:10000em;
}

.mediaContent .row ul li{ 
	list-style:none; 
	float:left; 
	width:92px; 
	margin-right:8px; 
	color:#666; 
	font-size:11px; 
	line-height:1.2em; 
}

.mediaContent .row ul li.hover{ 
	color:#CA2128; 
}

.mediaContent .row ul li div{ 
	position:relative; 
	width:92px;
	height:70px;
	margin-bottom:4px; 
	overflow:hidden; 
	background-color:#000; 
	cursor:pointer; 
	border:1px solid #000;
}

.mediaContent .row ul li div img{
	width:92px; 
	border:0px;
}

.mediaContent .row ul li p{
	width:92px;
	height:40px;
	text-align: center;
	overflow:hidden;
}

.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:1.25em; 
	overflow-x:hidden; 
	overflow-y:hidden; 
	width:100%; 
}

.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; 
}