/* typography */
h2 {
  font-size: 10px;
  letter-spacing: -1px;
  text-align: left;
}

p {
  font-size: 0.8em;
  margin:0px;
}

/* divs */
#instructionPanel {
  position:absolute;
  top:0px;
  left:0px;
  width:20%;
  height:100%;
  background:#333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

.taskTitle {
  color:#CCCCCC;
  padding:5px;
  font-size:18px;
  /*font-weight:bold;*/
  /*text-align:center;*/
}

#lessonProgressBar {
  width:0px;
}

#navigation {
  text-align:center;
  margin:auto;
}

ul {
  position:relative;
  left:-15px;
}

.buttonLabel {
  color:white;
  font-weight:bold;
}

#message {
  display:none;
  padding-left:5px;
  padding-right:5px;
  vertical-align:middle;
}

#startButton {
  display:inline-block;
  padding-left:5px;
  padding-right:5px;
  vertical-align:middle;
}

#nextButton {
  display:none;
  padding-left:5px;
  padding-right:5px;
  vertical-align:middle;
}

#previousButton {
  display:none;
  padding-left:5px;
  padding-right:5px;
  vertical-align:middle;
}

#completeButton {
  display:none;
  padding-left:5px;
  padding-right:5px;
  vertical-align:middle;
}

label {
  font-size:13px;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
}

p {
  font-size: 0.8em;
}




