/* @override http://localhost:8000/resources/style/main.css */

/**
 *  BASIC TAGS
 */

body {
  margin: 0px;
/*  border: 1px solid #606060;*/
/*  margin-right: 60px;
  margin-left: 60px;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0; */
  /* font-family: Arial,Helvetica,Tahoma,Verdana,Sans-Serif; */
}

img {
  border: 0px;
}

/**
 *  HEADER
 */ 
 
#header {
  background-image: url('/resources/images/background-top.png'); 
  background-repeat: repeat-x;
  background-color: #f5f5f5;
  height: 150px;
  margin: 0px;
  padding: 0px;
  /* color: #303030; */
  color: #000000; 
  font-size: 0.8em;
  min-height: 100%;
  border: 0px solid #000;
  position: relative;  
  z-index: 1;
}

#header a {
  text-decoration: none;
}

#header a:link, 
#header a:visited {
  color: #303030;
} 

#header #dfl_text {
  float: left; 
  font-style: italic; 
  margin-left: 8px;
  line-height: 30px;
}

#header #topmenu {
  line-height: 30px;
  float: right;
  vertical-align: middle;
  padding: 0px 10px 0px 0px;
  margin: 0px;
}

#topmenu ul.topnav {
  height: 30px;
  list-style: none;
  float: left;  
  margin: 0px;
  padding: 0px;
  vertical-align: middle; 
}

#topmenu ul.topnav li {
  display: block; 
  position: relative; 
  float: left;
  padding: 0px 3px 0px 3px;
  margin: 0px;
  height: 100%;
  vertical-align: middle;
  margin-top: auto;
}

#topmenu img.trigger {
  border: 1px solid transparent; 
  margin: 0px 2px 0px 2px;
  padding: 0px;
  vertical-align: middle; 
/*  border: 1px solid #a0a0a0; */
} 
#topmenu img.trigger:hover { 
  border: 1px solid #000; 
}

#header #topmenu span.item {
  padding: 1px 2px 1px 2px;
}

#header #topmenu li.navsep {
  color: #909090;
}

#topmenu ul.topnav li ul.subnav {
  list-style: none;
  position: absolute;
  left: 0px;
  top: 30px;
  display: none;
  float: right;
  margin: 0; padding: 0;
  display: none;
}

#topmenu ul.topnav li ul.subnav li {
  margin: 0px; 
  cursor: default;
  border: 1px solid #c0c0c0; 
  height: 30px;
  background-color: #f0f0f0;
  width: 100%;
}

#topmenu ul.topnav li ul.subnav li a span {
  display: block;
  padding: 0px 18px 0px 18px; 
  margin: 0px; 
}

#topmenu ul.topnav li ul.subnav li:hover {
  background-image: url('/resources/images/background-menu.png');
  background-repeat: repeat-x;
}

#topmenu ul.topnav li ul.subnav li:hover a {
  color: #ffffff;
}

/*#header #title {
  position: absolute;
  margin-left: 80px;
}*/

/*#header #title {
  border: 2px dotted #000;
  margin: 0px;
  padding: 0px;
}*/

#header #title h1 {
  margin-top: 25px;
  text-align: center;
  padding-left: 0px;
  letter-spacing: 0.2em;
  font-size: 2.4em;
  color: #202020;
  line-height: 70px;
  vertical-align: bottom;
}

#header #title img {
  vertical-align: top;
  border: 0px;
  margin-right: 10px;
  width: 150px;
  border-bottom: 1px solid #666;
}


/**
 *  MENU
 */ 

#menu {
  background-image: url('/resources/images/background-menu.png');
  /* background repeat must be 'repeat', not 'repeat-x' */
  background-repeat: repeat;
  color: #ffffff;
  text-align: left;
  padding-left: 50px;
  margin: 0px;
  border-top: 2px solid #202020;
  border-bottom: 1px solid #000;
  font-size: 0.9em;
}

#menu .menuitem {
  float: left;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 8px 10px 8px 10px;
  border-left: 1px #777777 solid;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
}

#menu .menuitem:hover {
  color: #ffffff;
  background-color: #262626;
}

#menu .storemenuitem {
  color: #000;  
  background-color: #d0d0d0;
  background-image: url('/resources/images/background-store-menu.png');
  background-repeat: repeat-x;
  float: left;
  margin-top: 0px;
  margin-bottom: -1px;
  padding: 8px 25px 8px 25px;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
}

