
/* needed for iframe to allow 100% height in FF */
body, html { 
    margin: 0;
    padding: 0 0.5%;
    height: 99%; /* to avoid scrollbars */
}

body {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  line-height:130%;
  font-size:0.83em;
  color:#551100;
}

a:focus,
a:focus img {
  color: red;
  background: yellow;
}

form, .inline {
  display: inline;
}

.LC_right {
  text-align:right;
}

.LC_middle {
  vertical-align:middle;
}

.LC_400Box {
  width:400px;
}

.LC_iframecontainer {
    width: 98%;
    margin: 0;
    position: fixed;
    top: 8.5em;
    bottom: 0;
}

.LC_iframecontainer iframe{
    border: none;
    width: 100%;
    height: 100%;
}

.LC_filename {
  font-family: monospace;
  white-space:pre;
  font-size: 120%;
}

.LC_fileicon {
  border: none;
  height: 1.3em;
  vertical-align: text-bottom;
  margin-right: 0.3em;
  text-decoration:none;
}

.LC_error {
  color: red;
  font-size: larger;
}

.LC_warning,
.LC_diff_removed {
  color: red;
}

.LC_info,
.LC_success,
.LC_diff_added {
  color: green;
}

div.LC_confirm_box {
  background-color: #FAFAFA;
  border: 1px solid #C8C8C8;
  margin-right: 0;
  padding: 5px;
}

div.LC_confirm_box .LC_error img,
div.LC_confirm_box .LC_success img {
  vertical-align: middle;
}

.LC_icon {
  border: none;
  vertical-align: middle;
}

.LC_docs_spacer {
  width: 25px;
  height: 1px;
  border: none;
}

.LC_internal_info {
  color: #999999;
}

.LC_discussion {
  background: #DAE0E5;
  border: 1px solid black;
  margin: 2px;
}

.LC_disc_action_links_bar {
  background: #DAE0E5;
  border: none;
  margin: 4px;
}

.LC_disc_action_left {
  text-align: left;
}

.LC_disc_action_right {
  text-align: right;
}

.LC_disc_new_item {
  background: white;
  border: 2px solid red;
  margin: 2px;
}

.LC_disc_old_item {
  background: white;
  border: 1px solid black;
  margin: 2px;
}

table.LC_pastsubmission {
  border: 1px solid black;
  margin: 2px;
}

table#LC_menubuttons {
  width: 100%;
  background: #FFFFFF;
  border: 2px;
  border-collapse: separate;
  padding: 0;
}

table#LC_title_bar a {
  color: #303030;
}

table#LC_title_bar {
  clear: both;
  display: none;
}

table#LC_title_bar,
table.LC_breadcrumbs, /* obsolete? */
table#LC_title_bar.LC_with_remote {
  width: 100%;
  border-color: #FFFFFF;
  border-style: solid;
  border-width: 0 3px 0 4px;
  background: #FFFFFF;
  color: #303030;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}

ul.LC_breadcrumb_tools_outerlist {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
}
ul.LC_breadcrumb_tools_outerlist li {
    display: inline;
}

.LC_breadcrumb_tools_navigation {
    padding: 0;
    margin: 0;
    float: left;
}
.LC_breadcrumb_tools_tools {
    padding: 0;
    margin: 0;
    float: right;
}

table#LC_title_bar td {
  background: #DAE0E5;
}

table#LC_menubuttons img {
  border: none;
}

.LC_breadcrumbs_component {
  float: right;
  margin: 0 1em;
}
.LC_breadcrumbs_component img {
  vertical-align: middle;
}

td.LC_table_cell_checkbox {
  text-align: center;
}

.LC_fontsize_small {
  font-size: 70%;
}

#LC_breadcrumbs {
  clear:both;
  background: #E6EAEF;
  border-bottom: 1px solid #C8C8C8;
  line-height: 2.5em;
  overflow: hidden;
  margin: 0;
  padding: 0;
  text-align: left;
}

/* Preliminary fix to hide breadcrumbs inside remote control window */
#LC_remote #LC_breadcrumbs {
  display:none;
}

.LC_head_subbox {
  clear:both;
  background: #F8F8F8; /* #E6EAEF; */
  border: 1px solid #E6EAEF;
  margin: 0 0 10px 0;      
  padding: 3px;
  text-align: left;
}

.LC_fontsize_medium {
  font-size: 85%;
}

.LC_fontsize_large {
  font-size: 120%;
}

