html,body {
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* Prevent user selection */
	width:100%;
	font-family: Arial, "Helvetica Neue", Helvetica, Gotham, sans-serif;
}

html,body#mainBody {
	/*height:100%;
	width:100%;
	overflow:hidden;*/
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
html body#mainBody {
	background:#e8e8e8;
	margin: 0;
	padding: 0;
	/*background: url(../images/bg_page_dark.png) #525252 no-repeat;
	height: 660px;*/
	background:#FFF;
	overflow: hidden;
}

#main{
	position: relative;
	height: 660px;
	width: 1024px;
	background-size: cover;
	margin: 0 auto;
	box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, .5);
	background: #FFF url('../images/screen-bg.jpg') no-repeat top center;
	background-size: cover;
}

#slideLoading {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
}

.loadingAnimation {
	height: 50px;
	width: 50px;
	background: url('../images/loading.gif') no-repeat top left;
}

a{outline:0;}

#header{
	position:relative;
	width:100%;
	height:80px;	
}

.disable_overlay {
	background-color:#000;
	opacity:.3;
	display:none;
}
#footer div.disable_container {
	float:right;
	left:0px;
	top:20px;
	position: relative;
	width:500px;
	height:70px;
	
}

#Stage {
	font-family: Arial, "Helvetica Neue", Helvetica, Gotham, sans-serif;
	color:rgb(100,100,100);
	position: absolute;
	margin: 0;
}

#Stage #title {
	float: left;
	position: absolute;
	left: 62px;
	top: 20px;
	font-size: 30px;
	opacity: 1;
	left: 700px;
	opacity: 0;
	color: rgb(84, 108, 152);
}

/* =============================== GENERAL SHARED STYLES ====================================*/

#feedback {
	color: #5484a3;
	display: none;
	position: absolute;
	bottom: 120px;
	right: 40px;
	border: 2px solid #4e7fa0;
	width: 315px;
	padding: 15px 20px;
	border-radius: 10px;
	box-shadow: 3px 5px 10px rgba(0,0,0,0.6);
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #cad9e3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cad9e3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#cad9e3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#cad9e3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#cad9e3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#cad9e3 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cad9e3',GradientType=0 );*/ /* IE6-9 */
}

#feedback p {
	padding: 0;
	margin: 5px 0;
	font-size: 20px;
}

/* =============================== GENERAL SHARED STYLES ====================================*/

.topLeftCorner { border-top-left-radius:6px; }
.topRightCorner { border-top-right-radius:6px; }
.bottomLeftCorner { border-bottom-left-radius:6px; }
.bottomRightCorner { border-bottom-right-radius:6px; }

.leftAlign { text-align:left; }
.centerAlign { text-align:center; }
.rightAlign { text-align:right; }

.width5, .width10, .width15, .width20, .width25, .width30, .width40, .width33, .width50, .width60, .width70, .width80, .width90 { float:left; }
.width5 { width:5%; }
.width10 { width:10%; }
.width15 { width:15%; }
.width20 { width:20%; }
.width25 { width:25%; }
.width30 { width:30%; }
.width33 { width:33.333%; }
.width40 { width:40%; }
.width50 { width:50%; }
.width60 { width:60%; }
.width70 { width:70%; }
.width80 { width:80%; }
.width90 { width:90%; }

.cornerTopLeft { border-top-left-radius: 10px; }
.cornerTopRight { border-top-right-radius: 10px; }
.cornerBottomLeft { border-bottom-left-radius: 10px; }
.cornerBottomRight { border-bottom-right-radius: 10px; }

.greenTip.inside {
	border:3px solid #a8d16b;
	background: #56a649 !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #56a649 0%, #4d943d 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#56a649), color-stop(100%,#4d943d)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #56a649 0%,#4d943d 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #56a649 0%,#4d943d 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #56a649 0%,#4d943d 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom,  #56a649 0%,#4d943d 100%) !important; /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56a649', endColorstr='#4d943d',GradientType=0 ) !important;*/ /* IE6-9 */
}

.greenTip {
	background: #58a946 !important;
}

.greenTipTitle {
	color:#c0eb81;
	font-weight:bold;
}

