#convoPhase{
	width:1024px;
}
#person{
	background-repeat:no-repeat;
	background-position:bottom center;
	height:640px;
	left: 20px;
	position:absolute;
	top: 100px;
	width:502px;
}
#person.email-person{
	/*top: 147px;*/
}
#person video{
	box-shadow: 0px 0px 10px #000;
	margin-top:29px;
}
.conclusion #person {
	margin-left:250px;
	text-align:center;
}
.conclusion #person video{
	margin-bottom:70px;
}
#person .gauge{
	margin:10px auto 30px;
	width:378px;
	height:74px;
	background:url('../images/gauge.png') center no-repeat;
	font-size:14px;
    font-family:'Open Sans', Arial, Helvetica, sans-serif;
	position:relative;
}
#person .gauge .goal{
	position:absolute;
	left:301px;
}
#person .gauge .label{
	position:absolute;
	top:65px;
	text-align:center;
	width:100%;
}
#person .gauge .fill{
	position:relative;
	left:15px;
	top:33px;
	width:345px;
	height:7px;
	background:url('../images/fill.jpg') left center no-repeat;
}
#person .note-btn, #person .proposal-btn, #person .glossary-btn{
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	font-size: 14px;
    font-family:'Open Sans', Arial, Helvetica, sans-serif;
	height: 20px;
	padding-top: 63px;
	text-align: left;
	width: 91px;
	float:left;
}
#person .note-btn{
	background-image: url('../images/note_sprite.png');
	padding-left: 7px;
}
#person .proposal-btn{
	background-image: url('../images/cust_research_sprite.png');
	text-align:center;
	padding-right: 7px;
}
#person .proposal-btn.proposal-p-btn{
	background-image: url('../images/proposal_sprite.png');
}
#person .glossary-btn{
	background-image: url('../images/glossary_sprite.png');
	text-align:center;
	padding-right: 7px;
}
#person .trans-btn{
	background-image: url('../images/transcript_sprite.png');
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	font-size: 14px;
    font-family:'Open Sans', Arial, Helvetica, sans-serif;
	height: 20px;
	padding-top: 63px;
	padding-left: 10px;
	text-align: left;
	width: 82px;
	float:left;
	margin-left:20px;
}
#person .bg-btn{
	background-image: url('../images/bg_sprite.png');
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	font-size: 14px;
    font-family:'Open Sans', Arial, Helvetica, sans-serif;
	height: 20px;
	padding: 63px 5px 0;
	text-align: left;
	width: 82px;
	float:left;
	margin-left:20px;
	text-align:center;
}
#person .proposal-btn:hover, #person .glossary-btn:hover, #person .note-btn:hover, #person .trans-btn:hover, #person .bg-btn:hover{
	background-position: right top;
}
#person .coach-btn{
	background-image: url('../images/coach_sprite.png');
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	float: right;
	font-size: 14px;
    font-family:'Open Sans', Arial, Helvetica, sans-serif;
	height: 20px;
	margin-top: 21px;
	padding-top: 42px;
	text-align: center;
	width: 80px;
}
#person .coach-btn:hover{
	background-position: right top;
}
#convoPhase #panel{
	position:absolute;
	padding: 0;
	top:100px;
	right:20px;
	width: 445px;
}

/*.coach, */.notes, .background, .proposal, #popup{
	background-color: #fff;
	box-shadow: 1px 1px 15px #000;
	padding: 25px;
	position: absolute;
	top: 0px;
	left:0px;
	width: 452px;
	height:300px;
	z-index: 1000;
	color:#333; /*666*/
	font-size:16px;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	display:none;
}
#convoPhase #popup-wrapper{
	background-image: url('../images/blank_gif.gif');
	display: none;
	height: 720px;
	left: 0;
	position: absolute;
	top: 0;
	width: 1000px;
}
#convoPhase #popup{
	display: block;
	height: auto;
	left: 50%;
	margin-left: -226px;
	top: 150px;
}
#convoPhase #popup #popupclose{
	cursor: pointer;
	float: right;
	margin: 10px 0;
}
/*.coach .header, */.notes .header, .background .header, .notes .header, .proposal .header{
	font-size:35px;
    font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-weight:100;
	margin-bottom:25px;
}
.background .body{
	overflow-y:auto;
	height:260px;
}
.notes .notebody{
	width:100%;
	height:250px;
	overflow-y:scroll;
	border:1px solid #999;
	font-size:13px;
}
.notes .notebody .notetitle, .notes .notebody .noteheader, .note .body .notetitle, .note .body .noteheader{
	font-weight:bold; 
	margin-bottom:10px;
}
.notes .notebody .notetitle, .note .body .notetitle{
	font-size:14px;
}
.notes .notebody .noteheader, .note .body .noteheader{
	color:#2c6ae5;
}
.notes .notebody .noteentry{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-left:1px solid #333;
	border-top:1px solid #333;
	margin:5px;
}
.note .body .noteentry{
	margin:5px 0;
}
.proposalbody{
	height:250px;
	overflow-y:scroll;
	font-size:14px;
}
.proposalbody .term{
	cursor: pointer;
	font-size: 110%;
	margin-top: 10px;
	font-weight: bold;
}
.proposalbody .definition{
	overflow: hidden;
}
.close{
	display:block;
	position:absolute;
	right:7px;
	top:7px;
}

