﻿html, body {
	margin:10px 0 0;
	padding:0;
	background: #CCCCCC url(img/bg.png) repeat 0 0;
	font: 16px Arial, Helvetica, sans-serif;
	line-height:20px;
}

p { }

a, button {
   outline: 0;
}

a:hover, a:active, a:focus {
  outline: 0;
}

h1 {
    color: #0070b2;
    font-size: 16px;
    font-weight: bold;
}

h2 {
    font-size: 13pt;
    font-weight: bold;
}

table {
    border-collapse: collapse;
    width:100%;
    table-layout:fixed;
}

table caption {
    color:#FFFFFF;
    font-size:11pt;
    font-weight:bold;
    padding: 6px 5px;
    text-align:left;
    background-color: #0070b2;
    border: 1px solid #b2b2b2;
    border-bottom: 0;
}

th {
    margin:0 5px;
    background-color: #dddddd;
    border: 1px solid #b2b2b2;
    padding: 4px 6px;
    text-align:left;
    font-weight:normal;
}

td {
    padding:0 10px;
    background-color: #ffffff;
    border: 1px solid #b2b2b2;
    text-align:left;
    vertical-align:top;
	font: 14px Arial, Helvetica, sans-serif;
}

table caption p, th p {
    margin:0;
}

ul, ol {
    margin-left:-1em;
}

blockquote {
    margin-left:1.5em;
}

blockquote p {
    margin-left:-2px;
}

.student-directions {
    color:#bf1318;
    font-weight: bold;
}

.callout-box {
    background-color: #eaeaea;
    border: 1px solid #b2b2b2;
    padding: 0 10px;
    margin-top:8px;
    margin-bottom:8px;
    overflow: auto;
}

.callout-box-indented {
    margin-left:10px;
}

.callout-box-header {
    font-weight:bold;
}

.popupTextReference {} /* <a> tag for popup text */
.hyperlinkReference {} /* <a> tag for hyperlinks */

.audioCaption { font-weight:bold; }
.audioTranscriptLink { margin-bottom: 0.5em; }


.glossary-link {
	cursor: pointer;
	text-decoration: underline;
	color:blue;
}


.content-header {
	font-size:22px;
	padding-bottom:5px;
	color:#152a6e;
	border-bottom:#EDF2F8 double;	
}

#container {
	position:relative;
	width:100%;
	height:100%;	
}

#runtime {
	position:relative;
	width:1024px;
	height:768px;
	overflow:hidden;
	margin:0 auto;
	background:#0b1a44;
	box-shadow: 10px 10px 5px -3px rgba(51,51,51,.5);
}

/*
	Header	
*/

#header {
	width:1024px;
	height:60px;	
	overflow:hidden;
	background-image:url(img/header.jpg);
}

.header-text {
	line-height:28px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size:22px;
	margin-left: 24px;
	text-shadow: 2px 2px 2px rgba(150, 150, 150, 0.3);
}

#lessonTitle {
	position:absolute;
	left:16px;
	top:18px;
	font-size:30px;
	font-weight:400;
	color:white;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
}

.lesson-title-small {
	font-size:18px !important;
}

#storyboardTitle {
	position:absolute;
	left:10px;
	top:59px;
	font-size:14px;
	font-weight:600;
	color:white;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
}

#headerButtons {
	position:absolute;
	top:9px;
	right:12px;
	height:30px;
	margin:0;
	padding:0;
	z-index:101;
}

#lessonMapButton {
	background-image:url(img/btn-lesson-map.png);
}	

#glossaryButton {
	background-image:url(img/btn-glossary.png);
}

#helpButton {	
	background-image:url(img/btn-help.png);
}

#exitButton {	
	background-image:url(img/btn-close.png);
}


#counter {
	position:absolute;
	top:62px;
	right:18px;
	width:250px;
	text-align:right;	
	color:white;
}

#headerClassification {
    position:absolute;
    right:10px;
    top:76px;
}

#lessonMap {
	overflow-y: auto;
	height:calc(100% - 32px);
	width:calc(100% - 5px);
}




/*
	Content
*/