#menu .storemenuitem:hover {
  background-color: #fff;
}

#menu .donationmenuitem {
  background-color: #254117;
  background-image: url('/resources/images/background-store-menu.png');
  background-repeat: repeat-x;
  float: left;
  margin-top: 0px;
  margin-bottom: -1px;
  margin-right: 0px;
  padding: 8px 25px 8px 25px;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
}

#menu .lastmenuitem {
  border-right: 1px #777777 solid;  
}

#menu a:link {
  text-decoration: none;
/*  color: #000000;*/
  color: #ffffff;
}

#menu a:visited { 
  text-decoration: none;
/*  color: #000000;*/
  color: #ffffff;
}


/**
 *  MAIN
 */ 

#main {
  background-color: #ffffff;
  margin: 0px 20px 0px 20px;
  padding: 25px 25px 25px 25px;
}

#main h1 {
  margin-top: 0px;
/*  padding-left: 1em;*/
}

#main p {
  text-align: justify;
}

#main a,
#main a:link {
/*  color: #e8a02c; */
  color: #9f670e;
}

/*#main a:visited {
  color: #ba770e;
}*/

img.inline {
  float: right;
}

table#table_index_studies {
  border-collapse: collapse;
/*  width: 100%;*/
/*  margin-left: auto; 
  margin-right: auto;
  text-align: left;
*/  
/*  width: 600px;*/
}

table#table_index_studies th {
/*  background-color: #0012A6;*/
  background-color: #ffff66;
/*  color: #ffffff;*/
}

table#table_index_studies tr {
}


table#table_index_studies td {
  margin-left: 40px;
  margin-right: 40px;
  padding: 2px 6px 2px 6px;
  text-align: center;
}

/**
 *  FORMS
 */

div.formbox-outer {
  margin-left: 0px;
  margin-right: 20px;
  padding: 5px;
}

div.formbox-outer h1 {
  margin-left: 0px;
}

div.formbox {
  background-color: #f0f0f0;
  width: 300px;
  border: 1px solid #999999;
  margin: 20px 0px 20px 0px;
  padding: 10px 10px 10px 10px;
}

div.formbox input[type="submit"] {
  background-color: #F88017;
}

div.formbox input.invalid {
  background-color: #F76541;
}

div.formbox input.valid {
  background-color: #C3FDB8;
}

input[type="text"], 
input[type="password"],
textarea { 
  font-family: Arial, Sans-Serif;
  font-size: 13px;
  margin-bottom: 5px;
  display: block;
  padding: 4px;
  border: solid 1px #a0a0a0;
  width: 300px;
}

input[type="text"]:focus, 
textarea:focus
{
    background-image: none;
    background-color: #ffffff;
    border: solid 1px #33677F;
}



input[type="submit"],
input[type="reset"]
{
  width: 200px;
  padding: 4px;
  border: 2px outset #888888;
  background-color: transparent;
}

input[type="submit"].confirm {
  font-weight: bold;
  background-color: #F88017;
}

span.inactive {
  color: #808080;
}

table.form_table {
  width: 100%;
}

table.form_table td {
  vertical-align: middle;
}

table.form_table td.help_text {
  color: #505050;
  padding-left: 10px;
  font-style: italic;
}

table.form_table td img {
  vertical-align: middle;
}

div.formbox span.error {
  font-style: italic;
  color: red;
}

div#login td {
  padding: 5px;
}

label {
  
}

td.header {
  font-weight: bold;
}

input[type="button"].button {
  width: 200px;
  padding: 4px;
  border: 2px outset #888888;
}

input[type="button"].negative,  
input[type="submit"].negative {
  background-color: #980b13; 
  color: #ffffff;
}

input[type="button"].positive, 
input[type="submit"].positive { 
  background-color: #00a000; 
  color: #f0f0f0;
}

/**
 *  LOGIN / LOGOUT / REGISTER
 */ 


/**
 *  MINI MENU
 */
div#minimenu {
  text-align: right;
  clear: both;
/*  float: right;*/
  color: #666666;
  margin: -20px 10px 20px 0px;
/*  background-color: #f0f0f0;*/

}

div#minimenu span.info {
  /* background-color: #ffff66; */
  border: 0px solid #c0c0c0;
  padding: 4px 2px 4px 4px;
}

span#question_control {
  float: left;
}


/**
 * TAGS 
 */
span#tags {
  margin-left: 20px;
}

