/* ========== Demos list used by tutorial ========== */
pre {
  font-size: 1.2em;
}

img.tutor {
  margin:1em 0 0 0;
  cursor: wait;
}

h1.tutor {
  font-size: 1.4em;
  text-align: center;
  padding: 4px;
  border-style: solid;
  border-width: 2px 3px 3px 2px;
  background-color: lightgreen;
  border-color: lightgreen darkgray darkgray lightgreen;
  text-shadow: gray 1px 1px 0px;
}

h2.tutor {
  font-size: 1.3em;
  margin-top: 2em;
  color: darkgreen;
  text-shadow: gray 1px 1px 1px;
}

a.tutor {
  padding: 4px 20px;
  text-decoration: none;
  color: white;
  font-weight: bold;
  background-color: #33cc33;
  border-style: solid;
  border-width: 1px 2px 2px 1px;
  border-color: green darkgray darkgray green;
}

a.tutor:hover {
  text-decoration: underline;
}

#tutor_txt_hover_mice_to_animate {
  width: 800px;
  font-size: 80%;
  color: darkred;
  text-align: right;
}

#tutor_txt_hover_mice_to_animate:after {
  content: "Hover mouse over the image to animate. May take time on slow connections";
}

a.tutor_refpage {
  font-size: 1.3em;
  color: #005769;
  padding: 4px 0;
}

a.tutor_refpage:hover {
  background-color: PaleTurquoise;
}

.tutor_refpage_hint {
  position: relative;
  top: -1.5em;
  left: 1em;
  display: block;
  padding: 0.5em 2em;
  margin: 1em 0 1em 3em;
  background-color: WhiteSmoke;
  border-style: solid;
  border-width: 1px;
  border-color: white darkgray darkgray white;
}

.tutor_refpage_hint_pre {
  color: darkblue;
  font-family: monospace, sans-serif;
  margin: 0 2em 0 2em;
}

#hint_scott-title  {
  margin: 2em;
  display:block;
  width: 80%;
  /*background-color: WhiteSmoke;*/
  color: DarkRed;
  cursor: hand;
  cursor: pointer;
}

#hint_scott-title img {
  float: left;
  padding-right: 1em;
}

#tutor_refpage_list_h1 {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#tutor_refpage_list_h1 li {
  list-style-image: url('FollowLink.png');
  list-style-position: outside;
  margin-left: 2em;
}

#tutor_refpage_list_h1 li li {
  list-style-image: none;
}

.tutor_refpage_lstitm_desc {}

.tutor_refpage_lstitm_demo {}

.tutor_refpage_lstitm_demo ol{}