#optionContainer{
/*	margin-top:30px;*/
	box-shadow: 0px 0px 15px #BBBBBB;
}
#transcript_button{
	margin-left:40px;
}
.option{
	font-size:15px;
	cursor:pointer;
	border:1px solid #e0e0e0;
	 color:#333; /*666*/
	background:#FFFFFF;
	padding:20px 30px;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
}
.option.disabled{
	color:#BBB;
	cursor:default;
}

.option:hover{
	background-color: #e1e1e1;
	color: #000;
}
.option.chosen, .option.enabled:hover{
	background-color: #4173ea;
	color:#fff;
}
#transcript{
	position:absolute;
	top:100px;
	right:-400px;
	z-index:2000;
}
#transcript .content{
	height:300px;
	padding:20px;
	background:#fff;
	overflow-y:scroll;
	margin-bottom:30px;
}

#convoOutro{
	margin-top:85px;
	padding:11px;
}
#finalScore{
	width:275px;
    font-family:'Open Sans', Arial, Helvetica, sans-serif;
	color:#3369e8;
	font-size:21px;
	padding-bottom:52px;
	margin-left:354px;
	font-weight:300;
	line-height:110%;
	position:relative;
	text-align:center;
}
#finalScore b{
	font-weight:normal;
}

#numScore{
	position:absolute;
	right:12px;
	top:35px;
	font-size:58px;
	font-weight:100;
}
#convoOutro .instructions{
	font-family:'Open Sans', Helvetica, Arial, sans-serif;
	font-style:italic;
	font-size:12px;
	padding-left:75px;
	width:400px;	
}
#convoOutro .instructions b{
	font-weight:bold;
}
#convoOutro #tabs{
	margin-top:-20px;
	padding-left:20px;
	position:relative;
	z-index:10;
}
#convoOutro #tabs .tab{
	width:180px;
	height:26px;
	padding-top:9px;
	background:url('../images/tab.png');
	text-align:center;
	float:left;
    font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#666; /*999;*/
	margin-right:5px;
	cursor:pointer;
}
#convoOutro #tabs .tab.active{
	background:url('../images/tab_active.png');
}
#convoOutro .button{
	float:right;
	margin-right:10px;
	position:relative;
	z-index:15;
}
#convoOutro .content{
	width:981px;
	height:400px;
	background:url('../images/outro_card.jpg') left top repeat-x;
	position:relative;
	z-index:5;
	border-right:1px solid #d6d5d5;
	border-left:1px solid #e1e1e1;
	border-top:1px solid #e1e1e1;
	margin-top:-1px;
	box-shadow:3px 5px 10px #aaa;
}
#convoOutro .tabpage{
	display:none;
}
#convoOutro .tabpage.active{
	display:block;
}
#convoOutro .note{
	float:left;
	width:466px;
	margin-left:17px;
	margin-top:37px;
}
#convoOutro .note .head{
	color:#575758;
    font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight:100;
	height:35px;
}
#convoOutro .note .body{
	border:1px solid #cccccc;
	padding:21px 25px;
	background:#fff;
    color:#303030; /*575758;*/
	font-size:12px;
	line-height:120%;
	font-family:'Open Sans', Helvetica, Arial, sans-serif;
	height:275px;
	overflow-y:scroll;
}
#convoOutro .note .body b{
	font-weight:bold;
}
#graph{
	margin:25px 30px 45px 50px;
	border-left:2px solid #666;
	border-bottom:2px solid #666;
	border-top:1px solid #bbb;
	border-right:1px solid #bbb;
	height:897px;
	height:320px;
	position:relative;
}
#graph .label{
	position:absolute;
}
#graph .label.xaxis{
	top:330px;
	left:380px;
}
#graph .label.yaxis{
	left:-80px;
	top:150px;
	transform:rotate(-90deg);
	-ms-transform:rotate(-90deg); /* IE 9 */
	-webkit-transform:rotate(-90deg); /* Safari and Chrome */
}
#graph .hotspot{
	position:absolute;
	height:340px;
	top:0px;
	z-index:7;
}
#graph .hotspot:hover{
	background:rgba(0,255,0,0.1);
}
#graph .recap{
	background:#fff;
	border:1px solid #ccc;
	box-shadow: 5px 5px 10px #aaaaaa;
	display:none;
	left:0px;
	padding:20px;
	position:absolute;
	top:-15px;
	width:425px;
	z-index:30px;
}
#graph .recap .them{
	font-style:italic;
	color:#666; /*999;*/
}
#graph .recap .chose{
	font-weight:bold;
	margin:10px 0;
}