span.tag {
  background-color: #f0f0f0;
  color: #666666;
  padding: 0px 4px 0px 4px;
  border: 1px solid #B3B3B3;
}

span.tag a {
  text-decoration: none;
  color: #666666;
}

span.tag a:visited {
  text-decoration: none;
  color: #666666; 
}


/**
 *  PROFILE
 */

div#profile_menu {
  margin-left: 0px;
  padding: 16px 5px 5px 5px;
  margin-bottom: 10px;
}

div#profile_menu span {
  color: #808080; 
  padding-bottom: 4px;
  border-bottom: 1px solid #808080;
  border-right: 1px solid #808080;
  padding-top: inherit;
}

div#profile_menu a, 
div#profile_menu a:link {
  border-left: 1px solid #808080; 
  padding: 4px 8px 4px 8px;
  text-decoration: none;
  font-style: inherit;
  color: inherit;
  padding-top: 16px;
}

div#profile_menu a:hover {
  color: #000;
}

div#profile_menu a.active {
  color: #000;
  font-weight: bold;
  background-image: url('/resources/images/background-store-menu.png');
  background-repeat: repeat-x;
  background-color: #d0d0d0;
}

div#profile {
  margin-left: 0px;
}

div#profile h3 {
  margin-bottom: 2px;
}

div#profile div#profile_progress a:link,
div#profile div#profile_progress a:visited  { 
  color: #000000;
  text-decoration: none;  
}

div#profile div#profile_progress a.link,
div#profile div#profile_progress a.link:visited {
  color: #9f670e;
}

div#profile_progress div.profile_progress { 
  float: left;
  width: 35px;
  text-align: center;
  line-height: 50px;
  vertical-align: middle; 
  border-top: 1px solid #f0f0f0;
}

div#profile_progress div.done {
  background-image: url('/resources/images/profile-done-background.png');
  background-repeat: repeat-x;
  font-weight: bold;
}

div#profile_progress div.partially_done {
  background-image: url('/resources/images/profile-partially-done-background.png');
  background-repeat: repeat-x;
  font-weight: bold;
}

div#profile_progress div.done:hover {
  font-weight: normal;
}

div#profile_progress div.notdone {
  background-image: url('/resources/images/profile-notdone-background.png');
  background-repeat: repeat-x;
/*  background-color: #65d170;*/
  color: #404040;
}

div#profile_progress div.feebased {
  background-image: url('/resources/images/profile-feebased-background.png');
  background-repeat: repeat-x;
  color: #404040;
}

div#profile_progress div.notdone:hover,
div#profile_progress div.feebased:hover {
  font-weight: bold;
}

div#profile_progress div.legend { 
  font-weight: normal;
  float: left;
  line-height: 20px;
  text-align: center;
  vertical-align: middle; 
  padding: 2px 10px 2px 10px;
  margin-right: 5px;
  border: 1px solid #f0f0f0;
  font-size: 0.9em;
}

div#profile_progress div.legend:hover { 
  font-weight: normal;
}



span#profile_fill_in_answers {
  float: left;
}

/**
 * PAGINATION
 */

.pagination {
  margin: 10px 0px;
}

/** 
 * TABLEs
 */

table.fancy {
  border-collapse: collapse;
  border-bottom: 1px solid #dadada; 
  width: 100%;
}

table.fancy tr {
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
}

table.fancy tr.summary {
  font-weight: bold;  
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #000000;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
}

table.fancy tr.summary td {
  background: url('/resources/images/background-table2.png');
  background-repeat: repeat-x;
}

table.fancy th {
  text-align: left;
  padding: 6px;
  background-color: #eda93d; 
  background-image: url('/resources/images/background-highlight.png');
  background-repeat: repeat-x;
  border-top: 1px solid #dadada;
}

table.fancy td {
  padding: 6px;
  vertical-align: top;
}

table.fancy td img {
  margin-left: 20px;
  vertical-align: middle;
}

table.table_studies {
  width: 100%;
  border-collapse: collapse;
}

table.table_studies th {
  text-align: left;
  padding: 4px 4px 4px 10px;        
  color: #ffffff;
  background-color: #333333;
}

table.table_studies td {
  padding: 4px 4px 4px 10px;        
}      




/** 
 * QUESTION
 */
div.edit_question_date_info { 
  color: #666666; 
  font-size: 0.95em;
  float: left;
} 

/**
 * ANSWER
 */