.arrowRightSm, .arrowLeftSm {
	width: 66px;
	height: 51px;
	color: #FFF;
	cursor: pointer;
	font-weight:bold;
	margin:20px 10px;
}
.arrowRightSm {
	background: url('../images/arrow_right_sm.png') no-repeat top left;
}
.arrowLeftSm {
	background: url('../images/arrow_left_sm.png') no-repeat top left;
}
.arrowRightSm:hover, .arrowLeftSm:hover {
	color: #Fc0;
}
.arrowRightSm span, .arrowLeftSm span {
	text-align: center;
	display: block;
	margin-top: 15px;
	text-shadow: 1px 2px 2px rgba(0,0,0,0.75);
}

.btn-close {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 12px;
    right: 90px;
	cursor: pointer;
    background: rgba(255,255,255,0.01);
}
.btn-close span {
	display: none;
}

.btn-skip-intro {
    position: absolute;
    font-size: 20px;
    bottom: 0;
    right: 10px;
    padding: 15px 30px;
    cursor: pointer;
    color: #CCC;
}
.btn-skip-intro:hover {
	color: #FFF;
}

/* =============================== SCREEN COUNTER/PROGRESS BAR ====================================*/

#screenCounter {
	position: absolute;
	left: 50%;
	margin-left: -100px;
	top: 20px;
	width: 200px;
	height: 26px;
	font: 11px Arial;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	z-index: 101;
	border-radius: 20px;
	overflow: hidden;
	background: #848484;
	border: 2px solid #DDD;
}

#screenCounter_bar {
	position: relative;
	overflow: hidden;
	height: 30px;
	background: #848484;
	box-sizing: border-box;
	margin-top: -1px;
}

#screenCounter .divider {
	border-left: 1px solid #5A6D54;
	border-right: 2px solid #CCC;
	position: absolute;
	height: 30px;
	top: 0;
	box-sizing: border-box;
	margin-left: -1px;
}

#screenCounter_progress {
	left: 0px;
	top: 0px;
	position: relative;
	overflow: hidden;
	height: 30px;
	background: #57E626 url(../images/bg_counter.png) repeat-x;
	border: 1px solid #DDD;
	box-sizing: border-box;
	margin-top: -1px;
}

#screenCounter_text {
	position: absolute;
	top: 4px;
	left: 0;
	width: 100%;
	text-align: center;
	display: none;
}


/* ========================== TOP NAVIGATION ========================== */
#header_nav{
	position:absolute;
	right:10px;
	top:20px;
	width:170px;
	height:60px;
}

.top_button{
	position:relative;
	width:46px;
	height:46px;
	background:url(../images/top_button_bg.png)	no-repeat;
	float:left;
	margin-right:8px;
}

.top_button a{
	display:block;
	width:46px;
	height:46px;	
}

#header_nav .top_button span, #footer_nav .footer_folder span, #footer_nav .footer_button span {
	font: 15px Arial;
	font-weight: bold;
	color: #2a0;
	text-shadow: 1px 1px 1px rgba(255,255,255,1);
	border: 1px solid #789;
	border-bottom-width: 2px;
	border-right-width: 2px;
	padding: 4px 12px;
	border-radius: 5px;
	background: #eee url('../images/nav-hover-bg.png') repeat-x bottom left;
	position: absolute;
	z-index: 5;
	box-shadow:1px 3px 3px rgba(0,0,0,0.25);
	display: none;
}
#footer_prev span {
    margin-left:-10px;
} 
#footer_next span {
    margin-left:-10px;
}

#chat_btn span {
    margin-left:-3px;
}

#help_btn span {
    margin-left:-3px;
}

#exit_btn span {
    margin-left:-3px;
}
#footer_folder span {
    margin-left:-35px;
} 

#footer_transcript span {
    margin-left:-30px;
} 
#footer_replay span {
    margin-left:-18px;
}
#footer_play span {
    margin-left:-10px;
}
#footer_main span {
    width:85px;
    margin-left:-35px;
}
#header_nav .top_button span {
	top: 45px;
}
#footer_nav .footer_folder span, #footer_nav .footer_button span {
	bottom: 53px;
}

#frame_box{
	position: relative;
	width: 1024px;
	height: 660px;
	margin: 0;
	overflow: hidden;
}

