/**************************************
 * THEME NAME: lpb
 *
 * Files included in this sheet:
 *
 *   lpb/reset.css
 *   lpb/lpb.css
 **************************************/

/***** lpb/reset.css start *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  background-image: none;
}
/* IEs break with vertical-align: baseline on images */
/* set different vertiacal-align for tr, th, td for Moodle */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead {
  vertical-align: baseline;
}
tr, th, td {
  vertical-align: top;
}
/* remember to define focus styles! */
:focus {
  outline: 1px dotted;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol, ul {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
body {
  font: 13px/1.385 Verdana, Arial, Helvetica, sans-serif;
}
table {
  font-size: inherit;
  font: 100%;
}
pre,code,kbd,samp,tt {
  font-family: monospace;
}/***** lpb/reset.css end *****/

/***** lpb/lpb.css start *****/

/* @override 
	http://ubuntu.userver.lan/moodle_19_theme/theme/lpb/lpb.css
*/
/* @group core */
body {
  background-color: #848484;
}
body.minimal {
  background-color: #fff;
}
#page {
  width: 83.7em;
  margin: 0 auto;
  padding: 0;
  border: 1px solid #535352;
  border-top-width: 0;
  border-bottom-width: 0;
  background-color: #fff;
  color: #000;
  font-size: 92%;
}
.clearer {
  overflow: hidden;
}
p, ul, ol {
  margin: 0 0 1em 0;
}
ul {
  list-style-type: disc;
  padding-left: 2.4em;
}
ol {
  list-style-type: decimal;
  padding-left: 2.6em;
}
li {
  margin: 0 0 0.25em 0;
}
strong, b {
  font-weight: bold;
}
em, i {
  font-style: italic;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
/* a, a im Inhalt */
a:link, a:visited, a:active, a:hover {
  font-weight: normal;
  color: #666;
}
a {
  text-decoration: underline;
}
#header a,
#header-home a,
.breadcrumb a,
.sideblock a,
#footer a,
ul.section li.activity a {
  text-decoration: none;
}
a:hover {
  color: #65a9d6 !important;
}
a.dimmed:link,
a.dimmed:visited {
  color: #aaa;
}
a.autolink:link,
a.autolink:visited {
  background: none !important;
  border-bottom: 2px dotted #cbd3d6;
  text-decoration: none;
  color: #666666;
}
a.autolink:hover {
  text-decoration: none;
}
a.autolink.glossary:hover {
  cursor: help;
}
.dimmed_text,
.dimmed_text a {
  color: #aaa;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.5em 0;
  font-weight: bold;
  line-height: normal;
}
h1.main,
h2.main,
h3.main,
h4.main,
h5.main,
h6.main {
  text-align: left;
  margin-left: 0;
  color: #9c1b12;
  background-color: #fff;
  font-size: 100%;
}
h1 {
  font-size: 167%;
}
h2 {
  font-size: 138.5%;
}
h3 {
  font-size: 123.1%;
}
h4 {
  font-size: 100%;
}
img.resize {
  width: 1em;
  height: 1em;
}
hr {
  color: #f0ecbf;
  background-color: #f0ecbf;
  height: 1px;
  border-style: none;
}
.cell {
  padding: 2px;
}
tr.r1 {
  background-color: #fafafa;
}
.highlight {
  background-color: #afa;
}
.highlight2 {
  color: #a00;
}
h2.headingblock {
  border-style: none;
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 100%;
}
#site-index .headingblock, 
#course-view .headingblock {
  display: none;
}
.tabledivider {
  border-style: none;
}
.generalbox {
  margin-top: 5px;
  border-color: #f0ecbf;
}
table.generalbox {
  border-style: none;
}
.generaltable {
  border-style: none;
}
th.header, 
td.cell {
  padding: 4px 8px;
  border-bottom: 1px solid #f0ecbf;
  text-align: left;
  vertical-align: top;
}
th.header {
  border-right: 1px solid #f0ecbf;
  background-color: #f0ecbf;
  white-space: normal !important;
}
.generaltable .cell {
  padding: 4px 8px;
  border-style: none;
  border-bottom: 1px solid #f0ecbf;
  vertical-align: top;
}
.generalbox th, 
.generalbox td {
  padding: 4px 8px;
  border-bottom: 1px solid #f0ecbf;
  text-align: left;
  vertical-align: top;
}
/*th.header,
.admin th.header.c0,
.generalbox th,
.generaltable th.header {
  background-color: #fafafa;
}*/
.generalboxcontent .formtable th {
  text-align: right;
}
.informationbox {
  border-style: none;
  border-color: #ddd;
}
.userinfobox {
  border-style: none;
  margin: 0 auto 5px;
}
.errorbox {
  border: 2px solid #913;
}
/* notification messages (can be good or bad) */
.notifysuccess {
  color: #060;
}
.notifytiny {
  color: #004;
}
#admin-auth_config .required {
  background-color: #ddd;
}
.informationbox {
  border-color: #ddd;
}
.feedbackbox {
  border-color: #888;
}
.feedbackby {
  background-color: #bbb;
}
.errorbox {
  color: #fff;
  border-color: #600;
  background-color: #900;
}
.errorboxcontent {
  background-color: #fbb;
}
.notifyproblem {
  float: left;
  width: 50%;
  text-align: left;
  padding: 10px;
  border: 2px solid #913;
}
.noticebox {
  background-color: #fff;
  border: 2px solid #fc1;
}
#notice.generalbox {
  /*margin: 0 0 1.5em 0;*/
  padding: 10px;
  background-color: #fff;
  border: 2px solid #fc1;
}
.teacheronly {
  color: #900;
}
.unread {
  background: #f9f7e6;
}
.censoredtext {
  color: #000;
  background: #000;
}
.boxwidthwide {
  width: 95%;
  margin-left: 12px;
}
.categorylist {
  margin-top: 10px;
}
.categorylist .info {
  text-align: right;
}
/* @end */
/* @group tabs flat */
.tabtree {
  position: static;
  margin: 0 0 4em;
}
.tabrow0 {
  position: relative;
  text-align: left;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 100%;  
  line-height: inherit;
}
.tabrow0 li {
  display: inline;
  margin: 0;
  padding: 0;
}
.tabrow0 .here {
  /*position: relative;*/
}
.tabrow0 li a {
  display: inline-block;
  background-image: none;
  margin: 0;
  padding: 0.5em 10px;
  background-color: #f0ecbf;
  color: #575758;
  font-weight: normal;
  border-style: none;
  border-bottom: 8px solid #fff;
}
.tabrow0 a span {
  padding: 0;
  background-image: none;
}
.tabrow0 a:hover {
  background-image: none;
  text-decoration: none;
}
.tabrow0 .here a:hover {
  background-image: none;
}
.tabrow0 a:hover span {
  background-image: none;
}
.tabrow0 .here a:hover span {
  background-image: none;
}
.tabrow0 .here a {
  color: #444;
  font-weight: bold;
}
.tabrow0 .here a:link,
.tabrow0 .here a:visited,
.tabrow0 .here a.nolink {
  position: static;
  background-color: #efd55c;
  border-bottom-color: #efd55c;
  z-index: 0;
}
/* subnav */
.tabrow0 div,
.tabrow0 ul {
  left: 0;
  top: 2.7em;
  width: 100%;
  margin: 0;
  padding: 0;
  border-top: 4px solid #efd55c;
  line-height: normal;
  background: #efd55c;
  font-size: 100%;
}
.tabrow0 ul {
  padding-bottom: 4px;
}
.tabrow0 ul li {
  margin: 0;
  background-image: none;
}
.tabrow0 ul a {
  background-image: none;
  margin: 0;
  padding: 0 12px;
  border: 0
}
.tabrow0 ul a span {
  padding: 0;
  background-image: none;
}
.tabrow0 ul div {
  display: none;
}
ul.tabrow1 li a,
ul.tabrow1 li a:link,
ul.tabrow1 li a:visited {
  color: #444;
  font-size: 100%;
  font-weight: normal;
  padding-top: 0;
  padding-bottom: 0;
}
ul.tabrow1 li.here.selected a {
  color: #444;
}
/* @end */
/* @group forms */
.mform {
  margin: 0 0;
  width: 98%;
}
.mform fieldset {
  border-color: #fff;
}
#adminsettings .form-shortname {
  font-size: 85%;
  color: #888;
}
.mform .required label {
  color: #a00;
}
.mform .fdescription.required {
  color: #a00;
}
.mform .required .fgroup span label {
  color: #000;
}
/* @end */
/* @group header */
#header,
#header-home {
  background-color: #525252;
}
.headermain {
  position: absolute;
  left: 0.6em;
  bottom: 0.35em;
  margin-right: 440px;
  font-size: 232%;
  font-weight: normal;
  color: #000;
}
#header .headermain {
  font-size: 182%;
  bottom: 0.55em;
}
#logo {
  float: left;
}
#logo a {
  width: 16.71em;
  height: 12.95em;
}
#colorarea {
  position: relative;
  height: 10.44em;
  margin: 0 0 1.58em 19.80em;
  background: #efd55c url(img/colorarea_round_bl.png) no-repeat left bottom;
}
#header #colorarea {
  height: 7.83em;
  margin-bottom: 0;
}
#header-img {
  float: right;
  width: 36.35em;
  height: 9.94em;
}
#header #header-img {
  height: 7.83em;
}
.headermenu {
  margin: 10px 10px 2px 0;
}
#header .headermenu {
  margin-top: 4px;
}
.headermenu .logininfo {
  float: right;
  margin: 0 0 2px 10px;
  padding: 1px 6px;
  background-color: #848484;
  border-bottom: 1px solid #999999;
  color: #fff;
}
.headermenu .logininfo a {
  color: #fff;
}
.headermenu #chooselang,
.headermenu .navigation {
  float: right;
}
.headermenu select,
.headermenu option {
}
.navbar {
  clear: both;
  width: 100%;
  padding: 5px 0 0;
  margin: 0;
  min-height: 25px;
  border-style: none;
  background-color: transparent;
}
.navbar .breadcrumb {
  margin: 0.3em 0 0.1em 12px;
}
.navbar .breadcrumb a {
  text-decoration: none;
}
.navbar .navbutton {
  margin: 0.15em 12px 0.15em 0;
}
.navbar .navbutton form div {
  margin-left: 5px;
}
span.arrow.sep {
  color: #aaa;
}
.breadcrumb .sep, 
#admin-report-simpletest-index .sep {
  color: #aaa;
}
span.arrow {
  font-family: Arial,Helvetica,Courier,sans-serif;
  font-size: 93%;
}
.navigation select {
  background-color: #fff;
}
.navigation optgroup {
  background-color: #f0ecbf;
}
.navigation optgroup option {
  background-color: #fff;
}
/* @end */
/* @group footer */
#footer {
  margin-top: 1em;
  padding: 4px 12px 5px;
  color: #999;
}
#footer div {
  margin: 0;
}
#footer #company-stuff {
  display: none;
}
#footer #moodle-stuff {
  text-align: center;
}
#footer .helplink {
  margin: 0;
}
#footer .disclaimer {
  
}
/* @end */
/* @group admin */
/* @group adminsettings horizontal */
/*#adminsettings .form-item {
  padding-top: 5px;
  border-top: 1px solid #f0ecbf;
}
#adminsettings fieldset {
  border-style: none;
  background-color: transparent;
}
#adminsettings fieldset.error {
  border: 1px solid #600;
}
#adminsettings fieldset.error legend {
  border-color: #600;
}
#adminsettings .form-overridden {
  background-color: #ff6;
}
#adminsettings .form-warning {
  background-color: #f88;
}
#adminsettings .form-defaultinfo {
  color: #888;
}
#adminsettings #admin-geoipfile .form-defaultinfo {
  display: block;
}
#adminsettings .form-item .pathok {
  color: green;
}
#adminsettings .form-item .patherror {
  color: red;
}*/
/* @end */
/* @group adminsettings vertical */
#adminsettings {
  margin-bottom: 10px;
}
#adminsettings fieldset {
  border-style: none;
  background-color: #fff;
  padding: 0;
}
#adminsettings fieldset.error {
  border: 1px solid #600;
}
#adminsettings fieldset.error legend {
  border-color: #600;
}
#adminsettings .form-overridden {
  background-color: #ff6;
}
#adminsettings .form-warning {
  background-color: #f88;
}
#adminsettings .form-defaultinfo {
  color: #888;
}
#adminsettings div.form-item {
  margin: 1em 0 3em;
  padding: 0;
  border-style: none;
}
#adminsettings .form-label {
  float: left;
  width: auto;
  margin-bottom: 0;
  padding: 1px 5px;
  text-align: left;
  background-color: #f0ecbf;
}
#adminsettings .form-shortname {
  font-size: 85%;
  color: #888;
  display: inline;
  padding-left: 12px;
}
#adminsettings .form-setting {
  clear: left;
  margin-left: 0;
  padding: 5px 0 0 1px;
  border-top: 1px solid #f0ecbf;
}
#adminsettings .form-setting input,
#adminsettings .form-setting textarea {
  background-color: #f8f8f8;
}
#adminsettings .form-description {
  margin: 12px 0 0;
  padding-left: 1px;
}
#adminsettings .form-item .pathok {
  color: green;
}
#adminsettings .form-item .patherror {
  color: red;
}
#admin-geoipfile .form-defaultinfo {
  display: block;
}
/* @end */
#admin-index .adminwarning {
  border: 2px solid #600;
}
#admin-lang .generalbox {
  border-style: none;
}
#admin-langimport .generalbox {
  border-style: none;
}
#course-user .section h2 {
  color: #006ea2;
}
#admin-roles-override .cell.c1,
#admin-roles-assign .cell.c1 {
  padding-top: 4px;
}
#adminsettings .form-item {
  margin: 0;
  padding-top: 5px;
  border-top: 1px solid #f0ecbf;
}
.admin #layout-table #middle-column {
  padding-top: 10px;
}
.admin h2.main {
  margin-top: 0;
}
.admin .generalboxcontent {
  background-color: transparent;
}
.admin .generalbox {
  background-color: #fff;
  border-color: #f0ecbf;
}
#user-profile-index h2.main,
#theme-index h2.main {
  margin-top: 10px;
}
.admin .header.c0 {
  
}
.rolecap .rolecapheading {
  background-color: #f0ecbf;
  border-bottom: 1px solid #ccc;
}
.rolecap .inherit,
.rolecap .allow,
.rolecap .prevent,
.rolecap .prohibit {
  padding: 2px;
  border-bottom: 1px solid #ccc;
}
.rolecap .capdefault {
  background-color: #fafafa;
}
#admin-roles-override .cell.c1, 
#admin-roles-assign .cell.c3, 
#admin-roles-assign .cell.c1 {
  padding: 2px;
  padding-top: 4px;
}
#admin-roles-override .capcurrent {
  background-color: #fafafa;
  border: 1px solid #cecece;
}
#admin-roles-manage .capdefault {
  background-color: #faf9f1;
  border: 1px solid #cecece;
}
#admin-roles-manage .rolecap,
#admin-roles-override .rolecap {
  border-style: none;
  border-bottom: 1px solid #cecece;
}
#admin-roles-manage .rolecap .cap-desc .cap-name,
#admin-roles-override .rolecap .cap-desc .cap-name {
  color: #888;
}
#theme-index #middle-column td {
  vertical-align: top;
  padding: 10px;
  border-color: #f0ecbf;
}
.block_admin_tree.sideblock .link.hidden {
  color: #999;
}
#admin-lang .translator .strkey {
  color: #666;
}
#admin-lang .translator .bothmissing {
  background-color: #ef6868;
}
#admin-lang .translator .mastermissing {
  background-color: #feff7f;
}
#admin-lang .translator .localdifferent {
  background-color: #afa;
}
.environmenttable .error {
  background-color: #ef6868;
  color: inherit;
}
.environmenttable .warn {
  background-color: #feff7f;
}
.environmenttable .ok {
  background-color: #afa;
}
#admin-uploaduser .uuinfo {
  background-color: #afa;
}
#admin-uploaduser .uuwarning {
  background-color: #feff7f;
}
#admin-uploaduser .uuerror {
  background-color: #ef6868;
}
.plugincompattable td.ok {
  color: #080;
}
.plugincompattable td.warning {
  color: #d80;
}
.plugincompattable td.error {
  color: #d00;
}
.logtable .r1 {
  background-color: #fafafa;
}
#course-delete .notifyproblem {
  float: none;
  width: auto;
  margin-bottom: 0.3em;
}
#course-delete .generaltable {
  clear: both;
}
/* @end */
/* @group grade */
.grade-edit-tree .moving {
  background-color: #e8eef7;
}
#grade-aggregation-help dt {
  font-weight: bold;
}
#grade-aggregation-help dd.example {
  font-style: italic;
}
#grade-aggregation-help code {
  font-style: normal;
}
/* @end */
/* @group sideblock */
#left-column .hidden .header {
  border-style: none;
}
#right-column .hidden .header {
  border-style: none;
}
.skip-block-to {
  overflow: hidden;
}
.sideblock input {
  font-size: inherit;
}
.sideblock input.styledbtn {
  font-size: 93%;
}
.sideblock a.current {
  background-color: #fafafa;
}
.sideblock {
  margin-bottom: 18px;
  /*width: 17.5em;*/
  width: 19.23em;
  font-size: 91%;
}
.sideblock .header {
  border-style: none;
  padding: 0;
}
.sideblock .header h2 {
  position: relative;
  top: -5px;
  font-size: 100%;
  color: #9c1b12;
}
#course-view div.sideblock.hidden .header h2 {
  color: #444;
}
.sideblock .content {
  border-style: none;
  padding: 4px 0;
  background-color: transparent;
}
.sideblock .list li {
  margin: 0;
  padding-bottom: 5px;
  padding-left: 0;
  line-height: normal;
}
.sideblock div.column.c0 {
  margin-left: -19px;
}
.sideblock .content .icon {
  display: none;
}
.sideblock .content div.info {
  text-align: left;
}
.sideblock .content div.bold {
  font-weight: bold;
}
.sideblock .footer {
  text-align: left;
  margin-top: 0.5em;
  padding-top: 0.5em;
  border-top: 1px dashed #9c1b12;
}
.calendar-controls .previous,
.calendar-controls .next,
.calendar-controls .current {
  text-decoration: none;
}
.sideblock .current {
  background-color: transparent;
}
.sideblock .header .commands {
  background-color: #f0ecbf;
  padding: 1px;
}
.activitydate, .activityhead {
  text-align: left;
}
.block_admin_tree.sideblock a.link.current {
  background-color: transparent;
}
.block_messages .content {
  font-size: 100%;
}
.block_search_forums .searchform {
  text-align: left;
}
.block_search_forums #searchform_search {
  width: 95%;
}
.block_search_forums #searchform_button {
  margin-top: 4px;
}
.block_rss_client .list li {
  padding-left: 0;
}
.block_adminblock {
  width: 100%;
}
/* @group login */
.block_login .loginform label {
  padding-right: 4px;
}
.block_login .loginform .c1 {
  margin: 0.3em 0 0;
  padding: 0;
  text-align: left;
}
.block_login .loginform .username {
  margin-bottom: 10px;
}
.block_login .loginform .fld input {
  width: 95%;
}
.block_login .loginform div.c1.btn {
  margin-bottom: 12px;
  text-align: left;
}
.block_login .loginform .c1.btn input {
}
.block_login .footer div {
  padding: 3px 0;
}
.block_login .footer a {
}
/* @end */
/* @end */
/* @group login */
.loginbox {
  border-color: #f0ecbf;
}
.loginbox.twocolumns .loginpanel {
  border-color: #f0ecbf;
}
.loginbox h2 {
  color: #444;
  font-weight: normal;
  font-style: normal;
}
/* @end */
/* @group content */
#content {
  clear: both;
  margin: 10px 14px;
}
#layout-table {
  border-collapse: collapse;
  margin-top: 15px;
}
#layout-table #left-column,
#layout-table #right-column {
  padding: 0;
}
#layout-table #middle-column {
  padding: 0 20px;
}
.headingblock {
  border-style: none;
}
#content .section {
  border-style: none;
}
.section {
  border-style: none;
}
.onlymiddlecolumn #content {
  /*margin: 10px;*/
}
.skip-block-to,
#maincontent {
  overflow: hidden;
}
/* @end */
/* @group startpage */
.sitetopiccontent {
  border-style: none;
}
.categoryboxcontent {
  border-style: none;
}
.courseboxcontent {
  border-style: none;
}
.coursebox {
  border-style: none;
  border-top: 1px dashed #9c1b12;
}
.coursebox .info {
  width: 47%;
  padding: 5px 0 0;
}
.coursebox .summary {
  width: 47%;
  padding: 5px 0 0;
}
.categorybox {
  border-top: 1px solid #f0ecbf;
}
#site-index .sitetopic {
  margin-top: 10px;
}
/* @end */
/* @group course */
#course-view .section td.side {
  background-color: transparent;
  border-style: none;
}
#course-view .current td.left,
#course-view .current td.right {
  background-color: #f0ecbf;
}
#course-view .section td.left {
  color: #fff;
  font-weight: bold;
  padding: 25px 0 0 10px;
  font-size: 1.3em;
  font-weight: bold;
  background: url(img/number_bg.png) no-repeat right 3px;
}
#course-view #section-0 td.left {
  background: none;
}
#course-view .section td.content {
  border-style: none;
  padding-top: 0;
  padding-left: 0;
}
#course-view .section .spacer {
  height: 3em;
}
#course-view .separator {
  border-top: 1px dashed #9c1b12;
}
#course-view .section .activity .spacer {
  height: 0.5em;
}
.section .summary {
  font-size: 1.3em;
  font-weight: bold;
  color: #96281d;
  padding: 0 2px 3px;
}
.section .summary > br {
  display: none;
}
ul.section li.activity {
  background-color: transparent;
  margin-bottom: 6px;
}
ul.section li.label {
  background-color: transparent;
}
#course-report p {
  text-align: left;
}
.block_news_items .newlink {
  text-align: left;
}
#course-view .hidden *,
#course-view .section.hidden td.left {
  color: #ccc;
}
#course-view .section.hidden td.side {
  background-color: #fafafa;
}
#course-view .activity .intro-block {
  margin-bottom: 1.5em;
}
#course-view .activity td.img {
  width: 10%;
  padding-right: 1.5em;
}
#course-view .activity td.text h4 {
  color: #9c1b12;
  font-size: 1.3em;
}
#course-view #section-0 .activity td.text h4 {
  font-size: 1.3em;
}
/* @end */
/* @group calendar */
#calendar .event_global {
  background-color: #d6f8cd;
  border-color: #d6f8cd;
  border-bottom-style: none !important;
  border-top-style: none !important;
  border-right-style: none !important;
  border-left-style: none !important;
}
#calendar .event_group {
  background-color: #fee7ae;
  border-color: #fee7ae;
  border-left-style: none !important;
  border-right-style: none !important;
  border-top-style: none !important;
  border-bottom-style: none !important;
}
#calendar .event_course {
  background-color: #ffd3bd;
  border-color: #ffd3bd;
  border-left-style: none !important;
  border-right-style: none !important;
  border-top-style: none !important;
  border-bottom-style: none !important;
}
#calendar .event_user {
  background-color: #dce7ec;
  border-color: #dce7ec;
  border-left-style: none !important;
  border-right-style: none !important;
  border-top-style: none !important;
  border-bottom-style: none !important;
}
table.minicalendar .event_global {
  background-color: #d6f8cd;
  border-color: #d6f8cd;
}
.block_calendar_month .event_global {
  background-color: #d6f8cd;
  border-color: #d6f8cd;
}
table.minicalendar .event_course {
  background-color: #ffd3bd;
  border-color: #ffd3bd;
}
.block_calendar_month .event_course {
  background-color: #ffd3bd;
  border-color: #ffd3bd;
}
table.minicalendar .event_group {
  background-color: #fee7ae;
  border-color: #fee7ae;
}
.block_calendar_month .event_group {
  background-color: #fee7ae;
  border-color: #fee7ae;
}
table.minicalendar .event_user {
  background-color: #dce7ec;
  border-color: #dce7ec;
}
.block_calendar_month .event_user {
  background-color: #dce7ec;
  border-color: #dce7ec;
}
#calendar .duration_global,
table.minicalendar .duration_global {
  border-top-color: #66d14d !important;
  border-bottom-color: #66d14d !important;
}
#calendar .duration_course,
table.minicalendar .duration_course {
  border-top-color: #f96 !important;
  border-bottom-color: #f96 !important;
}
#calendar .duration_group,
table.minicalendar .duration_group {
  border-top-color: #fbbb23 !important;
  border-bottom-color: #fbbb23 !important;
}
#calendar .duration_user,
table.minicalendar .duration_user {
  border-top-color: #a1becb !important;
  border-bottom-color: #a1becb !important;
}
#calendar .duration_course0,
table.minicalendar .duration_course0 {
  border-top-color: #f96 !important;
  border-bottom-color: #f96 !important;
}
#calendar .duration_course1,
table.minicalendar .duration_course1 {
  border-top-color: #09f !important;
  border-bottom-color: #09f !important;
}
#calendar .duration_course2,
table.minicalendar .duration_course2 {
  border-top-color: #ff0 !important;
  border-bottom-color: #ff0 !important;
}
#calendar .nottoday,
table.minicalendar .nottoday {
  border-color: #f0ecbf;
}
table.minicalendar {
  border-style: none;
  margin-bottom: 0;
}
.weekend.day.event_course a {
  text-decoration: none;
}
#calendar .maincalendar {
  border-style: none;
}
#calendar .sidecalendar {
  border-style: none;
}
table.minicalendar .today {
  border: 1px solid #ccc;
}
table.minicalendar .today a {
  text-decoration: none;
}
table.minicalendar .weekdays abbr {
  border-style: none;
}
table.minicalendar th {
  padding: 0;
}
table.minicalendar td {
  padding: 0;
}
table.minicalendar .day {
  line-height: 1.1em;
  padding: 3px 0 1px;
  border: 1px solid #fafafa;
}
table.minicalendar .weekdays th {
  font-weight: normal;
}
table.minicalendar .today {
  border: 1px solid #ccc;
}
.cal_popup_bg {
  background-color: #fff;
  border-color: #ccc;
}
.cal_popup_cg {
  background-color: #fff;
  border-color: #ccc;
}
.cal_popup_fg {
  background-color: #fff;
  border-color: #ccc;
}
.cal_popup_fg div a {
  font-size: 100% !important;
}
#calendar .event_global,
#calendar .event_course,
#calendar .event_group,
#calendar .event_user,
.minicalendar .event_global,
.minicalendar .event_course,
.minicalendar .event_group,
.minicalendar .event_user {
  /*border: 1px solid  #9b9984 !important;*/
  padding: 2px
}
#calendar {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
#calendar .today,
table.minicalendar .today {
  border: 1px solid #ccc;
}
#calendar .maincalendar .calendarmonth th {
  border-bottom: 1px solid #ccc;
}
#calendar .maincalendar .filters table, #calendar .sidecalendar .filters table, 
.block_calendar_month .filters table {
  background-color: transparent;
}
#calendar .maincalendar table.calendarmonth {
  border-collapse: collapse;
}
/* @group calendar block
 */