textarea.answer_openended {
  width: 80%;
  height: 120px;
  border: 2px solid #cccccc;
  padding: 5px;
/*  font-family: Tahoma, sans-serif;*/
/*  background-image: url(bg.gif);*/
  background-position: bottom right;
  background-repeat: no-repeat;
}

/**
 *   STUDY 
 */

div.toc_container {
  float: right;
  border: 1px solid #2e2e2e;
  background-color: #f0f0f0;
  margin: 0px 0px 10px 20px;
  padding: 0px 12px 6px 12px;
  width: 220px;
}

div.toc_container span.toc_container_info {
  display: inline-block;
  background-color: #FDFF87;
  margin-top: 6px;
  padding: 2px;
  border: 1px solid #d0d0d0;
}

div.toc_container table {
  width: 100%;
  margin-top: 10px;
}

div.toc_container td {
  vertical-align: top;
}

div.toc_container td.counter {
  text-align: right;
  padding: 2px 10px 2px 0px;
  width: 15px;
}

div.toc_container span.lesson_link {
  display: block;
  padding: 1px 0px 1px 5px;
  border: 1px solid #f0f0f0;
}

div.toc_container span.lesson_link:hover {
  background-color: #e0e0e0;
  border: 1px solid #c0c0c0;
}

div.toc_container span.lesson_no_link {
  display: block;
  padding: 1px 0px 1px 5px;
}

div.toc_container span.description { 
  font-style: italic;
}

/**
 *   LESSON
 */ 

#lesson {
  font-size: 1.0em;
}

#lesson div.question {
/*  background-color: #f0f0f0; */
 /* margin: 10px 0px 10px 0px; */
  /* for corner */
  /*padding: 0px 5px 0px 0px; */
  /* background-image: url('/resources/images/corners/leftside.gif');  */
  /* background-repeat: repeat-y;  */
  /* background-position: left top; */
  
  margin: 10px 0px 10px 0px;
  padding: 10px 10px 10px 20px;
  border: 1px outset #000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;

}

#lesson div.q_notdone {
  background-image: url('/resources/images/background-question.png');
  background-repeat: repeat-x;
  background-color: #fff99e;
}

#lesson div.q_done {
  background-color: #f0f0f0;
}

.question_text { 
  vertical-align: top;
}

/*.corner-top {
  width: 100%; 
  height: 20px; 
  background-image: url('/resources/images/corners/top.gif');  
  background-repeat: no-repeat;  
  background-position: left top;
}*/

/*.corner-top span { 
  display: block; 
  height: 20px; 
  background-image: url('/resources/images/corners/top-right.gif');
  background-repeat: no-repeat; 
  background-position: right top;
}*/

/*.question-contents {
  background-image: url('/resources/images/corners/rightside.gif');
  background-repeat: repeat-y; 
  background-position: right top; 
  padding: 1px 30px 1px 25px; 
  margin: -1px 0px -50px 0;
}*/

/*.corner-bottom { 
  height: 60px; 
  background-image: url('/resources/images/corners/bottom.gif');
  background-repeat: no-repeat;
  background-position: left bottom; 
}*/ 

/*.corner-bottom span { 
  display: block; 
  height: 60px; 
  background-image: url('/resources/images/corners/bottom-right.gif');
  background-repeat: no-repeat; 
  background-position: right top; 
}*/

.corner-bottom {
  margin-top: -60px;
  height:  60px;
  float: right; 
}

.corner-bottom img {
  width: 50px; 
  height: 50px; 
  padding: 0px 10px 10px 10px; 
  margin: 0px 0px 10px 0px; 
}

#lesson-overview {
  /* background-color: #eda93d;   */
  background-color: #ffffcc;
  background-image: url('/resources/images/background-info.png');
  background-repeat: repeat-x; 
  border: 1px solid #808080;  
  padding: 0px 20px 0px 20px;
  margin: 0px 0px 20px 0px;
}

#lesson-overview2 { 
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;  
  padding: 0px 20px 0px 20px;
  margin: 0px 10px 20px 0px;
  background-color: #ffff66;
/*  padding: 10px;*/
}

#lesson-overview span {

}

#lesson div.correct {
}

#lesson div.incorrect {
}

#lesson span.incorrect p {
  font-weight: normal;
}

#lesson span.question {
  font-weight: bold;
}

#lesson input {
}

#lesson div.answers {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px; 
}

#lesson table.answers {
  width: 100%;
  border: 0px;
}

