/*
	Orchestra Takeaway CSS
*/


/* VIRTUAL */
#orchestraVirtualTakeAway {
	

}

#orchestraVirtualTakeAway #takeawayPlayerHolder.player{
	width:470px;
	height:190px;
}


.globalUI #staticLabReportLayer #orchestraVirtualTakeAway .takeAwayDescription {
	width:389px;
	padding-left:66px;
	background-image:url("../../images/common/icons/collaborationIcon.png");
	background-position-x:15px;
	background-position-y:50%;
	background-repeat:no-repeat;
}

#orchestraVirtualTakeAway .takeAwayDescription .collaborationIcon {
	width:34px;
	height:30px;

	float:left;	
	display:block;
	margin-right:20px;
}

#orchestraVirtualTakeAway .takeAwayDescription p{
	text-align:left;
	width:460px;
}

.globalUI #staticLabReportLayer #orchestraVirtualTakeAway .actionButtons {
	width:470px;	
}

/* PHYSICAL */
#orchestraPhysicalTakeAway {
	width:470px;
	margin:auto;

}

/* Thumbnail */
#orchestraPhysicalTakeAwayThumbnail .videoPlaceholder {
	width:300px;
	height:170px;

	text-align:center;

	margin-left:-3px;
	border:3px solid white;

	display:none;
}

#orchestraPhysicalTakeAwayThumbnail.processing .videoPlaceholder { display:block; }

#orchestraPhysicalTakeAwayThumbnail .videoPlaceholder p {
	background:white;
	padding:10px;
	margin:auto;	
	text-align:center;

	margin-top:65px;
	width:140px;	
}

/* Player */
#orchestraPhysicalTakeAway.processing .player { display:none; }
#orchestraPhysicalTakeAway .player { display:block; }

#orchestraPhysicalTakeAway #takeawayPlayerHolder.player{
	width:460px;
	height:290px;
}

#orchestraPhysicalTakeAway.processing .videoPlaceholder { display:block;}
#orchestraPhysicalTakeAway .videoPlaceholder { 

	display:none;
	text-align:center;

	border:3px solid white;
	margin-left:-3px;
	width:464px;
	height:284px;
}

#orchestraPhysicalTakeAway .videoPlaceholder .processingDialog {
	margin:auto;	
	width:215px;
	height:90px;
	padding:10px;

	position: relative;
	top:80px;

	background-color:white;
}

#orchestraPhysicalTakeAway .takeAwayDescription p{
	text-align:left;
	width:460px;
}

.globalUI #staticLabReportLayer #orchestraPhysicalTakeAway .actionButtons {
	width:470px;	

}

/* VIDEO */