.LC_menubuttons_inline_text {
  color: #551100;
  font-size: 90%;
  padding-left:3px;
}

.LC_menubuttons_inline_text img{
  vertical-align: middle;
}

li.LC_menubuttons_inline_text img,a {
  cursor:pointer;
  text-decoration: none;
}

.LC_menubuttons_link {
  text-decoration: none;
}

.LC_menubuttons_category {
  color: #551100;
  background: #FFFFFF;
  font-size: larger;
  font-weight: bold;
}

td.LC_menubuttons_text {
  color: #551100;
}

.LC_current_location {
  background: #DAE0E5;
}

table.LC_data_table {
  border: 1px solid #000000;
  border-collapse: separate;
  border-spacing: 1px;
  background: #FFFFFF;
}

.LC_data_table_dense {
  font-size: small;
}

table.LC_nested_outer {
  border: 1px solid #000000;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

table.LC_innerpickbox,
table.LC_nested {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.ui-accordion,
.ui-accordion table.LC_data_table,
.ui-accordion table.LC_nested_outer{
  border: 0px;
  border-spacing: 0px;
  margin: 3px;
}

table.LC_data_table tr th,
table.LC_calendar tr th,
table.LC_prior_tries tr th,
table.LC_innerpickbox tr th {
  font-weight: bold;
  background-color: #E6EAEF;
  color:#303030;
  font-size:90%;
}

table.LC_innerpickbox tr th,
table.LC_innerpickbox tr td {
  vertical-align: top;
}

table.LC_data_table tr.LC_info_row > td {
  background-color: #CCCCCC;
  font-weight: bold;
  text-align: left;
}

table.LC_data_table tr.LC_odd_row > td {
  background-color: #FAFAFA;
  padding: 2px;
  vertical-align: top;
}

table.LC_pick_box tr > td.LC_odd_row {
  background-color: #FAFAFA;
  vertical-align: top;
}

table.LC_data_table tr.LC_even_row > td {
  background-color: #F0F0F0;
  padding: 2px;
  vertical-align: top;
}

table.LC_pick_box tr > td.LC_even_row {
  background-color: #F0F0F0;
  vertical-align: top;
}

table.LC_data_table tr.LC_data_table_highlight td {
  background-color: #CCCCCC;
}

table.LC_data_table tr td.LC_leftcol_header {
  background-color: #E6EAEF;
  font-weight: bold;
}

table.LC_data_table tr.LC_empty_row td,
table.LC_nested tr.LC_empty_row td {
  font-weight: bold;
  font-style: italic;
  text-align: center;
  padding: 8px;
}

table.LC_data_table tr.LC_empty_row td {
  background-color: #E6EAEF;
}

table.LC_nested tr.LC_empty_row td {
  background-color: #FFFFFF;
}

table.LC_caption {
}

table.LC_nested tr.LC_empty_row td {
  padding: 4ex
}

table.LC_nested_outer tr th {
  font-weight: bold;
  color:#303030;
  background-color: #E6EAEF;
  font-size: small;
  border-bottom: 1px solid #000000;
}

table.LC_nested_outer tr td.LC_subheader {
  background-color: #E6EAEF;
  font-weight: bold;
  font-size: small;
  border-bottom: 1px solid #000000;
  text-align: right;
}

table.LC_nested tr.LC_info_row td {
  background-color: #CCCCCC;
  font-weight: bold;
  font-size: small;
  text-align: center;
}

table.LC_nested tr.LC_info_row td.LC_left_item,
table.LC_nested_outer tr th.LC_left_item {
  text-align: left;
}

table.LC_nested td {
  background-color: #FFFFFF;
  font-size: small;
}

table.LC_nested_outer tr th.LC_right_item,
table.LC_nested tr.LC_info_row td.LC_right_item,
table.LC_nested tr.LC_odd_row td.LC_right_item,
table.LC_nested tr td.LC_right_item {
  text-align: right;
}

.ui-accordion table.LC_nested tr.LC_odd_row td.LC_left_item,
.ui-accordion table.LC_nested tr.LC_even_row td.LC_left_item {
  text-align: right;
  width: 40%;
  padding-right:10px;
  vertical-align: top;
  padding: 5px;
}

.ui-accordion table.LC_nested tr.LC_odd_row td.LC_right_item,
.ui-accordion table.LC_nested tr.LC_even_row td.LC_right_item {
  text-align: left;
  width: 60%;
  padding: 2px 4px;
}

table.LC_nested tr.LC_odd_row td {
  background-color: #EEEEEE;
}

table.LC_createuser {
}

table.LC_createuser tr.LC_section_row td {
  font-size: small;
}

table.LC_createuser tr.LC_info_row td  {
  background-color: #CCCCCC;
  font-weight: bold;
  text-align: center;
}

table.LC_calendar {
  border: 1px solid #000000;
  border-collapse: collapse;
  width: 98%;
}

table.LC_calendar_pickdate {
  font-size: xx-small;
}

table.LC_calendar tr td {
  border: 1px solid #000000;
  vertical-align: top;
  width: 14%;
}

table.LC_calendar tr td.LC_calendar_day_empty {
  background-color: #F0F0F0;
}

table.LC_calendar tr td.LC_calendar_day_current {
  background-color: #FFFF00;
}

table.LC_data_table tr td.LC_mail_new {
  background-color: #FFBB77;
}

table.LC_data_table tr.LC_mail_new:hover {
  background-color: #DD9955;
}

table.LC_data_table tr td.LC_mail_read {
  background-color: #BBBB77;
}

/*
table.LC_data_table tr.LC_mail_read:hover {
  background-color: #999944;
}
*/

table.LC_data_table tr td.LC_mail_replied {
  background-color: #AAAA88;
}

/*
table.LC_data_table tr.LC_mail_replied:hover {
  background-color: #888855;
}
*/

table.LC_data_table tr td.LC_mail_other {
  background-color: #99BBBB;
}

/*
table.LC_data_table tr.LC_mail_other:hover {
  background-color: #669999;
}
*/

table.LC_data_table tr > td.LC_browser_file,
table.LC_data_table tr > td.LC_browser_file_published {
  background: #AAEE77;
}

table.LC_data_table tr > td.LC_browser_file_locked,
table.LC_data_table tr > td.LC_browser_file_unpublished {
  background: #FFAA99;
}

table.LC_data_table tr > td.LC_browser_file_obsolete {
  background: #888888;
}

table.LC_data_table tr > td.LC_browser_file_modified,
table.LC_data_table tr > td.LC_browser_file_metamodified {
  background: #F8F866;
}

table.LC_data_table tr.LC_browser_folder > td {
  background: #E0E8FF;
}

table.LC_data_table tr > td.LC_roles_is {
  /* background: #77FF77; */
}

table.LC_data_table tr > td.LC_roles_future {
  border-right: 8px solid #FFFF77;
}

table.LC_data_table tr > td.LC_roles_will {
  border-right: 8px solid #FFAA77;
}

table.LC_data_table tr > td.LC_roles_expired {
  border-right: 8px solid #FF7777;
}

table.LC_data_table tr > td.LC_roles_will_not {
  border-right: 8px solid #AAFF77;
}

table.LC_data_table tr > td.LC_roles_selected {
  border-right: 8px solid #11CC55;
}

span.LC_current_location {
  font-size:larger;
  background: #FFFFFF;
}

span.LC_parm_menu_item {
  font-size: larger;
}

span.LC_parm_scope_all {
  color: red;
}

span.LC_parm_scope_folder {
  color: green;
}

span.LC_parm_scope_resource {
  color: orange;
}

span.LC_parm_part {
  color: blue;
}

span.LC_parm_folder,
span.LC_parm_symb {
  font-size: x-small;
  font-family: monospace;
  color: #AAAAAA;
}

ul.LC_parm_parmlist li {
  display: inline-block;
  padding: 0.3em 0.8em;
  vertical-align: top;
  width: 150px;
  border-top:1px solid #C8C8C8;
}

td.LC_parm_overview_level_menu,
td.LC_parm_overview_map_menu,
td.LC_parm_overview_parm_selectors,
td.LC_parm_overview_restrictions  {
  border: 1px solid black;
  border-collapse: collapse;
}

table.LC_parm_overview_restrictions td {
  border-width: 1px 4px 1px 4px;
  border-style: solid;
  border-color: #FFFFFF;
  text-align: center;
}

table.LC_parm_overview_restrictions th {
  background: #DAE0E5;
  border-width: 1px 4px 1px 4px;
  border-style: solid;
  border-color: #FFFFFF;
}

table#LC_helpmenu {
  border: none;
  height: 55px;
  border-spacing: 0;
}

table#LC_helpmenu fieldset legend {
  font-size: larger;
}