#frame_header{
	height: 70px;
	width: 100%;
	position: absolute;
	background: rgba(180,180,180,0.9);
	font: 12px Arial;
	color: #54FF19;
	text-shadow: 0 1px #222222;
	font-weight: bold;
	top: 0;
	z-index: 100;
	border-bottom: 2px solid #34ce00;
}

#frame_header img {
	border: none !important;
}

#frame_header .title {
	display: block;
	position: absolute;
	top: 20px;
	right: 40px;
	width: 300px;
	text-align: right;
	font-size: 28px;
	font-weight: normal;
}

#footer{
	height: 45px;
	width: 100%;
	bottom: 0px;
	left: 0px;
	position: absolute;
	background: url(../images/bg_footer.png) #3b71a8 repeat-x bottom center;
}

#footer_nav, #footer_glow {
	position: absolute;
	right: 0px;
	bottom: 5px;
	width: 100%;
	height: 40px;
}

.footer_nav_left {
	margin: 0 0 0 40px;
	height: 40px;
	text-align: left;
	float: left;
}

.footer_nav_right {
	margin: 0 40px 0 0;
	height: 40px;
	text-align: right;
	float: right;
}

.footer_button, .footer_glowBtn{
	width: 40px;
	height: 40px;
	position: relative;
	background: url(../images/bottom_button.png) no-repeat;
	margin: 2px 2px;
	z-index: 2;
	display: inline-block;
}

.footer_button {
	display: none;
}

#footer_exit {
	display: inline-block;
}

.footer_folder{
	width:49px;
	height:54px;
	position:relative;
	float:left;
	margin-right:14px;
	z-index: 2;
}

.footer_folder a{
	display:block;	
	width:49px;
	height:54px;
	background:url(../images/icon_folder.png) no-repeat;
}

.footer_folder a:hover{background:url(../images/icon_folder_o.png) no-repeat;}

.footer_button a{
	width:42px;
	height:45px;
	display:block;	
}

.footer_glowBtn {
	background:url('../images/bottom_button-glow.png') no-repeat top left;
}

a.exit{background:url(../images/icon_exit.png) no-repeat}
a.transcript{background:url(../images/icon_transcript.png) no-repeat}
a.main{background:url(../images/icon_main.png) no-repeat}
a.notepad{background:url(../images/icon_notepad.png) no-repeat}
a.snapshot{background:url(../images/icon_snapshot.png) no-repeat}
a.replay{background:url(../images/icon_replay.png) no-repeat}
a.pause{background:url(../images/icon_pause.png) no-repeat}
a.play{background:url(../images/icon_play.png) no-repeat}
a.prev{background:url(../images/icon_prev.png) no-repeat}
a.next{background:url(../images/icon_next.png) no-repeat}

/*a.exit:hover{background:url(../images/icon_exit_o.png) no-repeat}
a.transcript:hover{background:url(../images/icon_transcript_o.png) no-repeat}
a.main:hover{background:url(../images/icon_main_o.png) no-repeat}
a.snapshot:hover{background:url(../images/icon_snapshot_o.png) no-repeat}
a.replay:hover{background:url(../images/icon_replay_o.png) no-repeat}
a.pause:hover{background:url(../images/icon_pause_o.png) no-repeat}
a.play:hover{background:url(../images/icon_play_o.png) no-repeat; display:none;}
a.prev:hover{background:url(../images/icon_prev_o.png) no-repeat}
a.next:hover{background:url(../images/icon_next_o.png) no-repeat}*/

#language_select {
	position: absolute;
	right: 30px;
	top: 0px;
}

#language_select a {
	color:#003399;
	font-weight:bold;
	text-decoration:none;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
}

#language_select a:hover {
	color:#0078b9;
}

/*================================= TRANSCRIPT BOX ===================================== */
#transcript_container{
	position: absolute;
	left: 0px;
	bottom: 0;
	height: 60px;
	width: 480px;
	overflow: hidden;
	display: none;
}

#transcript_box{
	border: 1px solid #AAA;
	position: absolute;
	left: 10px;
	bottom: -110px;
	height: 95px;
	width: 463px;
	border-radius: 10px 10px 0px 0px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, .4);
	background: #f6f6f6; /* Old browsers */
	background: -moz-linear-gradient(top,  #f6f6f6 0%, #d0d0d0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#d0d0d0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f6f6f6 0%,#d0d0d0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f6f6f6 0%,#d0d0d0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f6f6f6 0%,#d0d0d0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f6f6f6 0%,#d0d0d0 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#d0d0d0',GradientType=0 );*/ /* IE6-9 */
}

