/* @group core */
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
/* @end */
/* @group forum list */
ul.section li.activity {
  clear: both;
  background-color: transparent;
}
.section .activity a {
  float: left;
  /* width: 95%; */
  width: auto;
  padding: 2px 5px 2px 0;
  vertical-align: top;
}
.section .forum a {
  width: auto;
}
.section .forum .unread {
  border-bottom-style: none;
}
.section .forum .unread a {
  margin: 0;
  padding: 2px 5px;
}
.section .activity .groupinglabel {
  display: block;
  float: left;
  vertical-align: top;
  padding: 2px;
}
ul.section .indent1 {
  padding-left: 20px;
}
ul.section li.label {
  clear: both;
  background-color: transparent;
}
#course-view .section .spacer {
  float: left;
}
ul.section .list-entry {
  float: none;
}
ul.section .list-entry .activity-name {
  background-color: #fff;
}
ul.section .unread-post {
  background: url(pix/line_dot.gif) repeat-x left 1.2em;
}
/* @end */
/* @group footer */
#footer {
  position: relative;
  height: 30px;
  background-color: #FFE39D;
  margin: 0;
}
#mod-resource-view div#footer {
  margin-top: 0;
}
#footer .logo {
  float: left;
  margin: 6px 0 0 10px;
}
#footer .logininfo {
  float: right;
  margin: 8px 12px 0;
}
#footer .helplink {
  float: left;
  margin: 8px 10px 0 2em;
}
#footer img.iconhelp {
  vertical-align: baseline;
  width: 12px;
  height: 12px;
}
.homelink a {
  padding: 0;
}
.footernotice {
  clear: both;
  margin: 0;
  padding: 10px 0 0;
  background-color: transparent;
  font-size: 85%;
  text-align: center;
}
/* @end */
/* @group custom_corners */
#footer-bb.bb,
#footer-bb.bb div {
  clear: both;
  display: block;
  background-image: url(pix/box_orange.png);
}
/* @end */