/*
 * Ext JS Library 2.0.2
 * Copyright(c) 2006-2008, Ext JS, LLC.
 * licensing@extjs.com
 * 
 * http://extjs.com/license
 */
 
.video-player{
	margin-top:5px;
	height:300px;
	
	width:425px;
	height:300px;
	background-color:#000000;
}
.video-details {
	margin-left:10px;
	border:1px solid #888888;
	
}
#rating {
	margin-left:10px;
	border:1px solid #888888;
	border-top:none;
	
	padding:3px 0 3px 0;
}

.video-comments .comments {
	border:none;
	margin:10px;
	padding:0;
}

.video-details .x-panel-body {
	padding:5px;
}

.video-details .name {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	height: 18px !important;
}
.video-details .description {
	font-size: 12px;
	margin-bottom:10px;
}

.video-details .link a{
	font-size: 13px;
	text-decoration:none;
	font-weight:bold;
	color: #323970;
}

.video-comments {
	clear:both;
	margin-top:15px;
}

.video-comments .x-panel-header {
	background-image:url(../img/header-background.png);
	background-repeat: repeat-x;
	background-position: center;
	color: #FFFFFF;
}

.video-categories {
	margin-top:15px;
	clear:both;
	width:100%;
}
.video-categories .x-panel-body{
	background: white;
	font: 11px Arial, Helvetica, sans-serif;
}
.video-categories .thumb{
	padding: 3px;
	text-align:center;
}
.video-categories .thumb img{
	width:100px;
	height:60px;
}
.video-categories .thumb-wrap{
	float: left;
	margin: 4px;
	margin-right: 0;
	margin-bottom: 0;
	padding: 4px;
	width:116px;
	height:120px;
	border:#aaaaaa solid 1px;
	cursor:pointer;
}
.video-categories .thumb-wrap span{
	display: block;
	overflow: hidden;
	text-align: left;
}

.video-categories .x-view-over{
    border:1px solid #dddddd;
    background: #efefef url(../../resources/images/default/grid/row-over.gif) repeat-x left top;
	padding: 4px;
}

.video-categories .x-view-selected{
	background: #eff5fb url(images/selected.gif) no-repeat right bottom;
	border:1px solid #99bbe8;
	padding: 4px;
}
.video-categories .x-view-selected .thumb{
	background:transparent;
}

.video-categories .loading-indicator {
	font-size:11px;
	background-image:url('../../resources/images/default/grid/loading.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding-left:20px;
	margin:10px;
}

.video-categories .name {
	font-weight: bold;
	color:#444444;
}

.video-categories .x-panel-header {
	background-image:url(../img/header-background.png);
	background-repeat: repeat-x;
	background-position: center;
	color: #FFFFFF;
}
.video-icon{
	background:transparent url(../img/video.png) !important;
}