.block_calendar_month .cal_popup_caption, 
.block_calendar_month .cal_popup_fg div {
  border-color: #9b9984;
  font-size: 100% !important;
  color: #999;
}
.block_calendar_month .filters {
  padding: 0 4px;
  font-size: 100%;
}
.block_calendar_month .filters table {
  /*background-color: #fff;*/
}
.block_calendar_month .content {
  padding: 0;
}
.sideblock .content h3.eventskey {
  font-size: 100%;
  font-weight: normal;
}
/* @end */
/* @end */
/* @group modules */
.entrybox {
  border-style: none;
}
.entryboxheader {
  border-style: none;
}
#scormpage #tocbox {
  border-style: none;
}
#grade-index .grades {
  border-style: none;
}
#mod-data-edit .generalbox fieldset {
  border-style: none;
}
.files td {
  text-align: left;
  border-bottom: 1px solid #f0ecbf;
}
#resource {
  border-top: 1px solid #fff;
}
/* @end */
/* @group forum */
.forumpost {
  border-style: none;
  margin-bottom: 30px;
}
.forumheaderlist {
  border-style: none;
  margin-left: 12px;
  margin-bottom: 24px;
  width: 98%;
}
.forumheaderlist .header,
.forumheaderlist td {
  text-align: left;
  padding: 4px 8px;
  vertical-align: top;
}
.forumheaderlist .discussion .starter {
  vertical-align: top;
}
.forumheaderlist .lastpost {
  text-align: left;
  vertical-align: top;
}
.forumheaderlist .discussion .starter {
  background-color: transparent;
}
.forumheaderlist .discussion.r1 .starter {
  background-color: #fafafa;
}
.forumpost .topic {
  border-bottom-style: none;
  background-color: #efd55c;
}
.forumpost .starter {
  background-color: #f0ecbf;
}
.forumpost .left {
  background: transparent;
}
.forumpost .commands {
  border-top: 1px solid #f0ecbf;
  text-align: left;
}
.discussion td {
  border-style: none;
  border-bottom: 1px solid #f0ecbf;
}
.forumthread .unread {
  background: #f9f7e6;
}
#mod-forum-discuss .forumpost.unread .content {
  border-color: #f9f7e6;
}
#mod-forum-index h2.main {
  width: 80%;
  margin: 20px auto 10px;
}
/* @end */
/* @group glossary */
.glossarypost {
  margin-top: 12px;
  border-style: none;
  border-top: 1px solid #f0ecbf;
}
.glossarypost .concept h3, 
.glossarypost.continuous .concept {
  display: inline;
}
.glossarycategoryheader h2,
.glossarypost .concept h3 {
  font-size: 100%;
  margin: 0;
}
.glossarypost .entryheader {
  background: url(pix/pix/list_bg.jpg) repeat-x scroll left top;
}
#mod-glossary-showentry #page {
  width: auto;
}
#mod-glossary-showentry #footer,
#mod-glossary-showentry #header,
#mod-glossary-showentry .navbar {
  display: none;
}
#mod-glossary-showentry,
#mod-glossary-showentry #content {
  background: none;
}
/* @end */
/* @group quiz */
#mod-lesson-edit .addlinks {
  margin-bottom: 24px;
}
#mod-quiz-report #attempts td {
  border-style: none;
}
.que {
  border-color: #f0ecbf;
}
.que .feedback {
  border-color: #ddd;
}
.que .incorrect {
  
}
.que.multianswer .incorrect {
  background-color: #faa;
}
.que .partiallycorrect {
  background-color: #ff9;
}
.que .correct {
  background-color: #afa;
}
.quizattemptsummary .bestrow td {
  background-color: #e8e8e8;
}
.quizreviewsummary th.cell {
  background: #f0f0f0;
}
.quizreviewsummary td.cell {
  background: #fafafa;
}
/* @end */
/* @group wiki */
.mwiki .boxwidthwide {
  width: 95%;
}
.mwiki .tabtree {
  margin-top: 12px;
}
/* @end */
/* @group book */
p.book_chapter_title {
  font-family: inherit;
  color: #006ea2;
  font-size: 138.5%;
  font-weight: normal;
  font-style: normal;
  line-height: 140%;
}
#mod-book-view .generalbox {
  border-style: none;
}
#mod-book-view .generalbox .book_content table {
  width: auto;
}
#mod-book-view .generalbox .book_content th,
#mod-book-view .generalbox .book_content td {
  border: 1px solid #fff;
}
#mod-book-view .tocandchapter .generalbox {
  padding: 0 20px 0 0;
}
#mod-book-view .book_toc_none,
#mod-book-view .book_toc_numbered,
#mod-book-view .book_toc_bullets,
#mod-book-view .book_toc_indented {
  font-size: 100%;
}
/* @end */
/* @group blog */
.block_blog_tags .official {
  color: #00c;
}
.block_blog_tags .personal {
  color: #669;
}
/* @end */
/* @group htmleditor */
.htmlarea iframe.iframe,
.fhtmleditor textarea#id_content {
  height: 30em !important;
  border: 1px solid #f0ecbf;
}
.htmlarea .toolbar th,
.htmlarea .toolbar td {
  vertical-align: top;
  padding: 0;
}
/* @end */
/* @group tag_cloud */
.tag_cloud .s20 {
  font-size: 1.5em;
  font-weight: bold;
}
.tag_cloud .s19 {
  font-size: 1.5em;
}
.tag_cloud .s18 {
  font-size: 1.4em;
  font-weight: bold;
}
.tag_cloud .s17 {
  font-size: 1.4em;
}
.tag_cloud .s16 {
  font-size: 1.3em;
  font-weight: bold;
}
.tag_cloud .s15 {
  font-size: 1.3em;
}
.tag_cloud .s14 {
  font-size: 1.2em;
  font-weight: bold;
}
.tag_cloud .s13 {
  font-size: 1.2em;
}
.tag_cloud .s12,
.tag_cloud .s11 {
  font-size: 1.1em;
  font-weight: bold;
}
.tag_cloud .s10,
.tag_cloud .s9 {
  font-size: 1.1em;
}
.tag_cloud .s8,
.tag_cloud .s7 {
  font-size: 1em;
  font-weight: bold;
}
.tag_cloud .s6,
.tag_cloud .s5 {
  font-size: 1em;
}
.tag_cloud .s4,
.tag_cloud .s3 {
  font-size: 0.9em;
  font-weight: bold;
}
.tag_cloud .s2,
.tag_cloud .s1 {
  font-size: 0.9em;
}
/* @end */
/* @group chat */
#mod-chat-view #middle-column {
  padding: 0;
}
#mod-chat-view #enterlink {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
#mod-chat-gui_header_js-jsupdate {
  background-color: #fff;
}
#mod-chat-gui_header_js-jsupdate .chat-message {
  font-size: 81.25%;
}
#mod-chat-gui_header_js-chatinput #content {
  margin-left: 5px;
}
#mod-chat-gui_header_js-chatinput .navbar {
  display: none;
}
#mod-chat-gui_header_js-chatinput {
  background-image: none;
}
#mod-chat-gui_header_js-users #header {
  display: none;
}
#mod-chat-gui_header_js-users #page {
  background-image: none;
}
#mod-chat-gui_header_js-users #content {
  margin-left: 5px;
}
#mod-chat-gui_header_js-users {
  background-image: none;
}
#input_chat_message {
  width: 20em;
}
/* @end */
/* @group message */
#message-index,
#message-index #content,
#message-user #content,
#message-user,
#message-send,
#message-messages,
#message-discussion,
#message-discussion #content,
#message-history #content,
#message-history,
#mod-glossary-showentry,
#mod-glossary-showentry #content {
  background: none;
}
#message-index #header,
#message-index .navbar,
#message-user #header,
#message-user .navbar,
#message-discussion #header,
#message-discussion .navbar,
#message-history #header,
#message-history .navbar{
  display: none;
}
#message-index #footer,
#message-discussion #footer,
#message-history #footer {
  display: none;
}
#message-index .footernotice,
#message-discussion .footernotice,
#message-history .footernotice {
  display: none;
}
#message-index #page,
#message-user #page,
#message-history #page {
  width: auto;
}
#message-user #page {
  margin: 0;
}
#message-user #content {
  padding: 0;
}
#message-send .htmlarea iframe.iframe,
#message-send .fhtmleditor textarea#id_content {
  height: 93px !important;
  border: 1px solid #eee;
}
#message-index .message_form td,
#message_contacts td {
  padding: 2px 4px;
}
#message-index .userpicture,
#message-user .userpicture,
#message-history .userpicture {
  margin-right: 6px;
}
/* @end */
/* @group help */
#help,
#help #content {
  background: none;
}
#help #footer {
  display: none;
}
#help #page {
  width: auto;
}
/* @end */
/* @group email */
#email {
  background: #fff;
}
/* @end */
/* @group custom_corners */
.bt {
  text-align: left;
  margin: 0 0 0 30px;
  height: 35px;
  background: transparent none no-repeat 100% 0;
}
.bt div {
  font-size: 1px;
  line-height: 1%;
  height: 35px;
  width: 30px;
  position: relative;
  left: -30px;
  background: transparent none no-repeat 0 0;
}
.bb {
  text-align: left;
  margin: 0 0 0 15px;
  height: 46px;
  background: transparent none no-repeat 100% 100%;
}
.bb div {
  font-size: 1px;
  line-height: 1%;
  height: 46px;
  width: 195px;
  position: relative;
  left: -15px;
  background: transparent none no-repeat 0 100%;
}
#right-column .sideblock .bb {
  position: relative;
  text-align: left;
  margin: 0 0 0 0;
  height: 41px;
  background: transparent none no-repeat 0 100%;
}
#right-column .sideblock .bb div {
  font-size: 1px;
  line-height: 1%;
  height: 41px;
  width: 195px;
  position: absolute;
  right: 0;
  left: auto;
  background: transparent none no-repeat 100% 100%;
}
.i1 {
  padding: 0;
  background: transparent none repeat-y 0 0;
}
.i2 {
  padding: 0;
  background: transparent none repeat-y 100% 0;
}
#left-column .sideblock .i2 {
  padding: 0 10px 0 0;
  background: transparent url(img/sprechblase_l_border_r.png) repeat-y 100% 0;
}
#right-column .sideblock .i2 {
  padding: 0 10px 0 0;
  background: transparent url(img/sprechblase_r_border_r.png) repeat-y 100% 0;
}
.sideblock .i3 {
  padding: 0 15px;
  background-color: #f0ecbf;
}
#content-bt.bt {
  display: none;
}
#content-bb.bb {
  display: none;
}
#left-column .wraplevel1 .bt,
#left-column .wraplevel1 .bb {
  display: none;
}
#left-column .sideblock .header .bt,
#left-column .sideblock .bb {
  display: block;
  background-image: url(img/sprechblase_l.png);
}
#left-column .sideblock .header .bt div {
  display: block;
  background-image: url(img/sprechblase_tl.png);
}
#left-column .sideblock .bb div {
  display: block;
  background-image: url(img/sprechblase_l_bl.png);
}
#right-column .wraplevel1 .bt,
#right-column .wraplevel1 .bb {
  display: none;
}
#right-column .sideblock .header .bt,
#right-column .sideblock .bb {
  display: block;
  background-image: url(img/sprechblase_r.png);
}
#right-column .sideblock .header .bt div {
  display: block;
  background-image: url(img/sprechblase_tl.png);
}
#right-column .sideblock .bb div {
  display: block;
  background-image: url(img/sprechblase_r_br.png);
}
#middle-column .bt,
#middle-column .bt div,
#middle-column .bb,
#middle-column .bb div {
  display: none;
}
#middle-column .i1,
#middle-column .i2,
#middle-column .i3 {
  background-color: #FFF;
}
#middle-column .wrap.generalbox {
  border-style: none;
}
#mod-book-view .bt,
#mod-book-view .bb {
  display: none;
}
/* @end */
/* @group list_sideblocks */
/* @group block_course_list */
#left-column .block_course_list .header .bt,
#right-column .block_course_list .header .bt,
#left-column .block_course_list .bb,
#right-column .block_course_list .bb {
  display: none;
}
#left-column .block_course_list .i2,
#right-column .block_course_list .i2 {
  background-image: none;
  padding: 0;
}
#left-column .block_course_list .header .i2,
#right-column .block_course_list .header .i2 {
  background: #9c1b12 url(img/linkbox_tl.png) no-repeat left top;
}
#left-column .block_course_list .header .i3,
#right-column .block_course_list .header .i3 {
  background: transparent url(img/linkbox_tr.png) no-repeat right top;
}
.block_course_list .header h2 {
  position: static;
  padding: 0.5em 0;
  color: #fff;
}
/* @end */
/* @group block_admin_tree */
#left-column .block_admin_tree .header .bt,
#right-column .block_admin_tree .header .bt,
#left-column .block_admin_tree .bb,
#right-column .block_admin_tree .bb {
  display: none;
}
#left-column .block_admin_tree .i2,
#right-column .block_admin_tree .i2 {
  background-image: none;
  padding: 0;
}
#left-column .block_admin_tree .header .i2,
#right-column .block_admin_tree .header .i2 {
  background: #9c1b12 url(img/linkbox_tl.png) no-repeat left top;
}
#left-column .block_admin_tree .header .i3,
#right-column .block_admin_tree .header .i3 {
  background: transparent url(img/linkbox_tr.png) no-repeat right top;
}
.block_admin_tree .header h2 {
  position: static;
  padding: 0.5em 0;
  color: #fff;
}
/* @end */
/* @group block_site_main_menu */
#left-column .block_site_main_menu .header .bt,
#right-column .block_site_main_menu .header .bt,
#left-column .block_site_main_menu .bb,
#right-column .block_site_main_menu .bb {
  display: none;
}
#left-column .block_site_main_menu .i2,
#right-column .block_site_main_menu .i2 {
  background-image: none;
  padding: 0;
}
#left-column .block_site_main_menu .header .i2,
#right-column .block_site_main_menu .header .i2 {
  background: #9c1b12 url(img/linkbox_tl.png) no-repeat left top;
}
#left-column .block_site_main_menu .header .i3,
#right-column .block_site_main_menu .header .i3 {
  background: transparent url(img/linkbox_tr.png) no-repeat right top;
}
.block_site_main_menu .header h2 {
  position: static;
  padding: 0.5em 0;
  color: #fff;
}
/* @end */
/* @group block_admin */
#left-column .block_admin .header .bt,
#right-column .block_admin .header .bt,
#left-column .block_admin .bb,
#right-column .block_admin .bb {
  display: none;
}
#left-column .block_admin .i2,
#right-column .block_admin .i2 {
  background-image: none;
  padding: 0;
}
#left-column .block_admin .header .i2,
#right-column .block_admin .header .i2 {
  background: #9c1b12 url(img/linkbox_tl.png) no-repeat left top;
}
#left-column .block_admin .header .i3,
#right-column .block_admin .header .i3 {
  background: transparent url(img/linkbox_tr.png) no-repeat right top;
}
.block_admin .header h2 {
  position: static;
  padding: 0.5em 0;
  color: #fff;
}
/* @end */
/* @group block_activity_modules */
#left-column .block_activity_modules .header .bt,
#right-column .block_activity_modules .header .bt,
#left-column .block_activity_modules .bb,
#right-column .block_activity_modules .bb {
  display: none;
}
#left-column .block_activity_modules .i2,
#right-column .block_activity_modules .i2 {
  background-image: none;
  padding: 0;
}
#left-column .block_activity_modules .header .i2,
#right-column .block_activity_modules .header .i2 {
  background: #9c1b12 url(img/linkbox_tl.png) no-repeat left top;
}
#left-column .block_activity_modules .header .i3,
#right-column .block_activity_modules .header .i3 {
  background: transparent url(img/linkbox_tr.png) no-repeat right top;
}
.block_activity_modules .header h2 {
  position: static;
  padding: 0.5em 0;
  color: #fff;
}
/* @end */
/* @group block_participants */
#left-column .block_participants .header .bt,
#right-column .block_participants .header .bt,
#left-column .block_participants .bb,
#right-column .block_participants .bb {
  display: none;
}
#left-column .block_participants .i2,
#right-column .block_participants .i2 {
  background-image: none;
  padding: 0;
}
#left-column .block_participants .header .i2,
#right-column .block_participants .header .i2 {
  background: #9c1b12 url(img/linkbox_tl.png) no-repeat left top;
}
#left-column .block_participants .header .i3,
#right-column .block_participants .header .i3 {
  background: transparent url(img/linkbox_tr.png) no-repeat right top;
}
.block_participants .header h2 {
  position: static;
  padding: 0.5em 0;
  color: #fff;
}
/* @end */
/* @end *//***** lpb/lpb.css end *****/