#contentBackground {
	position:relative;
	width:1024px;
	height:632px;
	overflow:hidden;
	background: #e8ecef;
	background: linear-gradient(to bottom,  #e8ecef 0%,#f4f8f9 2%,#ffffff 6%); /* W3C */
	border-top:white thin solid;
	border-left:#cccccc thin solid;
	border-right:#cccccc thin solid;
	z-index:2;
}


#content {
    position:relative;
    height:600px;
    z-index:10;
    margin:20px 20px 0 20px;
}





/*
	specific content elements
*/


#questionContainer {
    position:relative;
}

.questionFeedbackHeader {
    line-height: 60px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
    font-size:32px;
    letter-spacing:2px;
}

.questionFeedbackHeaderCorrect {
    color: #4e7801;
}

.questionFeedbackHeaderIncorrect {
    color: red;
}

.questionFeedbackMessageText {
    font-size: 14px;
}

#remedImage {
    float:left;
}
#remedText {}

.evaluate {
    width:100px;
    height:39px;
    display: inline-block;
    margin-left:20px;
    border:none;
    background: transparent;
    background-image:url(img/btn-submit.png);
    background-repeat: no-repeat;
    cursor:pointer;
}
.evaluate:hover {background-position: -100px 0;}
.evaluate:active {background-position: -100px 0;}
.evaluate:focus {background-position: -100px 0;}

.evaluate-disabled {
    width:100px;
    height:39px;
    display: inline-block;
    margin-left:20px;
    border:none;
    background: transparent;
    background-image:url(img/btn-submit.png);
    background-position: -200px 0;
    background-repeat: no-repeat;
    cursor:default;
}

#unansweredQuestions {
	max-height:450px;
	overflow: auto;
	margin-bottom: 8px;
}


/*
	canvas popup styles
*/
.content-popup {
	position:absolute;
	height:auto;
	height:auto;
	border-radius:8px;
	border: 2px solid #D6E0EB;
	background-color:white;
	box-shadow: 10px 7px 5px -3px rgba(51,51,51,.3);
	cursor:pointer;
	z-index:1000;
}

.content-popup H1 {
	text-transform: capitalize;
}

.content-popup-text {
	min-width:200px;
	max-width:300px;
	padding:8px 8px 5px 8px;
	font-size:14px;
	color:black;
}

.content-popup-graphic {
	padding:8px 8px 5px 8px;
}

.content-popup-close {
	position:absolute;
	display:block;
	width:24px;
	height:24px;
	border-radius:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:24px;
	color:grey;
	right:-12px;
	top:-12px;
	text-align:center;
	cursor:pointer;
	background-color: rgb(240,249,255);
	background: radial-gradient(ellipse at center,  rgba(240,249,255,1) 0%,rgba(237,245,255,1) 46%,rgba(151,176,196,1) 100%);
	box-shadow: 10px 7px 5px -3px rgba(51,51,51,.3);
}


/*
	audio controller
*/


#audioControllerContainer {
	text-align: center;
}

#audioController {
	position:relative;
	bottom: 60px;
	height:36px;
	z-index: 99;
}



/*
	Footer
*/


#footer {
	position:absolute;
	width:1024px;
	height:75px;
	top:693px;
	background-image:url(img/footer.jpg)
}

#studentDirections {
	position:absolute;
	top:28px;
	left:52px;
	height:28px;
	width:600px;
	color:white;
	font-size:18px;
}

#navController {
	position:absolute;
	top:18px;
	right:10px;
}

#previousButton {
	background-image:url(img/btn-previous-storyboard.png);
}

#nextButton {	
	background-image:url(img/btn-next-storyboard.png);
}

#refreshButton {	
	background-image:url(img/btn-refresh.png);
}

#returnButton {
	background-image:url(img/btn-return.png);
	margin-right:20px;
	display:none;
}

#reviewButton {
	background-image:url(img/btn-review.png);
	margin-right:20px;
	display:none;
}

.nav-button {
	display:inline;
	width:90px;
	height:48px;
	background: transparent;
	border:none;	
	background-repeat: no-repeat;
	cursor:pointer;
}
.nav-button:hover, .nav-button:active, .nav-button:focus {background-position: -90px 0;}

.nav-button-disabled {
    display:inline;
    width:90px;
    height:48px;
    background: transparent;
    border:none;
    background-repeat: no-repeat;
    background-position: -180px 0;
}