#lesson table.answers td {
  vertical-align: top;
}

#lesson table.answers td.thin {
  width: 20px;
}

#lesson table.answers td.answer {
  width: auto;
}

#lesson table.answers td.controls { 
  width: 50px;
}

#lesson span.answer_text p {
  margin: 0px; 
  display: inline;
}

#lessonsubmit {
  text-align: center;
}

#lesson p.leadup {
  margin-top: 0px;
  font-style: italic;
}

.answer_given {
  padding-left: 10px;
}

.answer_given span {
  font-weight: bold;
  font-style: italic;
}

/** 
 *  HINT
 */

#lesson div.hint {
  float: right;
  padding: 4px;
  font-style: italic;
}

#lesson div.hint img {
  vertical-align: middle;
}

#lesson span.hint_holder {
  display: none;
  margin-right: 20px;
  margin-left: 10px;
  padding-left: 6px;
  border-left: 1px solid #000000;
}




span.control {
  background-color: #f0f0f0;
  color: #666666;
  padding: 0px 4px 0px 4px;
  border: 1px solid #B3B3B3;
  margin-left: 2px;
}

span.control:hover {
  background-color: #dddddd;
  border: 1px solid #666666;
}

span.control a:link {
  text-decoration: none;
  color: #666666; 
}

span.control a:visited {
  text-decoration: none;
  color: #666666;
}

span.toggle_expl {
  background-color: #ffff6c;
  border: 1px solid #707070;
  padding: 2px 2px 1px 2px; 
  font-weight: bold;;
  position: relative;
  z-index: 2;
}

div.explanation {
  width: 90%;
}

div.explanation p {
  margin-bottom: 0px; 
  margin-right: 20px;
  background-image: url('/resources/images/background-explanation.png');
  background-repeat: repeat-x;
  border: 1px solid #707070;
  font-style: italic;
  padding: 4px;
  display: none;
  position: relative;
  z-index: 1; 
}

div.explanation_question {
  margin-right: 20px; 
}

div.explanation_question p {
  margin-top: 0px;
}

div.explanation_answer {
  margin-top: 10px;
}

div.explanation_answer p {
  margin-left: 10px;
  margin-top: 0px;
}

div.explanation_answer span {
  margin-left: 10px;
}


/**
 *  FOOTER
 */ 

#footer {
  width: 100%;
  clear: both; 
  background-color: #2f2f2f;
  color: #d0d0d0;  
  font-size: 0.8em;
  text-align: center;
  height: 100px;
  margin: 0px 0px 0px 0px;
  padding: 20px 0px 40px 0px;
}

div.push {
  height: 60px;
}

#footer a, 
#footer a:link, 
#footer a:visited {
  text-decoration: none;
  color: #d0d0d0;  
}

#footer form p {
  margin: 0px;
  padding: 0px;
}

#footer form p input {
  margin: 0px;
  padding: 0px;
}


/*#footer_top {
  padding: 0px;
  margin-left: 20px;
  margin-right: 20px;
  height: 60px;
  background-color: #c7c7c7;
}*/

/*#footer_bottom {
  background-color: #2e2e2e;
  width: 100%;
  margin: auto;
}*/

/*#footer_bottom_middle {
  padding: 10px 0px 0px 0px;
  margin-left: 20px;
  margin-right: 20px; 
  height: 30px;
  background-color: #474747;
  color: #d0d0d0;
}*/

/*#footer_end {
  background-color: #2e2e2e;
  height: 100px;
  padding-top: 20px;
  color: #808080; 
}*/

/*#footer_bottom_middle a {
  text-decoration: none;
  color: #808080;   
}*/

/*#footer_bottom_middle a:visited { 
  text-decoration: none;
  color: #808080;   
}*/

/**
 *  ADMIN TOOLS
 */
 
ol.admintools li { 
  padding: 15px 10px 15px 0px;
  margin-bottom: 10px;
  background-color: #f0f0f0;
  width: 80%;
  border: 1px #c0c0c0 solid;
  padding-left: 20px;
}

ol.admintools li a {
}

ol.admintools li span { 
  color: #808080;
}

/**
 *  EDITOR
 */ 

img.edit_icon {
  vertical-align: middle;
  border: 0px;
}

img.small {
  width: 16px;
  height: 16px;
}

img.large {
  width: 32px;
  height: 32px;
}

li.question img.edit_icon {
/*  width: 16px;
  height: 16px;
*/  margin-left: 10px;
}