#transcript_text{
	position: absolute;
	left: 15px;
	top: 11px;
	width: 410px;
	height: 75px;
	border: 1px solid #AAAAAA;
	background: #FFFFFF;
	font: 11px Arial;
	color: #003399;
	overflow-y: scroll;
	box-shadow: 3px 3px 4px rgba(0,0,0,0.15);
	padding: 0px 10px;
}

#exit_transcript{
	position: absolute;
	width: 40px;
	height: 40px;
	left: -18px;
	top: -18px;
}

#exit_transcript a{
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/button_exitTransctipt.png) no-repeat center;
}

/* ================================ RESOURCES ============================= */


#resources{
	position:absolute;
	width:600px;
	height:480px;	
	top:50%;
	left:50%;
	margin-top:-240px;
	margin-left:-300px;
	display:none;
}

#tab_container{
	position:relative;
	width:600px;
	height:40px;
	overflow:hidden;
	display: none;
}

#resourceTabs{
	position:absolute;
	left:0px;
	top:0px;
	height:40px;
	width:650px;
	display:none;
}

#resourceTabs a.tab{
	display:block;
	height:40px;
	width:139px;
	float:left;
	font:14px Arial;
	text-align:center;
	text-decoration:none;
	color:#FFFFFF;
	padding-top:12px;
	font-weight:bold;
	border-radius:5px 5px 0px 0px;
	border-top:1px solid #333333;
	border-left:1px solid #333333;
	background-image:url(../images/tab_bg.png);
	display: none;
}

#glossaryButton {
	height: 60px;
	width: 60px;
	background: url('../images/glossary.png') no-repeat top left;
	position: absolute;
	bottom: 5px;
	left: 15px;
	cursor: pointer;
	display: none;
}

a.docs{background-color:#333399;}
a.glossary{background-color:#cc9900;}
a.resources{background-color:#339933;}
a.tips{background-color:#993399;}

.tab_docs{border-bottom:7px solid #6f6fb6;}
.tab_glossary{border-bottom:7px solid #dab64c;}
.tab_resources{border-bottom:7px solid #6fb66f;}
.tab_tips{border-bottom:7px solid #b66fb6;}

a.closeResources{
	display: block;
	height: 50px;
	width: 50px;
	text-align: center;
	background: url(../images/button_exitTransctipt.png) no-repeat center;
	color: #FFFFFF;
	font: 14px Verdana;
	font-weight: bold;
	text-decoration: none;
	position: absolute;
	top: 0;
	right: 0;
}

#resources_content_container{
	position:relative;
	width:100%;
	height:485px;	
	border-radius: 10px;
	background: #9eb9cb; /* Old browsers */
	background: -moz-linear-gradient(top,  #9eb9cb 0%, #5383a3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9eb9cb), color-stop(100%,#5383a3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #9eb9cb 0%,#5383a3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9eb9cb 0%,#5383a3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #9eb9cb 0%,#5383a3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #9eb9cb 0%,#5383a3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9eb9cb', endColorstr='#5383a3',GradientType=0 ); /* IE6-9 */
	box-shadow: 5px 12px 12px rgba(0, 0, 0, .4);
}

#resources_content{
	position:absolute;
	background:#FFFFFF;
	border:1px solid #AAA;	
	height:428px;
	width:578px;
	top:45px;
	left:10px;
	border-radius:10px;
	overflow:hidden;
}

.resource{
	position:relative;
	display:none;
	padding:10px;
	font:14px Arial;
	color:#003399;
}

#resource_docs h1, #resource_resource h1 {
	margin-bottom:15px
}

.tq_docContainer {
	font-size: 18px;
	color:#444;
	cursor:pointer;
}

.tq_docContainer:hover {
	color:#345;
	background:#ddeeff;
}

.tq_docContainer img {
	float:left;
	height: 32px;
	margin: -1px 0 -3px -5px;
}

.tq_docContainer span {
	margin-top: 5px;
	display: inline-block;
	position:absolute;
	top: 7px;
	left:75px;
}

.tq_doc {
	height:29px;
}

#resources h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	padding: 12px 25px 0 8px;
	margin: 0 15px;
	color: #FFF;
}

#tipAnimcontainer, #quoteAnimcontainer {
	position:absolute;
	left: 460px;
	top: 530px;
}
.navAnimGraphic {
	height:60px;
	width:60px;
	position:absolute;
	top:10px;
	left:10px;
	display:none;
}

#tq_docsScrollable, #tq_resScrollable, #tq_tipsScrollable {
	position: relative;
	width: 100%;
	height: 395px;
	color: #000000;
	overflow-y: scroll;
	padding: 6px;
}

#tq_docsScrollable, #tq_resScrollable {
	height: 360px;
}

#tq_tipsScrollable {
	height: 395px;
}

.resourceTipsContainer {
	margin-bottom:25px;
}

.resourceTipsContainer h1 {
	margin-bottom:15px;
}

.resourceTipsContainer img {
	height: 35px;
	width: 35px;
	margin: 0 10px -10px 0;
}

.template-popup {
	position: absolute;
	top: 72px;
	width: 100%;
	height: 590px;
	display: none;
	left: -400px;
}

#intro-video {
	position: absolute;
	top: 0;
	width: 100%;
	height: 660px;
	display: none;
	left: 0;
	text-align: center;
	background: #FFF;
	box-sizing: border-box;
	padding-top: 290px;
	font-size: 50px;
	color: #CCC;
	overflow: hidden;
}