/* FROM BOOTSTRAP CSS - FOR NAVIATION BUTTONS */
.lesson .btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  *line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #3a3f44;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.lesson .btn:hover,
.lesson .btn:active,
.lesson .btn.active,
.lesson .btn.disabled,
.lesson .btn[disabled] {
  color: #3a3f44;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.lesson .btn:active,
.lesson .btn.active {
  background-color: #cccccc \9;
}
.lesson .btn:hover {
  color: #3a3f44;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.lesson .btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.lesson .btn.active,
.lesson .btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.lesson .btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}
.lesson .btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.lesson .btn-info:hover,
.lesson .btn-info:active,
.lesson .btn-info.active,
.lesson .btn-info.disabled,
.lesson .btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.lesson .btn-info:active,
.lesson .btn-info.active {
  background-color: #24748c \9;
}


/*!
 * jQuery UI CSS Framework 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,%20Arial,%20sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=6px&bgColorHeader=444444&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=44&borderColorHeader=333333&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=000000&bgTextureContent=14_loop.png&bgImgOpacityContent=25&borderColorContent=555555&fcContent=ffffff&iconColorContent=cccccc&bgColorDefault=222222&bgTextureDefault=03_highlight_soft.png&bgImgOpacityDefault=35&borderColorDefault=444444&fcDefault=eeeeee&iconColorDefault=cccccc&bgColorHover=003147&bgTextureHover=03_highlight_soft.png&bgImgOpacityHover=33&borderColorHover=0b93d5&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=0972a5&bgTextureActive=04_highlight_hard.png&bgImgOpacityActive=20&borderColorActive=26b3f7&fcActive=ffffff&iconColorActive=222222&bgColorHighlight=eeeeee&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=80&borderColorHighlight=cccccc&fcHighlight=2e7db2&iconColorHighlight=4b8e0b&bgColorError=ffc73d&bgTextureError=02_glass.png&bgImgOpacityError=40&borderColorError=ffb73d&fcError=111111&iconColorError=a83300&bgColorOverlay=5c5c5c&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=50&opacityOverlay=80&bgColorShadow=cccccc&bgTextureShadow=01_flat.png&bgImgOpacityShadow=30&opacityShadow=60&thicknessShadow=7px&offsetTopShadow=-7px&offsetLeftShadow=-7px&cornerRadiusShadow=8px
 */

/* Component containers
----------------------------------*/
.lesson .ui-widget { font-family: Verdana, Arial, sans-serif; font-size: 1.1em; }
.lesson .ui-widget .ui-widget { font-size: 1em; }
.lesson .ui-widget input, .lesson .ui-widget select, .lesson .ui-widget textarea, .lesson .ui-widget button { font-family: Verdana, Arial, sans-serif; font-size: 1em; }
.lesson .ui-widget-content { border: 1px solid #555555; background: #000000 50% 50% repeat; color: #ffffff; }
.lesson .ui-widget-content a { color: #ffffff; }
.lesson .ui-widget-header { border: 1px solid #333333; background: #444444 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.lesson .ui-widget-header a { color: #ffffff; }

/* Interaction states
----------------------------------*/
.lesson .ui-state-default, .lesson .ui-widget-content .ui-state-default, .lesson .ui-widget-header .ui-state-default { border: 1px solid #444444; background: #222222 50% 50% repeat-x; font-weight: normal; color: #eeeeee; }
.lesson .ui-state-default a, .lesson .ui-state-default a:link, .lesson .ui-state-default a:visited { color: #eeeeee; text-decoration: none; }
.lesson .ui-state-hover, .lesson .ui-widget-content .ui-state-hover, .lesson .ui-widget-header .ui-state-hover, .lesson .ui-state-focus, .lesson .ui-widget-content .ui-state-focus, .lesson .ui-widget-header .ui-state-focus { border: 1px solid #0b93d5; background: #003147 50% 50% repeat-x; font-weight: normal; color: #ffffff; }
.lesson .ui-state-hover a, .lesson .ui-state-hover a:hover { color: #ffffff; text-decoration: none; }
.lesson .ui-state-active, .lesson .ui-widget-content .ui-state-active, .lesson .ui-widget-header .ui-state-active { border: 1px solid #26b3f7; background: #0972a5 50% 50% repeat-x; font-weight: normal; color: #ffffff; }
.lesson .ui-state-active a, .lesson .ui-state-active a:link, .lesson .ui-state-active a:visited { color: #ffffff; text-decoration: none; }
.lesson .ui-widget :active { outline: none; }

/* Interaction Cues
----------------------------------*/
.lesson .ui-state-highlight, .lesson .ui-widget-content .ui-state-highlight, .lesson .ui-widget-header .ui-state-highlight  {border: 1px solid #cccccc; background: #eeeeee 50% top repeat-x; color: #2e7db2; }
.lesson .ui-state-highlight a, .lesson .ui-widget-content .ui-state-highlight a,.lesson .ui-widget-header .ui-state-highlight a { color: #2e7db2; }
.lesson .ui-state-error, .lesson .ui-widget-content .ui-state-error, .lesson .ui-widget-header .ui-state-error {border: 1px solid #ffb73d; background: #ffc73d  50% 50% repeat-x; color: #111111; }
.lesson .ui-state-error a, .lesson .ui-widget-content .ui-state-error a, .lesson .ui-widget-header .ui-state-error a { color: #111111; }
.lesson .ui-state-error-text, .lesson .ui-widget-content .ui-state-error-text, .lesson .ui-widget-header .ui-state-error-text { color: #111111; }
.lesson .ui-priority-primary, .lesson .ui-widget-content .ui-priority-primary, .lesson .ui-widget-header .ui-priority-primary { font-weight: bold; }
.lesson .ui-priority-secondary, .lesson .ui-widget-content .ui-priority-secondary,  .lesson .ui-widget-header .ui-priority-secondary { opacity: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.lesson .ui-state-disabled, .lesson .ui-widget-content .ui-state-disabled, .lesson .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }

/* Icons
----------------------------------*/
.lesson .ui-icon { width: 16px; height: 16px;}
.lesson .ui-widget-content .ui-icon {background-image: none; }
.lesson .ui-widget-header .ui-icon {background-image: none; }
.lesson .ui-state-default .ui-icon { background-image: none; }
.lesson .ui-state-hover .ui-icon, .lesson .ui-state-focus .ui-icon {background-image: none; }
.lesson .ui-state-active .ui-icon {background-image: none; }
.lesson .ui-state-highlight .ui-icon {background-image: none; }
.lesson .ui-state-error .ui-icon, .lesson .ui-state-error-text .ui-icon {background-image: none; }
/*!
 * jQuery UI Accordion 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.lesson .ui-accordion { width: 100%; }
.lesson .ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
.lesson .ui-accordion .ui-accordion-li-fix { display: inline; }
.lesson .ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
.lesson .ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em .7em; }
.lesson .ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.lesson .ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
.lesson .ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; zoom: 1; }
.lesson .ui-accordion .ui-accordion-content-active { display: block; }