﻿/* AP 27 11 2007 - The video table */
table.videoTable {
	border-collapse:collapse;
	border:0px solid #666;
}
/* End AP */

/* AP 27 11 2007 - The mute button */
input.btn
{
	width: 39px;
	height: 20px;
	background: transparent url(images/sound.gif) no-repeat center top;
	background-color: #DEDFDE;
}
/* End AP */

.flashView {
	width:150px;
	height:140px;
	font-size:xx-small;
}

.orangeHighlight{
	color: #F76D22;
}

.rightCol{
	float:right;
	padding-left:18px; 
}

.contentContainer{
	float:left;
	width: 100%;
}