table#LC_helpmenu_links {
  width: 100%;
  border: 1px solid black;
  background: #FFFFFF;
  padding: 0;
  border-spacing: 1px;
}

table#LC_helpmenu_links tr td {
  padding: 1px;
  background: #DAE0E5;
  text-align: center;
  font-weight: bold;
}

table#LC_helpmenu_links a:link,
table#LC_helpmenu_links a:visited,
table#LC_helpmenu_links a:active {
  text-decoration: none;
  color: #551100;
}

table#LC_helpmenu_links a:hover {
  text-decoration: underline;
  color: #996600;
}

.LC_chrt_popup_exists {
  border: 1px solid #339933;
  margin: -1px;
}

.LC_chrt_popup_up {
  border: 1px solid yellow;
  margin: -1px;
}

.LC_chrt_popup {
  border: 1px solid #8888FF;
  background: #CCCCFF;
}

table.LC_pick_box {
  border-collapse: separate;
  background: white;
  border: 1px solid black;
  border-spacing: 1px;
}

table.LC_pick_box td.LC_pick_box_title {
  background: #E6EAEF;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  width: 184px;
  padding: 8px;
}

table.LC_pick_box td.LC_pick_box_value {
  text-align: left;
  padding: 8px;
}

table.LC_pick_box td.LC_pick_box_select {
  text-align: left;
  padding: 8px;
}