#footerClassification {
    position:absolute;
    right:10px;
	top:0;
}




/*
	Lesson Map
*/
#lessonMapContainer {
	position:fixed;
	top:68px;
	width:400px;
	height:620px;	
	padding-bottom:10px;
	z-index:9999;	
	border:#2346b9 2px solid;
	display:none;
		
	background: url(img/background-noise.png), #ececec;
	
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
	
	box-shadow: 10px 10px 5px -3px rgba(51,51,51,.5);
	
}

#lessonMapHeader {
	width:100%;
	height:32px;
	margin-bottom:5px;	
	border-top-right-radius: 16px;
	
	background-color: rgb(33,77,165);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxNGRhNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE1JSIgc3RvcC1jb2xvcj0iIzZhOTdjNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzE0NTFiYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzFiNTE4NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzEwMjA1MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iIzIzNDdiYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYjhjZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: linear-gradient(to bottom,  rgba(33,77,165,1) 0%,rgba(106,151,196,1) 15%,rgba(20,81,186,1) 50%,rgba(27,81,135,1) 50%,rgba(16,32,83,1) 51%,rgba(35,71,187,1) 70%,rgba(59,140,226,1) 100%); /* W3C */

}

#lessonMapHeader span {
	line-height:28px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size:22px;
	color:white;
	margin-left: 20px;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

#lessonMapCloseButton {
	position:absolute;
	top:0;
	width:37px;
	height:39px;
	display: inline-block;
	float:right;
	right:0;
	border:none;
	background: transparent;
	background-image:url(img/btn-lessonmap-close.png);
	background-repeat: no-repeat;
	cursor:pointer;
}
#lessonMapCloseButton:hover, #lessonMapCloseButton:active, #lessonMapCloseButton:focus {background-position: -37px 0;}

/*
	Utils
*/

.square-button {
    display:inline;
    height:48px;
    width:46px;
    background: transparent;
    border:none;
    background-repeat: no-repeat;
    cursor:pointer;
    margin:0;
    padding:0;
}
.square-button:hover, .square-button:active, .square-button:focus {background-position: -46px 0;}

.square-button-disabled {
    display:inline;
    height:48px;
    width:46px;
	color:#999;
    background: transparent;
    border:none;
    background-repeat: no-repeat;
    background-position: -92px 0;
    margin:0;
    padding:0;
}

.classification {	
    color:#999999;
    font-size:11px;
}

.button {
	border-top: 1px solid #001C41;
	background: rgb(13,92,193);
	background: linear-gradient(to bottom,  rgba(13,92,193,1) 0%,rgba(9,68,144,1) 100%); /* W3C */

	padding: 5px 10px;
	border-radius: 4px;
	box-shadow: 2px 2px 3px 0 rgba(50, 50, 50, 0.32);
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	vertical-align: middle;
	width:auto;
	display:inline;
	cursor:pointer;
}
.button:hover, .button:focus {
	border-top-color: #28597a;
	color: yellow;
}
.button:active {
	border-top-color: #1b435e;
	background: #103699;
	background: -webkit-gradient(linear, left top, left bottom, from(#103699), to(#3566ab));
	background: -webkit-linear-gradient(top, #103699, #3566ab);
	background: -moz-linear-gradient(top, #103699, #3566ab);
	background: -ms-linear-gradient(top, #103699, #3566ab);
	background: -o-linear-gradient(top, #103699, #3566ab);
}

.button-disabled {
	border-top: 1px solid #96d1f8;
	background: #002989;
	background: linear-gradient(to bottom, #002989 0%,#2c498e 100%);

	padding: 7px 15px;
	border-radius: 10px;
	box-shadow: 2px 2px 3px 0 rgba(50, 50, 50, 0.32);
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	vertical-align: middle;
	cursor:pointer;
}


/* action commands */

.command-link { color: blue; }
.command-link-active { border-color:#3482e4; }
.command-link-complete { color: purple;}
.command-link-destination-initialized { color: #808080}

.command-icon {
	position: absolute;
	width: 64px;
	height: 64px;
	border-width: 0; /* was 2px; */
	border-color: #0000FF;
	border-style: solid;
	cursor: pointer;
}
.command-icon-active { border-color:#3482e4; }
.command-icon-complete { border-color:#800080; }