#intro-video-vid {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.tq_tipContainer, .tq_docContainer {
	background: #eeeeee;
	padding: 8px 15px;
	border-radius: 6px;
	margin-bottom: 5px;
	position:relative;
}

.tq_tip {
	
}

.tq_author {
	margin-top: 5px;
	padding-left: 25px;
	color:#686868;
}

/* ================================ GLOSSARY =============================== */

#glossaryNav{
	position:relative;
	height:30px;
	width:100%;
	overflow:hidden;	
}

#glossaryLetters{
	width:600px;
	height:30px;
	margin-top:3px;
	padding-left:5px;
}

#glossaryLetters a.active, #glossaryLetters a.disabled, #glossaryLetters a.selected{
	display:block;
	height:17px;
	width:20px;
	font:11px Arial;
	font-weight:bold;
	color:#FFFFFF;
	border-radius:3px;	
	float:left;
	margin-right:1px;
	text-align:center;
	padding-top:3px;
	text-decoration:none;
}

#glossaryLetters a.active{
	background:rgb(145, 123, 76);
}

#glossaryLetters a.disabled{
	background:#d3cab7;
}


#glossaryLetters a.selected{
	background:#cc9900;
}

.glossarySection {
	margin-bottom:10px;
}

#glossaryContent{
	position:relative;
	width:100%;
	height:340px;
	font:14px Arial;
	color:#000000;
	overflow-y:scroll;
	padding:6px;	
}

#glossaryContent h2{
	font:14px Arial;
	font-weight:bold;
	padding:0px 0px 0px 4px;
	margin:0 0 4px 0;	
	color:#FFFFFF;
	background:#af8e4a;
}

.termContainer{
	position:relative;
	background: #f5eede;
	padding: 6px 10px;
	border-radius: 6px;
	margin-bottom: 5px;
}

.term{
	position:absolute;
	left: 10px;
	top: 6px;
	width:156px;
	font-weight:bold;
}

.definition{
	position:relative;
	padding-left:180px;
	width:350px;
}

.link {
	color: #0287cf !important;
	text-decoration: underline !important;
	cursor: pointer;
}

.link:hover {
	color: #25ba00 !important;
}

.glossaryLink {
	color: #2F97FF !important;
	text-decoration: underline !important;
	cursor: pointer;
}

.glossaryLink:hover {
	color: #00BBF2 !important;
}

/* ================================ FORM UI =============================== */