table.LC_pick_box td.LC_pick_box_separator {
  padding: 0;
  height: 1px;
  background: black;
}

table.LC_pick_box td.LC_pick_box_submit {
  text-align: right;
}

table.LC_pick_box td.LC_evenrow_value {
  text-align: left;
  padding: 8px;
  background-color: #FAFAFA;
}

table.LC_pick_box td.LC_oddrow_value {
  text-align: left;
  padding: 8px;
  background-color: #FAFAFA;
}

span.LC_helpform_receipt_cat {
  font-weight: bold;
}

table.LC_group_priv_box {
  background: white;
  border: 1px solid black;
  border-spacing: 1px;
}

table.LC_group_priv_box td.LC_pick_box_title {
  background: #DAE0E5;
  font-weight: bold;
  text-align: right;
  width: 184px;
}

table.LC_group_priv_box td.LC_groups_fixed {
  background: #FAFAFA;
  text-align: center;
}

table.LC_group_priv_box td.LC_groups_optional {
  background: #F0F0F0;
  text-align: center;
}

table.LC_group_priv_box td.LC_groups_functionality {
  background: #CCCCCC;
  text-align: center;
  font-weight: bold;
}

table.LC_group_priv td {
  text-align: left;
  padding: 0;
}

table.LC_notify_front_page {
  background: white;
  border: 1px solid black;
  padding: 8px;
}

table.LC_notify_front_page td {
  padding: 8px;
}

.LC_navbuttons {
  margin: 2ex 0ex 2ex 0ex;
}

.LC_topic_bar {
  font-weight: bold;
  background: #DAE0E5;
  margin: 1em 0em 1em 2em;
  padding: 3px;
  font-size: 1.2em;
}

.LC_topic_bar span {
  left: 0.5em;
  position: absolute;
  vertical-align: middle;
  font-size: 1.2em;
}

table.LC_course_group_status {
  margin: 20px;
}

table.LC_status_selector td {
  vertical-align: top;
  text-align: center;
  padding: 4px;
}

div.LC_feedback_link {
  clear: both;
  background: #E6EAEF;
  width: 100%;
  padding-bottom: 10px;
  border: 1px #DAE0E5 solid;
  height: 22px;
  line-height: 22px;
  padding-top: 5px;
}

div.LC_feedback_link img {
  height: 22px;
  vertical-align:middle;
}

div.LC_feedback_link a {
  text-decoration: none;
}

div.LC_comblock {
  display:inline;
  color:#551100;
  font-size:90%;
}

div.LC_feedback_link div.LC_comblock {
  padding-left:5px;
}

div.LC_feedback_link div.LC_comblock a {
  color:#551100;
}

span.LC_feedback_link {
  /* background: #BBBBBB; */
  font-size: larger;
}

span.LC_message_link {
  /* background: #BBBBBB; */
  font-size: larger;
  position: absolute;
  right: 1em;
}

table.LC_prior_tries {
  border: 1px solid #000000;
  border-collapse: separate;
  border-spacing: 1px;
}

