﻿/* 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.muteBtn
{
	width: 39px;
	height: 20px;
	background: transparent url(../images/sound.gif) no-repeat center top;
	background-color: #DEDFDE;
}
/* End AP */

.flashView {
	width:200px;
	height:140px;
	font-size:xx-small;
}

.orangeHighlight{
	color: #F76D22;
}

/* AP - taken from www.talkingcv.com stylesheet to format demo links area */
.rightCon {
	display:inline;
	float: left;
	width:550px;
	padding-top:3px;
}

.demo {
	margin-left:10px;
	margin-bottom:3px;
	padding:5px 0 0 5px;
	width:550px;
	height:75px;
	background-color:#F7F7F7;
}

.demoLeft {
	float:left;
	width:87px;
}

.demoRight {
	display:inline;
	float:left;
	width:2px;
	padding-top:3px;
}

.demoHead {
	font-weight:bold;
	/*border-bottom:1px dotted #666;*/
}

.record {
	float:right;
	margin-left:10px;
	padding:5px 0 0 5px;
	width:175px;
	height:75px;
	background-color:#F7F7F7;
}

.recordLeft {
	float:left;
	width:130px;
}
.recordRight {
	display:inline;
	float:left;
	width:135px;
	padding-left:6px;
}
.feedbackLabel{
	padding-left: 65px;
	width: 250px
}
.feedbackField{
	
}