button, input[type="button"], input[type="submit"] {
	background: #EEE;
	border: none;
	color: #FFF !important;
	padding: 10px 25px;
	font-weight: bold;
	cursor: pointer;
	border-radius: 4px;
	font-size: 18px;
	outline: none;
	background: #4382bb; /* Old browsers */
	background: -moz-linear-gradient(top,  #4382bb 50%, #356896 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#4382bb), color-stop(100%,#356896)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4382bb 50%,#356896 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4382bb 50%,#356896 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4382bb 50%,#356896 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4382bb 50%,#356896 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4382bb', endColorstr='#356896',GradientType=0 ); /* IE6-9 */
}
button:hover, input[type="button"]:hover, input[type="submit"]:hover {
    background: #6fa3e2; /* Old browsers */
	background: -moz-linear-gradient(top,  #6fa3e2 50%, #4482bf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#6fa3e2), color-stop(100%,#4482bf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6fa3e2 50%,#4482bf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6fa3e2 50%,#4482bf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6fa3e2 50%,#4482bf 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #6fa3e2 50%,#4482bf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fa3e2', endColorstr='#4482bf',GradientType=0 ); /* IE6-9 */
}

.drag {
	cursor:move;
}

/* ================================ JUMP TO BOX =============================== */

#jumpBoxContainerHide {
	position: absolute;
	top: 40px;
	right: 350px;
	height: 40px;
	width: 290px;
	overflow: hidden;
}

#jumpBoxContainer {
	right: 30px;
	position: absolute;
	font-family: Arial, sans-serif;
}

#jumpBox {
	padding: 17px 10px 12px 12px;
	background: url('../images/jumpToBg.png') no-repeat bottom center;
}

#jumpBox input[type="text"] {
	font-size: 20px;
	padding: 3px 10px;
	width: 70px;
	color: rgb(100,100,100);
	font-weight: bold;
	outline: none;
	border-radius: 3px;
	border: none;
}

#jumpBox input[type="button"], #jumpBox input[type="submit"] {
	padding: 4px 10px;
}

#jumpBoxClose {
	width: 42px;
	height: 42px;
	background: url('../images/jumpToClose.png') no-repeat top left;
	position: absolute;
	top: 15px;
	left: -42px;
	background-size: cover;
	cursor: pointer;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}

#jumpBoxTab {
	height: 19px;
	width: 100px;
	margin: 0px 0px 0px 0px;
	cursor: pointer;
	font-size: 15px;
	font: 11px Arial;
	font-weight: bold;
	text-align: center;
	padding: 10px 0 4px 0;
	background: url('../images/jumpToTab.png') no-repeat bottom center;
	color: #FFF;
}

#slideLabel {
	position: absolute;
	top: 15px;
	left: 400px;
	width: 190px;
	text-align: center;
	opacity: 0.5;
}

/* ================================ GLOBAL MODAL DIALOG =============================== */

#mainModalDialogSubmit, #mainModalDialogCancel {
	float:right;
	margin-left:10px;
}

.ui-widget-overlay {
	background: #777 !important;
}

.ui-dialog {
	box-shadow: 5px 7px 5px rgba(60,60,60,0.6);
}

.ui-dialog .ui-dialog-title, .ui-dialog p {
	font-family:Arial, Helvetica, sans-serif;
}

.ui-dialog p {
	color: rgb(100,100,100);
}

.ui-dialog.ui-corner-all {
	border-top-left-radius: 8px !important;
	border-top-right-radius: 8px !important;
	border-bottom-left-radius: 8px !important;
	border-bottom-right-radius: 8px !important;
}

#quizNavContainer {
	position:absolute;
	bottom:20px;
	right:30px;
	opacity:0;
}

#courseDisclaimer {
	position: absolute;
	bottom: 18px;
	left: 95px;
	width: 300px;
	height: 10px;
	z-index: 50;
	font-size: 10px;
	color: #FFF;
	line-height: 11px;
}
#header-nav-buttons {
	height: 70px;
	margin-left: 40px;
}
.logo-slc {
	background: url('../images/logo-scl.png') no-repeat top left;
	width: 113px;
	height: 41px;
	display: inline-block;
}

#frame_box .logo-baxter {
	position: absolute;
	top: 10px;
	left: 40px;
}