table.LC_prior_tries td {
  padding: 2px;
}

.LC_answer_correct {
  background: lightgreen;
  color: darkgreen;
  padding: 6px;
}

.LC_answer_charged_try {
  background: #FFAAAA;
  color: darkred;
  padding: 6px;
}

.LC_answer_not_charged_try,
.LC_answer_no_grade,
.LC_answer_late {
  background: lightyellow;
  color: black;
  padding: 6px;
}

.LC_answer_previous {
  background: lightblue;
  color: darkblue;
  padding: 6px;
}

.LC_answer_no_message {
  background: #FFFFFF;
  color: black;
  padding: 6px;
}

.LC_answer_unknown {
  background: orange;
  color: black;
  padding: 6px;
}

span.LC_prior_numerical,
span.LC_prior_string,
span.LC_prior_custom,
span.LC_prior_reaction,
span.LC_prior_math {
  font-family: monospace;
  white-space: pre;
}

span.LC_prior_string {
  font-family: monospace;
  white-space: pre;
}

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

table.LC_prior_rank,
table.LC_prior_match {
  border-collapse: collapse;
}

table.LC_prior_option tr td,
table.LC_prior_rank tr td,
table.LC_prior_match tr td {
  border: 1px solid #000000;
}

.LC_nobreak {
  white-space: nowrap;
}

span.LC_cusr_emph {
  font-style: italic;
}

span.LC_cusr_subheading {
  font-weight: normal;
  font-size: 85%;
}

div.LC_docs_entry_move {
  border: 1px solid #BBBBBB;
  background: #DDDDDD;
  width: 22px;
  padding: 1px;
  margin: 0;
}

table.LC_data_table tr > td.LC_docs_entry_commands,
table.LC_data_table tr > td.LC_docs_entry_parameter {
  background: #DDDDDD;
  font-size: x-small;
}

.LC_docs_entry_parameter {
  white-space: nowrap;
}

.LC_docs_copy {
  color: #000099;
}

.LC_docs_cut {
  color: #550044;
}

.LC_docs_rename {
  color: #009900;
}

.LC_docs_remove {
  color: #990000;
}

.LC_docs_reinit_warn,
.LC_docs_ext_edit {
  font-size: x-small;
}

table.LC_docs_adddocs td,
table.LC_docs_adddocs th {
  border: 1px solid #BBBBBB;
  padding: 4px;
  background: #DDDDDD;
}

table.LC_sty_begin {
  background: #BBFFBB;
}

table.LC_sty_end {
  background: #FFBBBB;
}

table.LC_double_column {
  border-width: 0;
  border-collapse: collapse;
  width: 100%;
  padding: 2px;
}

table.LC_double_column tr td.LC_left_col {
  top: 2px;
  left: 2px;
  width: 47%;
  vertical-align: top;
}

table.LC_double_column tr td.LC_right_col {
  top: 2px;
  right: 2px;
  width: 47%;
  vertical-align: top;
}

div.LC_left_float {
  float: left;
  padding-right: 5%;
  padding-bottom: 4px;
}

div.LC_clear_float_header {
  padding-bottom: 2px;
}

div.LC_clear_float_footer {
  padding-top: 10px;
  clear: both;
}

div.LC_grade_show_user {
/*  border-left: 5px solid #E6EAEF; */
  border-top: 5px solid #000000;
  margin: 50px 0 0 0;
  padding: 15px 0 5px 10px;
}

div.LC_grade_show_user_odd_row {
/*  border-left: 5px solid #000000; */
}

div.LC_grade_show_user div.LC_Box {
  margin-right: 50px;
}

div.LC_grade_submissions,
div.LC_grade_message_center,
div.LC_grade_info_links {
  margin: 5px;
  width: 99%;
  background: #FFFFFF;
}

div.LC_grade_submissions_header,
div.LC_grade_message_center_header {
  font-weight: bold;
  font-size: large;
}

div.LC_grade_submissions_body,
div.LC_grade_message_center_body {
  border: 1px solid black;
  width: 99%;
  background: #FFFFFF;
}

table.LC_scantron_action {
  width: 100%;
}

table.LC_scantron_action tr th {
  font-weight:bold;
  font-style:normal;
}

.LC_edit_problem_header,
div.LC_edit_problem_footer {
  font-weight: normal;
  font-size:  medium;
  margin: 2px;
}

