.videoPanelHolder
{
	margin: 5px 0px 10px 0px;
	padding: 5px 0px 20px 0px;
	
	width:425px;
}

.videoPanel .rowSeparator
{
	float:left;
	width:425px;
	height:5px;
	border-bottom: solid 2px #EDEBE9;
}

.videoPanel .row
{
	float:left;
	width:425px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}


.videoPanel
{
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}


.videoPanel .row img
{
	float: left;
	border:0;
	margin-right:10px;
}

.videoPanel  .row .heading
{
	 float:left;
	 
	 font-weight:bold;
	 color: #00467F;
	 font-size:106%;

}

.videoPanel .row .text
{
	width:100%;
	float:left;
	font-size:106%;
}

.videoPanel .row .TranscriptLink
{
	float: left;
	width:100%;
}


