﻿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:-2em;
}

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:darkblue;
}


.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;
	-webkit-box-shadow: 10px 10px 5px -3px rgba(51,51,51,.5);
	-moz-box-shadow: 10px 10px 5px -3px rgba(51,51,51,.5);
	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);
}

#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; /* Old browsers */
	background: -moz-linear-gradient(top,  #e8ecef 0%, #f4f8f9 2%, #ffffff 6%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8ecef), color-stop(2%,#f4f8f9), color-stop(6%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e8ecef 0%,#f4f8f9 2%,#ffffff 6%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e8ecef 0%,#f4f8f9 2%,#ffffff 6%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e8ecef 0%,#f4f8f9 2%,#ffffff 6%); /* IE10+ */
	background: linear-gradient(to bottom,  #e8ecef 0%,#f4f8f9 2%,#ffffff 6%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8ecef', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	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;
}





/*
	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:0px;
}




/*
	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;
	
	-webkit-border-top-right-radius: 16px;
	-webkit-border-bottom-right-radius: 16px;
	-moz-border-radius-topright: 16px;
	-moz-border-radius-bottomright: 16px;
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
	
	-webkit-box-shadow: 10px 10px 5px -3px rgba(51,51,51,.5);
	-moz-box-shadow: 10px 10px 5px -3px rgba(51,51,51,.5);
	box-shadow: 10px 10px 5px -3px rgba(51,51,51,.5);
	
}

#lessonMapHeader {
	width:100%;
	height:32px;
	margin-bottom:5px;	
	-webkit-border-top-right-radius: 16px;
	-moz-border-radius-topright: 16px;
	border-top-right-radius: 16px;
	
	background: rgb(33,77,165); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxNGRhNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE1JSIgc3RvcC1jb2xvcj0iIzZhOTdjNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzE0NTFiYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzFiNTE4NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzEwMjA1MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iIzIzNDdiYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYjhjZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  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%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(33,77,165,1)), color-stop(15%,rgba(106,151,196,1)), color-stop(50%,rgba(20,81,186,1)), color-stop(50%,rgba(27,81,135,1)), color-stop(51%,rgba(16,32,83,1)), color-stop(70%,rgba(35,71,187,1)), color-stop(100%,rgba(59,140,226,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  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%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  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%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  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%); /* IE10+ */
	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 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#214da5', endColorstr='#3b8ce2',GradientType=0 ); /* IE6-8 */

}

#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); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(13,92,193,1) 0%, rgba(9,68,144,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(13,92,193,1)), color-stop(100%,rgba(9,68,144,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(13,92,193,1) 0%,rgba(9,68,144,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(13,92,193,1) 0%,rgba(9,68,144,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(13,92,193,1) 0%,rgba(9,68,144,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(13,92,193,1) 0%,rgba(9,68,144,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d5cc1', endColorstr='#094490',GradientType=0 ); /* IE6-9 */
	
	padding: 5px 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.32);
	-moz-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.32);
	box-shadow: 2px 2px 3px 0px 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; /* Old browsers */
	background: -moz-linear-gradient(top, #002989 0%, #2c498e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#002989), color-stop(100%,#2c498e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #002989 0%,#2c498e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #002989 0%,#2c498e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #002989 0%,#2c498e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #002989 0%,#2c498e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002989', endColorstr='#2c498e',GradientType=0 ); /* IE6-9 */
	
	padding: 7px 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.32);
	-moz-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.32);
	box-shadow: 2px 2px 3px 0px 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;
}