div.LC_edit_problem_header,
div.LC_edit_problem_header div,
div.LC_edit_problem_footer,
div.LC_edit_problem_footer div,
div.LC_edit_problem_editxml_header,
div.LC_edit_problem_editxml_header div {
  margin-top: 5px;
}

div.LC_edit_problem_header_title {
  font-weight: bold;
  font-size: larger;
  background: #DAE0E5;
  padding: 3px;
}

table.LC_edit_problem_header_title {
  width: 100%;
  background: #DAE0E5;
}

div.LC_edit_problem_discards {
  float: left;
  padding-bottom: 5px;
}

div.LC_edit_problem_saves {
  float: right;
  padding-bottom: 5px;
}

img.stift {
  border-width: 0;
  vertical-align: middle;
}

table td.LC_mainmenu_col_fieldset {
  vertical-align: top;
}

div.LC_createcourse {
  margin: 10px 10px 10px 10px;
}

.LC_dccid {
  margin: 0.2em 0 0 0;
  padding: 0;
  font-size: 90%;
  display:none;
}

a:hover,
ol.LC_primary_menu a:hover,
ol#LC_MenuBreadcrumbs a:hover,
ol#LC_PathBreadcrumbs a:hover,
ul#LC_secondary_menu a:hover,
.LC_FormSectionClearButton input:hover
ul.LC_TabContent   li:hover a {
  color:#BF2317;
  text-decoration:none;
}

h1 {
  padding: 0;
  line-height:130%;
}

h2,
h3,
h4,
h5,
h6 {
  margin: 5px 0 5px 0;
  padding: 0;
  line-height:130%;
}

.LC_hcell {
  padding:3px 15px 3px 15px;
  margin: 0;
  background-color:#DAE0E5;
  color:#303030;
  border-bottom:solid 1px #C8C8C8;
}

.LC_Box > .LC_hcell {
  margin: 0 -10px 10px -10px;
}

.LC_noBorder {
  border: 0;
}

.LC_FormSectionClearButton input {
  background-color:transparent;
  border: none;
  cursor:pointer;
  text-decoration:underline;
}

.LC_help_open_topic {
  color: #FFFFFF;
  background-color: #EEEEFF;
  margin: 1px;
  padding: 4px;
  border: 1px solid #000033;
  white-space: nowrap;
  /* vertical-align: middle; */
}

dl,
ul,
div,
fieldset {
  margin: 10px 10px 10px 0;
  /* overflow: hidden; */
}

fieldset > legend {
  font-weight: bold;
  padding: 0 5px 0 5px;
}

#LC_nav_bar {
  float: left;
  background-color: #FFFFFF;
  margin: 0 0 2px 0;
}

#LC_realm {
  margin: 0.2em 0 0 0;
  padding: 0;
  font-weight: bold;
  text-align: center;
  background-color: #FFFFFF;
}

#LC_nav_bar em {
  font-weight: bold;
  font-style: normal;
}

/* Preliminary fix to hide nav_bar inside bookmarks window */
#LC_bookmarks #LC_nav_bar {
  display:none;
}

ol.LC_primary_menu {
  float: right;
  margin: 0;
  background-color: #FFFFFF;
}

ol.LC_primary_menu a.LC_new_message {
  font-weight:bold;
  color: darkred;
}

ol#LC_PathBreadcrumbs {
  margin: 0;
}

ol.LC_primary_menu li {
  display: inline;
  padding: 5px 5px 0 10px;
  vertical-align: top;
}

ol.LC_primary_menu li img {
  vertical-align: bottom;
  height: 1.1em;
}

ol.LC_primary_menu a {
  color: RGB(80, 80, 80);
  text-decoration: none;
}

ol.LC_docs_parameters {
  margin-left: 0;
  padding: 0;
  list-style: none;
}

ol.LC_docs_parameters li {
  margin: 0;
  padding-right: 20px;
  display: inline;
}

ol.LC_docs_parameters li:before {
  content: "\002022 \0020";
}

li.LC_docs_parameters_title {
  font-weight: bold;
}

ol.LC_docs_parameters li.LC_docs_parameters_title:before {
  content: "";
}

ul#LC_secondary_menu {
  clear: both;
  color: #303030;
  background: #DAE0E5;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: left;
}

ul#LC_secondary_menu li {
  font-weight: bold;
  line-height: 1.8em;
  padding: 0 0.8em;
  border-right: 1px solid black;
  display: inline;
  vertical-align: middle;
}