.blue-btn {
	position: absolute;
	margin: 0px;
	left: 0px;
	top: 0px;
	width: 262px;
	height: 21px;
	right: auto;
	bottom: auto;
	border-radius: 10px;
	border: 1px solid rgb(203, 212, 207);
	-webkit-transform-style: preserve-3d;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	opacity: 1;
	display: block;
	background-image: linear-gradient(rgb(95, 134, 159) 0%, rgb(70, 97, 127) 100%);
	background-color: rgb(95, 134, 159);
	background-size: 100% 100%;
	cursor: pointer;
	text-align: center;
	color: #FFF;
	padding: 10px 0;
	font-size: 18px;
}

.blue-btn:hover {
	background-color: #6aa8d0;
	background-image: linear-gradient(rgb(102,156,191) 0%, rgb(77,122,171) 100%);
}

#timelinetracker {
	height: 10px;
	background: #1d3972;
	position: absolute;
	bottom: 45px;
	width: 100%;
	border-bottom: 1px solid #1d3972;
	border-top: 1px solid #1d3972;
}

#timelinetracker-elapsed {
	background: #FFF;
	width: 0%;
	height: 100%;
}

#notepad{
	position: absolute;
	width: 340px;
	height: 350px;
	background: #B8A59F;
	border: 1px solid #9E8B85;
	top: 50%;
	left: 50%;
	margin-left: -175px;
	margin-top: -190px;
	padding: 10px;
	z-index: 1000;
	display: none;
	border-radius: 5px;
	box-shadow: 1px 6px 15px rgba(0,0,0,0.7);
}

#notepad h1{
	margin: 2px 0 0 10px;
	padding: 0px;
	font: 14px Arial;
	color: #FFFFFF;
	font-weight: bold;
}

#txt_notepad{
	border: none;
	font: 12px Arial;
	color: #000000;
	width: 310px;
	padding: 5px;
	margin: 10px 0px 5px 10px;
	height: 270px;
	background: #FFF;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

.noselect {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* IE/Edge */
	user-select: none;           /* non-prefixed version, currently not supported by any browser */
}

#notepad_close{
	position:absolute;
	right:12px;
	top:5px;
	width:20px;
	height:20px;
}

#notepad_close a{
	display: block;
	width: 16px;
	padding-left: 5px;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	display: block;
	text-align: center;
	padding: 4px;
	height: 16px;
	background: #3875AE;
	font: 14px Arial;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #1D3972;
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: bold;
}

#notepad_close a:hover{
	background: #4D8CC7;
}

#notepad_save{
	position:absolute;
	height:30px;
	width:80px;
	left:20px;
	bottom:12px;
}

#notepad_save a{
	display: block;
	text-align: center;
	padding: 4px;
	height: 16px;
	background: #3875AE;
	font: 14px Arial;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #1D3972;
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: bold;
}

#notepad_save a:hover{
	background: #4D8CC7;	
}

#notepad_saved{
	font:12px Arial;
	color:#FFFFFF;
	margin:10px 0px 0px 100px;	
	display:none;
}

.template-popup video {
    position: absolute;
	top: 67px;
	left: 139px;
	width: 742px;
	height: 418px;
    display: none;
}
.popup-vid-click {
	position: absolute;
	top: 67px;
	left: 139px;
	width: 742px;
	height: 418px;
	cursor: pointer;
	background: rgba(255,255,255,0.01);
}
.popup-vid-click:hover {
	background: rgba( 255, 255, 255, 0.15 );
}

.template-popup .pdf-holder {
	position: absolute;
	top: 164px;
	left: 210px;
}
.pdf-click {
	cursor: pointer;
	height: 44px;
	width: 610px;
	margin-bottom: 8px;
}
.pdf-click:hover {
	background: rgba( 255, 255, 255, 0.35 );
}

#vidHolder {
	position: absolute;
	margin: 0px;
	right: 20px;
	top: 166px;
	width: 490px;
	height: 300px;
	left: auto;
	bottom: auto;
	border-radius: 8px;
	border: 0px none rgb(0, 0, 0);
	-webkit-box-shadow: rgba(0, 0, 0, 0.65098) 1px 4px 8px 0px;
	box-shadow: rgba(0, 0, 0, 0.65098) 1px 4px 8px 0px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-transform: translateZ(0px);
	background-color: rgb(228, 236, 240);
	background-size: 100% 100%;
	display: none;
}

#vid {
	margin: 14px 16px;
	width: 460px;
	height: 275px;
}