div.edit_question_control {
  position: relative;
  padding-top: 2px;
  border-top: 1px solid #A7A7A7;
  text-align: right; 
  font-size: 0.8em;
}

div.edit_question_control span {
  margin-left: 8px;
}


div.edit_question_control span {
/*  border-left: 6px solid #f0f0f0; 
  padding-left: 4px;
*/
}

input.edit_tags_entry {
  width: 120pt;
}

span.edit_controls_answer {
/*  display: table-cell;*/
/*  padding-left: 100%;*/
/*  float: right;*/
/*  width: 100%;*/
/*  text-align: right;*/
}

input.edit_answer_entry {
  width: 600px;
}

textarea.edit_question_entry {
  width: 600px;
  height: 50px;
}

span.edit_add_answer {
}

.action {
  cursor: pointer;
}

img.icon {
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border: 0px;
}

/**
 * 
 */

table#studies {
  width: 100%;
}

table#studies td {
  width: 50%;
  vertical-align: top;
  padding-right: 20px ;
}

table#studies h3 {
  margin-bottom: 0px;
  border-bottom: 2px solid #808080; 
}

/**
 *  MISC
 */
 
.center {
  text-align: center; 
}
 
h3.fancy {
  margin-bottom: -10px;
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 0.95em;
  background-color: #2f2f2f;
  padding: 4px 4px 4px 10px;
}
      
 
p.paragraph:before {
 content: "\A7 \ ";
 float: left;
 margin-right: 4px;
 font-size: 2em; 
}

.infobox {
  border: 1px solid #b0b0b0;
  border-bottom: 2px solid #b0b0b0;
  background-color: #eda93d;  
  background-image: url('/resources/images/background-highlight.png');
  background-repeat: repeat-x;
  margin: 0px;
  padding: 6px 12px 6px 12px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.infobox a:link, a:visited {
  text-decoration: underline;
}

span.header {
  font-weight: bold;
}

span#printfriendly {
  margin-left: 20px;
}

span#font {
  margin-left: 20px;
}

.highlight {
  background-color: #fafafa;
/*  background-color: #ffff00;*/
/*  background-color: #e2e200;*/
  border: 1px solid #d0d0d0;
/*  background-color: #;*/
}

.highlight_temporary {
  background-color: #e2e200;
  border: 1px solid #d0d0d0;
}

.highlight_error {
  background-color: #ff8080;
  border: 1px solid #d0d0d0;
}

span.emph {
  font-style: italic;
}

span.bold {
  font-weight: bold; 
}

.none {
  font-style: italic;
}

div.metatext ol li {
  margin-bottom: 10px;
}

div#lesson_features {
  margin: 10px 0px 0px 0px;
/*  font-size: 0.95em;*/
  
/*  float: right;*/
/*  margin-left: 15px;*/
/*  margin-bottom: 15px;  */
}

div#lesson_features table {
/*  background-color: #fafafa;*/
  border-collapse: collapse;
  width: 100%;
/*  border: 1px solid #000;*/
/*  width: 350px;*/
}

div#lesson_features table td {
  border-bottom: 1px solid #d0d0d0;
}

div#lesson_features table th {
/*  background-color: #ffffff;*/
  border-bottom: 2px solid #a0a0a0;
}

div#lesson_features table td.yes {
  background-image: url('/resources/images/icons/icon_yes_small.png');
  background-repeat: no-repeat;
  background-position: center center;
}

blockquote {
  background-color: #fafafa;
  padding: 4px;
  border: 1px solid #d0d0d0;
}

ul.sparse li {
  margin-top: 4px;
}

ol.sparse li {
  margin-top: 4px;  
}

/**
 * ACKNOWLEDGMENT 
 */

table#acknowledgments {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
}

table#acknowledgments td {
  width: 50%;
  text-align: center;
  
}

table#acknowledgments th {
  text-align: center;
  border-bottom: 2px solid #a0a0a0;
}

table#acknowledgments img {
  width: 48px;
  height: 48px;
}

/**
 * ERRORS and MESSAGES
 */
 
.simple_msg {
  margin: auto;
  width: 500px;
  padding: 10px;
  border: 1px solid #c0c0c0;
  text-align: center;
  margin-top: 50px;
}
 

/**
 * DEBUG
 */
div#debug {
  padding: 2px;
  float: right;
  background-color: #f0f0f0;
}

div#debug-inner {
  padding: 20px;
  
}