ul.LC_TabContent {
  display:block;
  background: #E6EAEF;
  border-bottom: solid 1px #C8C8C8;
  list-style:none;
  margin: 0 -10px;
  padding: 0;
}

ul.LC_TabContent li,
ul.LC_TabContentBigger li {
  float:left;
}

ul#LC_secondary_menu li a {
  color: #303030;
  text-decoration: none;
}

ul.LC_TabContent {
  min-height:20px;
}

ul.LC_TabContent li {
  vertical-align:middle;
  padding: 0 16px 0 10px;
  background-color:#DAE0E5;
  border-bottom:solid 1px #C8C8C8;
  border-right: solid 1px #551100;
}

ul.LC_TabContent .right {
  float:right;
}

ul.LC_TabContent li a,
ul.LC_TabContent li {
  color:rgb(47,47,47);
  text-decoration:none;
  font-size:95%;
  font-weight:bold;
  min-height:20px;
}

ul.LC_TabContent li a:hover,
ul.LC_TabContent li a:focus {
  color: #BF2317;
  background:none;
  outline:none;
}

ul.LC_TabContent li:hover {
  color: #BF2317;
  cursor:pointer;
}

ul.LC_TabContent li.active {
  color: #551100;
  background:#FFFFFF url(/adm/lonIcons/open.gif) no-repeat scroll right center;
  border-bottom:solid 1px #FFFFFF;
  cursor: default;
}

ul.LC_TabContent li.active a {
  color:#551100;
  background:#FFFFFF;
  outline: none;
}
#maincoursedoc {
  clear:both;
}

ul.LC_TabContentBigger {
  display:block;
  list-style:none;
  padding: 0;
}

ul.LC_TabContentBigger li {
  vertical-align:bottom;
  height: 30px;
  font-size:110%;
  font-weight:bold;
  color: #737373;
}

ul.LC_TabContentBigger li.active {
  position: relative;
  top: 1px;
}

ul.LC_TabContentBigger li a {
  background:url('/adm/lonIcons/tabbgleft.gif') left bottom no-repeat;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  text-decoration: none;
  outline: none;
}

ul.LC_TabContentBigger li.active a {
  background:url('/adm/lonIcons/tabbgleft.gif') left top no-repeat;
  color:#551100;
}

ul.LC_TabContentBigger li b {
  background: url('/adm/lonIcons/tabbgright.gif') no-repeat right bottom;
  display: block;
  float: left;
  padding: 0 30px;
  border-bottom: 1px solid #C8C8C8;
}

ul.LC_TabContentBigger li:hover b {
  color:#BF2317;
}

ul.LC_TabContentBigger li.active b {
  background:url('/adm/lonIcons/tabbgright.gif') right top no-repeat;
  color:#551100;
  border: 0;
  cursor:default;
}

ul.LC_CourseBreadcrumbs {
  background: #E6EAEF;
  line-height: 32px;
  padding-left: 10px;
  margin: 0 0 10px 0;
  list-style-position: inside;

}

ol#LC_MenuBreadcrumbs,
ol#LC_PathBreadcrumbs {
  padding-left: 10px;
  margin: 0;
  height: 2.5em;  /* equal to #LC_breadcrumbs line-height */
}

ol#LC_MenuBreadcrumbs li,
ol#LC_PathBreadcrumbs li,
ul.LC_CourseBreadcrumbs li {
  display: inline;
  white-space: normal;  
}

ol#LC_MenuBreadcrumbs li a,
ul.LC_CourseBreadcrumbs li a {
  text-decoration: none;
  font-size:90%;
}

ol#LC_MenuBreadcrumbs h1 {
  display: inline;
  font-size: 90%;
  line-height: 2.5em;
  margin: 0;
  padding: 0;
}

ol#LC_PathBreadcrumbs li a {
  text-decoration:none;
  font-size:100%;
  font-weight:bold;
}

.LC_Box {
  border: solid 1px #C8C8C8;
  padding: 0 10px 10px 10px;
}

.LC_AboutMe_Image {
  float:left;
  margin-right:10px;
}

.LC_Clear_AboutMe_Image {
  clear:left;
}

dl.LC_ListStyleClean dt {
  padding-right: 5px;
  display: table-header-group;
}

dl.LC_ListStyleClean dd {
  display: table-row;
}

