﻿.RelatedPresentationsPanel
{
	padding: 0 10px;
	width: 400px;
}

.RelatedPresentationsPanel div
{
	color:#D5D5D5;
	font: bold 11px Tribuchet MS, Arial;
}

/*
.RelatedPresentationsPanel h3
{
	width:425px;
	height:14px;
	padding:5px 10px;
	font-weight:bold;
	margin:0 0 5px -23px;
	background:#d0d2d3;
	text-align:left;
	color:#727d84;
}
*/
.RelatedPresentationsControl
{	
	width:421px;
	text-align:left;
	margin-left:-10px;
	margin-top: -7px;
	padding:0;
}

.RelatedPresentationsControl .NotFoundAnyVideo
{
	height:40px;
	margin-top:7px;
}

.RelatedPresentationsControl .NotFoundAnyVideo span
{
	font: normal 11px Trebuchet MS, Arial;
	color:#C5C5C5;
	margin-left:20px;
	margin-top:10px;
	float:left;
}

.RelatedPresentation
{
	width:404px;
	padding:3px;	
	clear:both;
	/*background: #EFF7FF;*/
	overflow:hidden;
	display: block;
	margin-top:7px;
}

.RelatedPresentation .RelatedLeftContent 
{
	float: left;
	width: 96px;
	padding: 7px;
}
.RelatedPresentation .RelatedRightContent
{
	float: right;
	width: 284px;
}

.RelatedPresentation .BoxDuration
{
	width: 80px;
	/*background-color: #C4E2FA;*/
	font: normal 11px Trebuchet MS, Arial;
	float: left;
	text-align: center;
	padding: 2px 0px 2px 0px;
	margin-top: 5px;
	vertical-align: baseline;
	color: #C5C5C5;
}

.RelatedPresentation img
{
	/*float:left;*/
	margin-right:10px;
}

.RelatedPresentation a h1, .RelatedPresentation h1 a
{
	font-size:12px;
	text-decoration:none;
	margin-bottom:2px;
	padding-top:5px;
	color:#D5D5D5;
}

.RelatedPresentation a h1:hover
{
	text-decoration: underline;	
}

.RelatedPresentation a span, .RelatedPresentation span a
{
	text-decoration:none;
}

.RelatedPresentation a:hover {
	text-decoration:none;
}

.RelatedPresentation a:hover span, .RelatedPresentation span a:hover 
{
	text-decoration:underline;
}

.RelatedPresentation .RelatedPresentationViews
{
	font: bold 10px Trebuchet MS, Arial;
	white-space:nowrap;
}

.RelatedPresentation .VideoPreview
{
	width: 96px;
	height: 72px;
	margin-right: 5px;	
}

.RelatedPresentation .Info
{
	color: #C5C5C5;
	font: normal 11px Trebuchet MS, Arial;
	clear:both;	
	display:block;
}

.RelatedPresentation .PresentationData a {
	text-decoration: none;
}
.RelatedPresentation .PresentationData a:hover {
	text-decoration: underline;
}
/*
.RelatedPresentation .Data
{
	float: left;
}
	
	.RelatedPresentation .Data a
	{
		font: normal Arial 11px;
		color: #313031;
		text-decoration: none;
	}
*/