#scorecard{
	padding:25px 30px 0;
}
#scorecard .behavior{
	margin-bottom:22px;
	position:relative;
	height:20px;
}
#scorecard .name{
	width:550px;
	font-size:12px;
	display:inline-block;
	vertical-align:middle;
}
#scorecard .track{
	width:370px;
	height:17px;
	background:url('../images/scorecard_track.jpg') left top no-repeat;
	position:absolute;
	right:0px;
	top:0px;	
	font-size:15px;
	text-align:right;
	color:#c4c4c5;
	font-family:'Open Sans', Helvetica, Arial, sans-serif;
}
#scorecard .fill{
	height:17px;
	background:url('../images/scorecard_fill.jpg') left top no-repeat;
	position:absolute;
	left:0px;
	top:0px;
	color:#fff;
}
#transcriptOverlay, .coach{
	position:absolute;
	width:462px;
	height:222px;
	padding:30px 20px;
	left:0px;
	top:67px;
	background:rgba(0,0,0,0.8);
	z-index:10;
	font-size:18px;
	color:#fff;
	display:none;
}
#transcriptOverlay{
	position:absolute;
	width:462px;
	height:222px;
	padding:30px 20px;
	left:0px;
	top:53px;
	background:rgba(0,0,0,0.8);
	z-index:10;
	font-size:18px;
	color:#fff;
	display:none;
}
.video-person .coach{
	top:53px;
}
.email-person .coach{
	height:254px;
	top:24px;
}
.audio-person .coach{
	top:41px;
}



#help{
	position:absolute;
	display:none;
	z-index:110;
}
#help .helpicon{
	position:absolute;
	width:40px;
	height:39px;
	background:url('../images/help_icon.png') center no-repeat;
	cursor:pointer;
	z-index:18;
}
#help .helpbox{
	position:absolute;
	width:330px;
	padding:10px;
	background: #4c73d0;
	border-radius: 8px;
	box-shadow:5px 8px 8px #333;
	font-size:12px;
	color:#fff;
	z-index:20;
	display:none;
}

#help .helpbox.visible{
	display:block;
}
#help .helpbox .up{
	position:absolute;
	top:-13px;
	left:50%;
	width:22px;
	height:13px;
	background:url('../images/helparrow_up.png') center top no-repeat;
}
#help .helpbox .up-right{
	position:absolute;
	top:-13px;
	left:90%;
	width:22px;
	height:13px;
	background:url('../images/helparrow_up.png') center top no-repeat;
}
#help .helpbox .up-left{
	position:absolute;
	top:-11px;
	left:8%;
	width:22px;
	height:13px;
	background:url('../images/helparrow_up.png') center top no-repeat;
}
#help .helpbox .down{
	position:absolute;
	bottom:-13px;
	left:50%;
	width:22px;
	height:13px;
	background:url('../images/helparrow_down.png') center bottom no-repeat;
}
#help .helpbox .down-left{
	position:absolute;
	bottom:-13px;
	left:10%;
	width:22px;
	height:13px;
	background:url('../images/helparrow_down.png') center bottom no-repeat;
}
#help .helpbox .down-right{
	position:absolute;
	bottom:-13px;
	left:90%;
	width:22px;
	height:13px;
	background:url('../images/helparrow_down.png') center bottom no-repeat;
}
#help .helpbox .left{
	position:absolute;
	left:-13px;
	top:50%;
	width:13px;
	height:22px;
	background:url('../images/helparrow_left.png') center bottom no-repeat;	
}
#help .helpbox .title{
	padding:0px;
	margin:0 0 4px;
	font-weight:bold;
	color:#fff;
	font-size:12px;
}
#help .overlay{
	width:1000px;
	height:700px;
	position:absolute;
	background:url('../images/help_bg.png');
	z-index:15;
}
#help .helppage{
	display:none;
}
#help .helppage.active{
	display:block;
}
.reminder, .outgoing{
	position:absolute;
	width:300px;
	padding:30px;
	background:#fff;
	border:1px solid #aaa;
	font-size:13px;
}
.outgoing{
	z-index:50;
	left:636px;
	top:423px;
	display:none;
}
.outgoing .button{
	float:left;
	padding:8px 10px 0;
	margin-top:30px;
}
#convoProposal img{
	margin-top:75px;
}
#email{
	width:502px;
	height:315px;
	background:url('../images/email.jpg');
	font-size:12px;	
    font-family:'Open Sans', Arial, Helvetica, sans-serif;
    margin-bottom: 50px;
}
#email .subject{
	position:absolute;
	top:40px;
	left:60px;
}
#email .body{
	position:absolute;
	top:79px;
	left:10px;
	width:480px;
}

.conclusion #email .subject{
	position:absolute;
	top:40px;
}
.conclusion #email .body{
	top:99px;
	text-align: left;
}