.LC_ListStyleClean,
.LC_ListStyleSimple,
.LC_ListStyleNormal,
.LC_ListStyleSpecial {
  /* display:block; */
  list-style-position: inside;
  list-style-type: none;
  overflow: hidden;
  padding: 0;
}

.LC_ListStyleSimple li,
.LC_ListStyleSimple dd,
.LC_ListStyleNormal li,
.LC_ListStyleNormal dd,
.LC_ListStyleSpecial li,
.LC_ListStyleSpecial dd {
  margin: 0;
  padding: 5px 5px 5px 10px;
  clear: both;
}

.LC_ListStyleClean li,
.LC_ListStyleClean dd {
  padding-top: 0;
  padding-bottom: 0;
}

.LC_ListStyleSimple dd,
.LC_ListStyleSimple li {
  border-bottom: solid 1px #C8C8C8;
}

.LC_ListStyleSpecial li,
.LC_ListStyleSpecial dd {
  list-style-type: none;
  background-color: RGB(220, 220, 220);
  margin-bottom: 4px;
}

table.LC_SimpleTable {
  margin:5px;
  border:solid 1px #C8C8C8;
}

table.LC_SimpleTable tr {
  padding: 0;
  border:solid 1px #C8C8C8;
}

table.LC_SimpleTable thead {
  background:rgb(220,220,220);
}

div.LC_columnSection {
  display: block;
  clear: both;
  overflow: hidden;
  margin: 0;
}

div.LC_columnSection>* {
  float: left;
  margin: 10px 20px 10px 0;
  overflow:hidden;
}

table em {
  font-weight: bold;
  font-style: normal;
}

table.LC_tableBrowseRes,
table.LC_tableOfContent {
  border:none;
  border-spacing: 1px;
  padding: 3px;
  background-color: #FFFFFF;
  font-size: 90%;
}

table.LC_tableOfContent {
  border-collapse: collapse;
}

table.LC_tableBrowseRes a,
table.LC_tableOfContent a {
  background-color: transparent;
  text-decoration: none;
}

table.LC_tableOfContent img {
  border: none;
  height: 1.3em;
  vertical-align: text-bottom;
  margin-right: 0.3em;
}

a#LC_content_toolbar_firsthomework {
  background-image:url(/res/adm/pages/open-first-problem.gif);
}

a#LC_content_toolbar_launchnav {
  background-image:url(/res/adm/pages/start-navigation.gif);
}

a#LC_content_toolbar_closenav {
  background-image:url(/res/adm/pages/close-navigation.gif);
}

a#LC_content_toolbar_everything {
  background-image:url(/res/adm/pages/show-all.gif);
}

a#LC_content_toolbar_uncompleted {
  background-image:url(/res/adm/pages/show-incomplete-problems.gif);
}

#LC_content_toolbar_clearbubbles {
  background-image:url(/res/adm/pages/mark-discussionentries-read.gif);
}

a#LC_content_toolbar_changefolder {
  background : url(/res/adm/pages/close-all-folders.gif) top center ;
}

a#LC_content_toolbar_changefolder_toggled {
  background-image:url(/res/adm/pages/open-all-folders.gif);
}

ul#LC_toolbar li a:hover {
  background-position: bottom center;
}

ul#LC_toolbar {
  padding: 0;
  margin: 2px;
  list-style:none;
  position:relative;
  background-color:white;
}

ul#LC_toolbar li {
  border:1px solid white;
  padding: 0;
  margin: 0;
  float: left;
  display:inline;
  vertical-align:middle;
}


a.LC_toolbarItem {
  display:block;
  padding: 0;
  margin: 0;
  height: 32px;
  width: 32px;
  color:white;
  border: none;
  background-repeat:no-repeat;
  background-color:transparent;
}

ul.LC_funclist {
    margin: 0;
    padding: 0.5em 1em 0.5em 0;
}

ul.LC_funclist > li:first-child {
    font-weight:bold; 
    margin-left:0.8em;
}

ul.LC_funclist + ul.LC_funclist {
    /* 
       left border as a seperator if we have more than
       one list 
    */
    border-left: 1px solid #E6EAEF;
    /* 
       this hides the left border behind the border of the 
       outer box if element is wrapped to the next 'line' 
    */
    margin-left: -1px;
}

ul.LC_funclist li {
  display: inline;
  white-space: nowrap;
  margin: 0 0 0 25px;
  line-height: 150%;
}

.ui-accordion .LC_advanced_toggle {
  float: right;
  font-size: 90%;
  padding: 0px 4px
}

