/**************************************
 * THEME NAME: mom_extended
 *
 * Files included in this sheet:
 *
 *   mom_extended/reset.css
 *   mom_extended/styles.css
 *   mom_extended/admin.css
 *   mom_extended/jquerytools.css
 *   mom_extended/debug.css
 *   mom_extended/admin_grey.css
 **************************************/

/***** mom_extended/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 {
    background-image: none;
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
}
/* 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, 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;
}
a:active {
    outline: none;
}
body {
    background: white;
    color: black;
    line-height: 1;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
body {
    font: 13px/1.385 "Lucida Grande", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
}
table {
    font-size: inherit;
    font: 100%;
}
pre,code,kbd,samp,tt {
    font-family: monospace;
}/***** mom_extended/reset.css end *****/

/***** mom_extended/styles.css start *****/

/* @override http://ubuntu.userver.lan/moodle_19_theme/theme/basic_round/styles.css */
/* @group core */
body {
    background: #f0f0f0 url(img/bg_gradient.jpg) repeat-x left top;
}
#page-wrapper {
    width: 73.85em;
    margin: 10px auto;
    padding: 0;
}
#page {
    padding: 0;
    background-color: #fff;
    /*min-height: 600px;*/
}
.clearer {
    overflow: hidden;
}
p, ul, ol {
    margin: 0 0 1em 0;
}
blockquote {
    margin: 0 1em 1em 1em;
}
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 {
    text-decoration: none;
}
a:link {
    color: #129;
}
a:visited {
    color: #c01;
}
a:hover {
    color: #391;
}
a.dimmed:link,
a.dimmed:visited {
    color: #aaa;
}
a.autolink:link,
a.autolink:visited {
    background: none !important;
    border-bottom: 2px dotted #cbd3d6;
}
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: 0 auto;
    color: #444;
    background-color: #fff;
    font-size: 100%;
    width: 95%;
    clear: both;
}
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: #eee;
    background-color: #eee;
    height: 1px;
    border-style: none;
}
button#searchform_button,
.styledbtn {
    /*background-color: #52dc17;*/
    background-color: #2d628e;
    border-color: #dcdcdc #ccc #ccc #dcdcdc;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    cursor: pointer;
    /*float: right;*/
    /*font-family: Verdana,Arial,Sans-serif;*/
    /*font-size: 0.94em;*/
    font-size: 93%;
    font-weight: bold;
    margin: 2px;
    padding: 2px 5px;
    text-align: center;
    width: auto;
}
.cell {
    padding: 0.15em;
}
tr.r1 {
    background-color: #fafafa;
}
.highlight {
    background-color: #afa;
}
.highlight2 {
    color: #a00; 
    /* highlight missing terms in forum search */
}
h2.headingblock {
    border-style: none;
    margin: 10px 0 0 0;
    padding-top: 0;
    font-size: 100%;
}
#site-index .headingblock, 
#course-view .headingblock {
    display: none;
}
.tabledivider {
    border-style: none;
}
.generalbox {
    margin-top: 5px;
    border-color: #eee;
}
table.generalbox {
    border-style: none;
}
.generaltable {
    border-style: none;
}
th.header, 
td.cell {
    padding: 0.31em 0.61em;
    border-bottom: 1px solid #eee;
    text-align: left;
    vertical-align: top;
}
th.header {
    border-right: 1px solid #eee;
    background-color: #fafafa;
    white-space: normal !important;
}
.generaltable .cell {
    padding: 0.31em 0.61em;
    border-style: none;
    border-bottom: 1px solid #eee;
    vertical-align: top;
}
table.generalbox th, 
table.generalbox td {
    padding: 0.31em 0.61em;
    border-bottom: 1px solid #eee;
    text-align: left;
    vertical-align: top;
}
.translator th, 
.translator td  {
    padding: 0.31em;
    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;
}
table.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;
}
.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;
    margin: 10px;
    border: 2px solid #913;
}
.noticebox {
    background-color: #fff;
    border: 2px solid #fc1;
}
#notice.generalbox {
    padding: 10px;
    background-color: #fff;
    border: 2px solid #fc1;
}
.teacheronly {
    color: #900;
}
.unread {
    background: #ffd991;
}
.censoredtext {
    color: #000;
    background: #000;
}
.boxwidthwide {
    width: 95%;
    margin-left: 1em;
}
.categorylist {
    margin-top: 10px;
}
.categorylist .info {
    text-align: right;
}
/* @end */
/* @group img */
img.accessicon {
    width: 1.23em;
    height: 1.23em;
}
img.icon {
    margin-right: 0.31em;
    width: 1.23em;
    height: 1.23em;
}
img.iconsmall {
    margin-right: 0.08em;
    width: 0.85em;
    height: 0.85em;
}
img.iconhelp {
    margin-right: 0.31em;
    width: 1.31em;
    height: 1.31em;
}
.userpicture, 
.picture user, 
.picture teacher {
    width: 2.69em;
    height: 2.69em;
}
.sideblock .header .commands a img {
    margin: 0 0.15em;
    width: 0.85em;
    height: 0.85em;
}
/* @end */
/* @group Moodle tabs */
.tabrow0 {
    font-size: 100%;
    margin-top: 0;
}
.tabrow0 div,
.tabrow0 ul {
    top: 1.7em;
    font-size: 100%;
}
ul.tabrow1 li a,
ul.tabrow1 li a:link,
ul.tabrow1 li a:visited {
    font-size: 100%;
}
/* @end */
/* @group forms */
.mform {
    width: 95%;
    padding-bottom: 0.77em;
}
.mform fieldset {
    border-color: #eee;
    margin: 0 0 0.77em;
}
.mform .required label {
    color: #a00;
}
.mform .fdescription.required {
    color: #a00;
}
.mform .required .fgroup span label {
    color: #000;
}
div.fitem {
    padding: 0.15em 0 0.77em;  
}
/* @end */
/* @group header */
#header,
#header-home {
    margin: 0;
}
#header #logo,
#header-home #logo {
    margin: 10px 15px 0 10px;
    float: left;
}
#header-home .headermain,
#header .headermain {
    margin: 11px 0 0 35px;
    font-size: 167%;
    color: #6b95cf;
}
.headermenu {
    margin: 10px 10px 0 0;
    color: #888;
}
.headermenu .logininfo {
    margin: 0 0 2px 0;
}
.navbar {
    clear: both;
    padding: 0;
    margin: 0;
    min-height: 2em;
    border-style: none;
    background: #eceeed url(img/nav_bg_grad.jpg) repeat-x left top;
}
.navbar .breadcrumb {
    margin: 0.77em 0 0 0.77em;
}
.navbar .breadcrumb a {
    text-decoration: none;
}
.navbar .navbutton {
    margin: 0.62em 0.77em 0 0;
}
.navbar .navbutton form div {
    margin-left: 0.31em;
}
span.arrow {
    font-family: Arial,Helvetica,Courier,sans-serif;
    font-size: 93%;
}
span.arrow.sep,
.breadcrumb .sep {
    color: #a1a7a9;
}
.navigation select {
    background-color: #fff;
}
.navigation optgroup {
    background-color: #eee;
}
.navigation optgroup option {
    background-color: #fff;
}
/* @end */
/* @group footer */
#footer {
    margin: 0;
    padding: 1em 0 0;
    background: #cbd3d6 url(img/footer_shadow_grad.jpg) repeat-x left top;
}
.homelink {
    margin: 0;
}
#footer #company-stuff {
    display: none;
}
/*#footer #company-stuff {
    float: left;
    text-align: left;
}
#footer #company-stuff p {
    margin: 0;
    padding: 0;
}*/
#footer #moodle-stuff {
    text-align: center;
}
#footer p.helplink {
    margin: 0;
}
#course-report #footer p.helplink {
    text-align: center;
}
.homelink a {
    padding: 0;
}
/* @end */
/* @group grade */
.grade-edit-tree .moving {
    background-color: #e8eef7;
}
.grade-edit-outcome .buttons {
    margin-top: 0;
}
#grade-aggregation-help dt {
    font-weight: bold;
}
#grade-aggregation-help dd.example {
    font-style: italic;
}
#grade-aggregation-help code {
    font-style: normal;
}
.grade-report-grader #siteconfiglink {
    margin: 0 0.77em;
}
.grade-report-grader #choosepluginreport {
    margin: 0 0.77em;
}
/* @end */
/* @group sideblock */
.sideblock input {
    font-size: inherit;
}
.sideblock input.styledbtn {
    font-size: 93%;
}
.sideblock a {
    text-decoration: none;
}
.sideblock a.current {
    background-color: #fafafa;
}
#left-column .hidden .header {
    border-style: none;
}
#right-column .hidden .header {
    border-style: none;
}
.skip-block-to {
    overflow: hidden;
}
.sideblock .header .hide-show-image {
    margin-top: 0;
    width: 0.85em;
    height: 0.85em;
}
.sideblock {
    margin-bottom: 0.62em;
    padding-bottom: 0;
    /*background-color: #eee;*/
    background-color: #fff;
}
.sideblock .header,
.sideblock h2.header {
    border-style: none;
    padding: 0;
    background-color: #cbd3d6;
    border-bottom: 2px solid #fff;
}
.sideblock.first .header h2,
.sideblock.first h2.header {
    color: #fff;
}
.sideblock .header h2 {
    font-size: 100%;
    color: #444;
    background-color: transparent;
    line-height: 1;
    padding-bottom: 0.3em;
}
.sideblock .header .title {
    padding: 0 0.85em 0.23em;
}
#course-view div.sideblock.hidden .header h2 {
    color: #444;
}
.sideblock .content {
    border-style: none;
    padding: 0.31em 0.92em;
    background: #f8f8f8 url(img/sideblock_bg_grad.jpg) repeat-x left bottom;
}
.sideblock .list li {
    margin: 0;
    padding-bottom: 0.38em;
    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;
}
.calendar-controls .previous,
.calendar-controls .next,
.calendar-controls .current {
    text-decoration: none;
}
.sideblock .header .commands {
    background-color: #eee;
    padding: 0.08em;
}
.activitydate, .activityhead {
    text-align: left;
}
.sideblock .content h3.eventskey {
    font-size: 100%;
}
.block_search_forums .searchform {
    text-align: left;
}
.block_calendar_month .content {
    padding: 0.62em;
}
.block_calendar_month .calendar-controls {
    padding: 0.31em 0;
}
.block_calendar_month table.minicalendar {
    margin: 0;
}
.block_messages .content {
    font-size: 100%;
}
.block_glossary_random .content h2 {
    margin: 0;
    font-size: 100%;
}
.block_glossary_random .footer {
    margin-top: 1em;
}
/* @group login */
.block_login .loginform label {
    padding-right: 0.31em;
}
.block_login .loginform .c1 {
    margin: 0.3em 0 0;
    padding: 0;
    text-align: left;
}
.block_login .loginform .username {
    margin-bottom: 0.77em;
}
.block_login .loginform .fld input {
    width: 95%;
}
.block_login .loginform div.c1.btn {
    margin-bottom: 0.92em;
    text-align: left;
}
.block_login .loginform .c1.btn input {
}
.block_login .footer div {
    padding: 0.23em 0;
}
.block_login .footer a {
}
/* @end */
/* @end */
/* @group login */
.loginbox {
    margin-bottom: 0;
    border-color: #eee;
}
.loginbox.twocolumns .loginpanel {
    border-color: #eee;
}
.loginbox h2 {
    color: #444;
    font-weight: normal;
    font-style: normal;
}
/* @end */
/* @group content */
#content {
    clear: both;
    margin: 0.77em;
    padding: 0 0.62em 0.62em;
}
#content.wrap {
    margin: 0;
}
#site-index div#content,
#course-view div#content,
.haslayouttable div#content {
    margin: 0;
}
#layout-table {
    border-collapse: collapse;
    margin-top: 0;
}
#layout-table #left-column,
#layout-table #right-column {
    padding: 0;
    width: 15.38em !important;
}
#layout-table #middle-column {
    padding: 0;
    text-align: left;
}
.headingblock {
    border-style: none;
}
#content .section {
    border-style: none;
}
.section {
    border-style: none;
}
#middle-column > .wrap {
    margin: 0 0.92em;
}
#middle-column .wraplevel2 {
    margin: 0 0.92em;
}
.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 solid #eee;
    margin: 0 0.77em 1.15em;
    width: auto;
}
.coursebox .teachers {
    padding: 10px 0 0 0;
}
.coursebox .info {
    width: 45%;
    padding-left: 0;
}
.coursebox .summary {
    width: 45%;
    padding-left: 0;
}
.categorybox {
    border-top: 1px solid #eee;
}
#site-index #content {
    background: url(img/content_top_bg_grad.jpg) repeat-x left top;
}
#site-index .sitetopic {
    margin: 0 0.77em;
    padding: 0;
    border-style: none;
}
#site-index .subscribelink,
#course-view .subscribelink {
    margin: 0 0.77em;
}
.forumaddnew,
.forumnodiscuss,
.noticeboxcontent {
    margin: 0.77em;
}
#site-index.editing #page-wrapper-left {
    width: 78.76em;
}
/* @end */
/* @group course */
#course-import #content-i3 {
    padding-bottom: 1px;
}
#course-view .section td.side {
    border-style: none;
    /*border-top: 1px solid #eee;*/
}
#course-view .current td.left,
#course-view .current td.right {
    background-color: #f8f8f8;
}
#course-view .section td.left {
    color: #444;
    font-weight: bold;
    padding: 0.62em 0 0;
}
#course-view .section .spacer {
    height: 3em;
}
#course-view .section .activity .spacer {
    height: 0.5em;
}
.section .summary {
    color: #444;
    padding: 0.62em 0.15em 0.23em;
}
.section .summary > br {
    display: none;
}
ul.section li.activity {
    background-color: transparent;
}
ul.section li.label {
    background-color: #fff;
}
#course-report #content {
    padding: 0;
}
#course-report #content-i3 {
    padding-bottom: 1px;
}
#course-report p {
    text-align: left;
    margin: 0 0.77em 0.77em;
}
.block_news_items .newlink {
    text-align: left;
}
#course-view .hidden *,
#course-view .section.hidden td.left {
    color: #ccc;
}
#files-index #dirform td {
    padding: 0.15em 0.15em 0.38em;
}
#course-view .section td.content {
    position: relative;
    padding: 0 0.38em;
    border-style: none;
}
#course-view.editing #page-wrapper-left {
    width: 78.76em;
}
.course .img-right {
    width: 11.53em;
    margin-left: 0.77em;
    float: right;
    border-style: none;
}
.section .activity img.activityicon {
    height: 1.23em;
    width: 1.23em;
}
/* @group topicsef */
.topicsef .section .content .wrap {
    width: 40.76em;
    padding: 0 0.15em;
    margin: 0 auto;
}
.topicsef #middle-column #section-0 .i1,
.topicsef #middle-column #section-0 .i2,
.topicsef #middle-column #section-0 .i3 {
    background-color: #eee;
    padding: 0;
}
.topicsef #middle-column #section-0 .i3 {
    padding-bottom: 5px;
    background: #f8f8f8 url(img/sideblock_gradient.jpg) repeat-x left bottom;
    overflow: hidden;
}
.topicsef #middle-column #section-0 ul.section {

}
.topicsef #middle-column #section-0 li.activity {
    background-color: transparent;
    margin-left: 0.85em;
    margin-right: 0.85em;
    padding-top: 0;
}
.topicsef #middle-column #section-0 li.label {
    background-color: transparent;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}
.topicsef #middle-column #section-0 li.label p,
.topicsef #middle-column #section-0 li.label h3,
.topicsef #middle-column #section-0 li.label h4 {
    margin: 0.77em;
}
.topicsef #middle-column #section-0 .bt,
.topicsef #middle-column #section-0 .bt div {
    display: block;
    background-image: url(img/box_white.png);
}
.topicsef #middle-column #section-0 .bt {
    position: relative;
    margin-bottom: -8px;
}
.topicsef #middle-column #section-0 .bb,
.topicsef #middle-column #section-0 .bb div {
    display: block;
    background-color: #eee;
    background-image: url(img/box_white.png);
}
/* @end */
/* @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: #eee;
}
table.minicalendar {
    border-style: none;
}
.weekend.day.event_course a {
    text-decoration: none;
}
table.cal_popup_bg {
    background-color: #fff;
    border-color: #ccc;
}
#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;
}
.block_calendar_month .filters {
    padding: 0 0.31em;
    font-size: 100%;
}
table.minicalendar th {
    padding: 0;
}
table.minicalendar td {
    padding: 0;
}
table.minicalendar .day {
    line-height: 1.1em;
    padding: 0.23em 0 0.08em;
    border: 1px solid #fff;
}
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;
}
.block_calendar_month .cal_popup_caption, 
.block_calendar_month .cal_popup_fg div {
    border-color: #9b9984;
    font-size: 100% !important;
    color: #999;
}
#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;
}
#calendar {
    width: 95%;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0 auto;
}
#calendar .today,
table.minicalendar .today {
    border: 1px solid #ccc;
}
#calendar .maincalendar .calendarmonth th {
    border-bottom: 1px solid #ccc;
}
#calendar td.sidecalendar .sideblock {
    border-color: #eee;
    margin-bottom: 10px;
}
#calendar td.sidecalendar .minicalendarblock {
    border: 1px #eee;
    border-style: solid none;
}
.block_calendar_month .filters {
    padding: 0 4px;
    font-size: 100%;
}
.block_calendar_month .filters table {
    background-color: transparent;
}
.block_calendar_month .content {
    padding: 4px;
}
.sideblock .content h3.eventskey {
    font-size: 100%;
    font-weight: normal;
    margin: 0;
}
.block_calendar_month .cal_popup_caption, 
.block_calendar_month .cal_popup_fg div {
    border-color: #9B9984;
    font-size: 100% !important;
    color: #999;
}
/* @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-index th,
#files-index td {
    padding: 0.31em 0.61em;
}
.files td {
    text-align: left;
    border-bottom: 1px solid #eee;
}
p.book_chapter_title {
    font-family: inherit;
    color: #006ea2;
    font-size: 138.5%;
    font-weight: normal;
    font-style: normal;
    line-height: 140%;
}
.book_toc_none,
.book_toc_bullets,
.book_toc_numbered,
.book_toc_indented {
    font-size: 100%;
}
/* @end */
/* @group resource */
#resource {
    border-top: 1px solid #fff;
}
#mod-resource-view #content {
    padding-top: 1.54em;
}
#mod-resource-view #content-i3 {
    min-height: 38.46em;
}
#mod-resource-view div#footer {
    margin: 0;
    padding: 0.38em 0 0;
}
#mod-resource-view #footer #footer-bt {
    display: none;
}
#mod-resource-view #footer #footer-bb {
    background-image: url(img/box_white_inv.png);
}
#mod-resource-view #footer #footer-bb div {
    background-image: url(img/box_white_inv.png);
}
#mod-resource-view #page-bt {
    margin-right: 0;
    background-image: url(img/box_grey.png);
}
#mod-resource-view #page-bt div {
    background-image: url(img/box_grey.png);
}
#mod-resource-view #page-bb {
    background-color: #f0f0f0;
}
#mod-resource-view #page-bb div {
    background-color: #f0f0f0;
}
#mod-resource-view #footer #footer-i1 {
    background-color: #fff;
}
/* @end */
/* @group forum */
.forumpost {
    border-style: none;
}
.forumheaderlist {
    border-style: none;
    margin-left: 0.92em;
    margin-bottom: 1.85em;
    width: 98%;
}
.forumheaderlist .header {
    text-align: left;
}
.forumpost .topic {
    border-bottom-style: none;
    background-color: #eee;
}
.forumpost .commands {
    border-top: 1px solid #eee;
}
tr.discussion td {
    border-style: none;
    border-bottom: 1px solid #eee;
}
.forumthread .unread {
    background: #ffd991;
}
#mod-forum-discuss .forumpost.unread .content {
    border-color: #ffd991;
}
#mod-forum-index h2.main {
    width: 80%;
    margin: 1.54em auto 0.77em;
}
/* @end */
/* @group glossary */
.glossarypost {
    margin-top: 0.92em;
    border-style: none;
    border-top: 1px solid #eee;
}
.glossarypost .concept h3, 
.glossarypost.continuous .concept {
    display: inline;
}
.glossarycategoryheader h2,
.glossarypost .concept h3 {
    font-size: 100%;
    margin: 0;
}
.glossarypost .entryheader {
    background: url(img/list_bg.jpg) repeat-x scroll left top;
}
#mod-glossary-showentry #page-wrapper {
    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 lesson */
.mod-lesson #content h2.title {
	display: none;
}
#mod-lesson-edit .addlinks {
    margin-bottom: 1.85em;
}
/* @end */
/* @group quiz question */
#mod-quiz-report #attempts td {
    border-style: none;
}
.que {
    border-color: #eee;
}
.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;
}
#question-edit .questionbank {
    line-height: 174%;
}
/* @end */
/* @group wiki */
.mwiki .boxwidthwide {
    width: 95%;
}
.mwiki .tabtree {
    margin-top: 0.92em;
}
/* @end */
/* @group blog */
.block_blog_tags .official {
    color: #00c;
}
.block_blog_tags .personal {
    color: #669;
}
/* @end */
/* @group notes */
body.notes .generalbox {
    margin-bottom: 0;
}
/* @end */
/* @group chat */
#mod-chat-view #middle-column {
    padding: 0;
}
#mod-chat-view #enterlink {
    text-align: left;
    margin-left: 0;
    margin-right: auto;
}
#mod-chat-gui_header_js-jsupdate .chat-message {
    font-size: 81.25%;
}
#mod-chat-gui_header_js-chatinput #header {
    display: none;
}
#mod-chat-gui_header_js-chatinput #page {
    background-image: none;
}
#mod-chat-gui_header_js-chatinput #content {
    margin-left: 0.38em;
}
#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: 0.38em;
}
#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-wrapper,
#message-user #page-wrapper,
#message-history #page-wrapper {
    width: auto;
}
#message-user #page {
    margin: 0;
}
#message-user #content {
    padding: 0;
}
#message-send .htmlarea iframe.iframe,
#message-send .fhtmleditor textarea#id_content {
    height: 7.15em !important;
    border: 1px solid #eee;
}
#message-index .message_form td,
#message_contacts td {
    padding: 2px 4px;
}
/* @end */
/* @group help */
#help,
#help #content {
    background: none;
}
#help #footer {
    display: none;
}
#help #page-wrapper {
    width: auto;
}
/* @end */
/* @group htmleditor */
.htmlarea iframe.iframe,
.fhtmleditor textarea#id_content {
    height: 30em !important;
    width: 49.23em !important;
    border: 1px solid #eee;
}
.htmlarea .toolbar {
    width: 49.23em !important;
}
.htmlarea .toolbar img {
    width: 1.384em !important;
    height: 1.384em !important;
}
.htmlarea .toolbar th,
.htmlarea .toolbar td {
    vertical-align: top;
    padding: 0;
}
.htmlarea .statusBar {
    font-size: 100% !important;
    width: 48.8em !important;
}
/* @end */
/* @group groups */
#group-overview .generaltable {
    margin-top: 10px;
}
/* @end */
/* @group tabs */
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen {
/* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
	.ui-tabs-hide {
	  display: none;
	}
}
/* Hide useless elements in print layouts... */
@media print {
	.ui-tabs-nav {
	  display: none;
	}
}
/* Skin */
/*.ui-tabs-nav, 
.ui-tabs-panel {
    font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px;
}*/
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 3px;
}
.ui-tabs-nav:after {
    /* clearing without presentational markup, IE gets extra treatment */
    
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 2px;
    font-weight: bold;
}
.ui-tabs-nav a, 
.ui-tabs-nav a span {

/* fixes dir=ltr problem and other quirks IE */
    
    float: left;
    padding: 0 12px;
    background: url(img/tabs.png) no-repeat;
}
.ui-tabs-nav a {
    
/* position: relative makes opacity fail for disabled tab in IE */
	
    margin: 5px 0 0;
    padding-left: 0;
    background-position: 100% 0;
    text-decoration: none;
    
/* @ IE 6 */
    
 white-space: nowrap;
    
/* @ Firefox, prevent dotted border after click */ 
    
    outline: 0;
}
.ui-tabs-nav a:link, 
.ui-tabs-nav a:visited {
    color: #fff;
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    background-position: 100% -23px;
}
.ui-tabs-nav a span {
    padding-top: 1px;
    padding-right: 0;
    height: 20px;
    background-position: 0 0;
    line-height: 20px;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-top: 0;
    height: 27px;
    background-position: 0 -23px;
    line-height: 27px;
}
.ui-tabs-nav .ui-tabs-selected a:link, 
.ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link, 
.ui-tabs-nav .ui-tabs-disabled a:visited {
    
/* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, 
.ui-tabs-nav a:focus, 
.ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, 
.ui-tabs-nav .ui-tabs-unselect a:focus, 
.ui-tabs-nav .ui-tabs-unselect a:active {
    
/* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-nav .ui-tabs-disabled a:link, 
.ui-tabs-nav .ui-tabs-disabled a:visited {
    color: #000;
}
.ui-tabs-panel {
    border: 1px solid #eee;
    border-top-color: #0066b3;
    padding: 10px;
    
/* declare background color for container to avoid distorted fonts in IE while fading */
    
    background: #fff;
}
/*.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}*/
/* Additional IE specific bug fixes... */
* html .ui-tabs-nav {
    
/* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav {
    /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}
/* @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 expandcollapse */
.course-cont span.contentTrigger {
    color: #d48306;
    cursor: pointer;
    font-weight: bold;
    font-style: italic;
}
/* @end */
/* @group expandcollapse setting areas */
.ftoggler img.ftoggler-img {
    height: 11px;
    margin-left: 6px;
    margin-top: 3px;
    vertical-align: top;
    width: 11px;
}
.ftoggler img.ftoggler-closed {
    background: transparent url(pix/t/switch_plus.gif) center center no-repeat;
}
.ftoggler img.ftoggler-open {
    background: transparent url(pix/t/switch_minus.gif) center center no-repeat;
}
/* @end */
/* @group custom_corners */
.bt {
    text-align: left;
    margin: 0 0 0 8px;
    height: 8px;
    background: transparent none no-repeat 100% 0;
}
.bt div {
    font-size: 1px;
    line-height: 1%;
    height: 8px;
    width: 8px;
    position: relative;
    left: -8px;
    background: transparent none no-repeat 0 0;
}
.bb {
    text-align: left;
    margin: 0 0 0 8px;
    height: 8px;
    background: transparent none no-repeat 100% 100%;
}
.bb div {
    font-size: 1px;
    line-height: 1%;
    height: 8px;
    width: 8px;
    position: relative;
    left: -8px;
    background: transparent none no-repeat 0 100%;
}
.i1 {
    padding: 0;
    background: transparent none repeat-y 0 0;
}
.i2 {
    padding: 0;
    background: transparent none repeat-y 100% 0;
}
#page-bt {
    margin-right: 21px;
    background-image: url(img/box_white_inv.png);
}
#page-bt div {
    background-image: url(img/box_white_inv.png);
}
#page-bb {
    /*margin-right: 21px;*/
    background-image: url(img/box_white_inv.png);
}
#page-bb div {
    background-image: url(img/box_white_inv.png);
}
#header-home-bt.bt,
#header-bt.bt {
    background-image: url(img/box_grey.png);
}
#header-home-bt.bt div,
#header-bt.bt div {
    background-image: url(img/box_grey.png);
}
#header-home-bb.bb,
#header-bb.bb {
    background-image: url(img/box_grey.png);
}
#header-home-bb.bb div,
#header-bb.bb div {
    background-image: url(img/box_grey.png);
}
#navbar-bb.bb,
#navbar-bb.bb {
    background-color: #eceeed;
    background-image: url(img/box_white.png);
    margin-bottom: 0.62em;
}
#navbar-bb.bb div,
#navbar-bb.bb div {
    background-color: #eceeed;
    background-image: url(img/box_white.png);
}
#header-home-i3 {
    min-height: 70px;
}
#header-i3 {
    min-height: 55px;
}
#footer-bt.bt {
    background: #a8b0b2 url(img/box_white_inv.png) right bottom;
}
#footer-bt.bt div {
    background: #a8b0b2 url(img/box_white_inv.png) left bottom;
}
#footer-bb.bb {
    background-color: #f0f0f0;
    background-image: url(img/box_grey_inv.png);
}
#footer-bb.bb div {
    background-color: #f0f0f0;
    background-image: url(img/box_grey_inv.png);
}
#content-bt.bt {
    display: none;
}
#content-bb.bb {
    display: none;
}
#site-index #content-i1 {
    padding-top: 14px;
}
#content-i3 {
    min-height: 30.77em;
}
#left-column .wraplevel2 .bt,
#left-column .wraplevel2 .bb {
    display: none;
}
#left-column .sideblock .header .bt,
#left-column .sideblock .header .bt div,
#left-column .sideblock .bb,
#left-column .sideblock .bb div {
    display: block;
    background-image: url(img/box_white.png);
}
#right-column .wraplevel2 .bt,
#right-column .wraplevel2 .bb {
    display: none;
}
#right-column .sideblock .header .bt,
#right-column .sideblock .header .bt div,
#right-column .sideblock .bb,
#right-column .sideblock .bb div {
    display: block;
    background-image: url(img/box_white.png);
}
#left-column .sideblock .bb,
#left-column .sideblock .bb div,
#right-column .sideblock .bb,
#right-column .sideblock .bb div {
    background-color: #eee;
}
#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;
}
#middle-column .wrap.generalbox .bt,
#middle-column .wrap.generalbox .bt div,
#middle-column .wrap.generalbox .bb,
#middle-column .wrap.generalbox .bb div {
    background-image: url(img/box_white.png);
}
#middle-column .wrap.generalbox .i3 {
    /*padding: 0 10px;*/
}
#help #page-bt.bt,
#help #page-bb.bb {
    display: none;
}
#mod-glossary-showentry #navbar-bb.bb,
#mod-glossary-showentry #footer-bt.bt,
#mod-glossary-showentry #footer-bb.bb {
    display: none;
}
/* @end */
/* @group htmlcleaner */
table.hasborder {
    border: 1px solid #c6ced1;
}
table.hasborder th,
table.hasborder td {
    border: 1px solid #c6ced1;
    padding: 2px 4px;
}
/* @end */
/* @group forgotten_password ajax */
#login-forgot_password #ajax-form .fitemtitle .fgrouplabel {
    padding-top: 0.1em;
}
#login-forgot_password #ajax-form #id_email {
    width: 90%;
}
#login-forgot_password #ajax-form .emailinfo {
    float: left;
    margin: 0 0 0 5px;
    padding: 3px;
    width: 20em;
}
#login-forgot_password #ajax-form .ftext {
    margin-top: 3px;
    width: 33%;
}
#login-forgot_password #ajax-form .fcontainer {
    border: 1px solid #fff;
    padding: 5px;
    width: auto;
}
#login-forgot_password #ajax-form .success {
    border-color: #fff;
}
#login-forgot_password #ajax-form .error {
    border-color: #800;
}
/* @end *//***** mom_extended/styles.css end *****/

/***** mom_extended/admin.css start *****/

/* @group core */
.admin *,
.admin #page *,
.admin #header *,
.admin #footer * {
    background: transparent;
    border-style: none;
    float: none;
    height: auto;
    margin: 0;
    padding: 0;
}
body.admin {
    background: #f9f9f9;
    margin: 0;
    padding: 0;
}
.admin #page-wrapper {
    margin: 0;
    padding: 0;
    width: auto;
}
.admin #page-wrapper-left {
    margin: 0;
    padding: 0;
    width: auto;
}
.admin #page-wrapper-right {
    margin: 0;
    padding: 0;
    width: auto;
}
.admin #page {
    background: #f9f9f9;
    border-style: none;
    font-size: 13px;
    margin: 0;
    padding: 0;
    width: auto;
}
.admin #page div#content {
    color: #444;
    font-size: 100%;
    line-height: normal;
    margin: 10px 10px;
    padding: 0;
}
.admin.nolayouttable #page div#content {
    margin: 10px 50px;
}
.admin #page a:link {
    color: #129;
    text-decoration: none;
}
.admin #page a:visited {
    color: #c01;
    text-decoration: none;
}
.admin #page a:hover {
    color: #391;
    text-decoration: none;
}
.admin #page a.dimmed:link,
.admin #page a.dimmed:visited {
    color: #aaa;
}
.admin #page textarea,
.admin #page input,
.admin #page select {
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #dfdfdf;
    font-family: "Lucida Grande", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
    font-size: 93%;
    margin: 0;
    padding: 3px 2px;
}
.admin #page textarea,
.admin #page input {
    background-color: #fff;
}
.admin #page select {
    max-width: 30em;
}
.admin #page hr {
    background-color: #eee;
    border-style: none;
    color: #eee;
    height: 1px;
}
.admin #page h2.main {
    font-family: georgia, serif;
    font-size: 161%;
    font-style: italic;
    font-weight: bold;
    text-align: left;
    margin: 1em 0 0.5em;
}
.admin #page h3.main {
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #dfdfdf;
    clear: both;
    float: left;
    font-family: georgia, serif;
    font-size: 116%;
    font-style: italic;
    letter-spacing: 0.1em;
    margin: 20px 0 20px;
    padding: 2px 10px 2px 6px;
    text-align: left;
    width: auto;
}
.admin #page img.iconsmall {
    width: 11px;
    height: 11px;
}
.admin #page .helplink img,
.admin #page img.iconhelp {
    height: 17px;
    margin: 0 0 0 4px !important;
    vertical-align: text-top;
    width: 17px;
}
.admin #page th,
.admin #page th.header {
    background: #ededed url(img/white-grad.png) repeat-x;
    border-bottom: 1px solid #dfdfdf;
}
.admin #page .r0 {
    background: #fff;
}
.admin #page #content .r1 {
}
.admin #page #content .r1 .cell {
}
.admin #page table.flexible .r0 {
    background: #fff;
}
.admin #page #content td,
.admin #page .cell,
.admin #page table.generaltable td.cell,
.admin #page table.generalbox td {
    padding: 4px 8px;
}
.admin #page .generalboxcontent {
}
.admin #page .generalboxcontent th,
.admin #page table.generalbox th {
    padding: 4px 8px;
}
.admin #page #layout-table #middle-column .generalboxcontent td {
    border: 1px solid #eee;
    border-style: none none solid none; 
    padding: 4px 8px 10px;
}
.admin #page .generalboxcontent .htmlarea th,
.admin #page .generalboxcontent .htmlarea td {
    padding: 2px;
}
.admin #page #content .htmlarea .toolbar th,
.admin #page #content .htmlarea .toolbar td {
    padding: 2px;
}
.admin #page .generalbox {
    background: #f9f9f9;
    border-style: none;
    margin-bottom: 15px;
    padding: 0;
}
.admin #page .boxwidthwide {
    margin: 0 0 1em 0;
    width: 100%;
}
.admin #page .informationbox {
    margin: 0;
    padding: 10px 0 0;
    width: 100%;
}
.admin #page #notice.generalbox {
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: #fff;
    border: 2px solid #ffcc11;
    border-radius: 6px;
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
    width: auto;
}
.admin #page table.generaltable th.header {
    background: #ededed url(img/white-grad.png) repeat-x;
    border-bottom: 1px solid #dfdfdf;
    padding: 4px 8px;
}
.admin #page span.arrow.sep {
    color: #666;
}
.admin #page #layout-table {
}
.admin #page #layout-table #middle-column {
    background: transparent;
    border-style: none;
    padding: 10px 20px 10px 40px;
}
.admin #page #layout-table #middle-column .admin-wrapper {
    margin: 0;
    padding: 0;
}
.admin #page #layout-table #left-column {
    background: transparent;
    width: 210px;
}
.admin #page #layout-table #middle-column th,
.admin #page #content th,
.admin #page #content th.header {
    background: #ededed url(img/white-grad.png) repeat-x;
    border-bottom: 1px solid #dfdfdf;
    color: #444;
    padding: 4px 8px;
    text-align: left !important;
}
.admin #page #layout-table #middle-column td {
    border-style: none;
    font-size: 100%;
    text-align: left !important;
}
/* @end */
/* @group button */
.admin #page input[type=submit],
.admin #page input[type=button],
.admin #page input.form-submit,
.admin #page .advancedbutton input {
    -khtml-border-radius: 11px;
    -khtml-box-sizing: content-box;
    -moz-border-radius: 11px;
    -moz-box-sizing: content-box;
    -webkit-border-radius: 11px;
    -webkit-box-sizing: content-box;
    border-radius: 11px;
    border: 1px solid #bbb;
    box-sizing: content-box;
    color: #464646;
    cursor: pointer;
    font-size: 93%;
    line-height: 16px;
    padding: 2px 8px;
    text-decoration: none;
}
.admin #page input[type=submit]:hover,
.admin #page input[type=button]:hover,
.admin #page input.form-submit:hover,
.admin #page .advancedbutton input:hover {
    border-color: #13455b;
    color: #225687;
}
.admin #page .singlebutton input,
.admin #page input[type=submit],
.admin #page input[type=button],
.admin #page .fsubmit input,
.admin #page .advancedbutton input {
    background: #fff url(img/white-grad.png) repeat-x scroll left top;
}
.admin #page #authmenu p,
.admin #page .buttons,
.admin #page .singlebutton {
    text-align: left !important;
    margin: 20px 0 0 !important;
}
.admin #page .singlebutton {
    margin-right: 5px !important;
}
.admin #page input.form-submit,
.admin #page p input[type=submit],
.admin #page .block-config input[type=submit],
.admin #page input[name=update],
.admin #page #id_submitbutton,
.admin #page .submit input,
.admin #page .singlebutton form input[type=submit],
#admin-block #page .blockconfigglobalcontent input[type=submit],
#admin-module #page .admin-wrapper input[type=submit],
#admin-roles-allowassign #page .buttons input,
#admin-roles-allowoverride #page .buttons input,
#admin-report-unittest-index #page .generalbox input[type=submit],
#blocks-rss_client-block_rss_client_action #rss_table input[type=submit],
#course-report #page .logselectform input[type=submit],
#course-report-log-index #page .logselectform input[type=submit],
#mod-slideshowtwo-captions #page .captions input[type=submit],
#mod-glossary-formats #page .admin-wrapper input[type=submit],
#message-index #page #message_settings .message_form input[type=submit] {
    background: #21759b url(img/button-grad.png) repeat-x scroll left center;
    border-color: #298cba !important;
    color: #FFF !important;
    font-weight: bold;
}
.admin #page input.form-submit:hover,
.admin #page p input[type=submit]:hover,
.admin #page .block-config input[type=submit]:hover,
.admin #page input[name=update]:hover,
.admin #page #id_submitbutton:hover,
.admin #page .submit input:hover,
.admin #page .singlebutton form input[type=submit]:hover,
#admin-block #page .blockconfigglobalcontent input[type=submit]:hover,
#admin-module #page .admin-wrapper input[type=submit]:hover,
#admin-roles-allowassign #page .buttons input:hover,
#admin-roles-allowoverride #page .buttons input:hover,
#admin-report-unittest-index #page .generalbox input[type=submit]:hover,
#blocks-rss_client-block_rss_client_action #rss_table input[type=submit]:hover,
#course-report #page .logselectform input[type=submit]:hover,
#course-report-log-index #page .logselectform input[type=submit]:hover,
#mod-slideshowtwo-captions #page .captions input[type=submit]:hover,
#mod-glossary-formats #page .admin-wrapper input[type=submit]:hover,
#message-index #page #message_settings .message_form input[type=submit]:hover {
    background: #21759b url(img/button-grad-active.png) repeat-x scroll left center;
    border-color: #13455b;
    color: #eee !important;
}
/* @group exceptions */
.admin #page .navbar .singlebutton form input[type=submit],
#theme-index #page .singlebutton form input[type=submit],
.admin #page .submit input[name=cancel],
#admin-index #page .singlebutton form input[type=submit],
#course-category #page .singlebutton form input[type=submit],
#course-index #page .singlebutton form input[type=submit],
.admin #page input#add,
.admin #page input#remove,
#group-index #page input[type=submit],
#question-import #page input[type=submit],
#admin-roles-manage #page .selector .singlebutton form input[type=submit] {
    background: #fff url(img/white-grad.png) repeat-x scroll left top;
    border: 1px solid #bbb !important;
    color: #464646 !important;
    font-weight: normal;
}
.admin #page .navbar .singlebutton form input[type=submit]:hover,
#theme-index #page .singlebutton form input[type=submit]:hover,
.admin #page .submit input[name=cancel]:hover,
#admin-index #page .singlebutton form input[type=submit]:hover,
#course-category #page .singlebutton form input[type=submit]:hover,
#course-index #page .singlebutton form input[type=submit]:hover,
.admin #page input#add:hover,
.admin #page input#remove:hover,
#group-index #page input[type=submit]:hover,
#question-import #page input[type=submit]:hover,
#admin-roles-manage #page .selector .singlebutton form input[type=submit]:hover  {
    border-color: #13455b !important;
    color: #225687 !important;
}
#admin-index #page .singlebutton {
    margin: 0 !important;
    padding: 2px !important;
    text-align: center !important;
}
#group-index #page input[disabled=disabled] {
    color: #ccc !important;
}
/* @end */
/* @end */
/* @group tabs */
.admin #page .tabtree * {
    font-size: 100% !important;
    line-height: 1 !important;
}
.admin #page .tabtree {
    position: static;
    margin: 0 0 4em;
}
.admin #page .tabrow0 {
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
}
.admin #page .tabrow0 li {
    margin: 0;
}
.admin #page .tabrow0 li a {
    -khtml-border-top-left-radius: 6px;
    -khtml-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    background-image: none;
    background: #fcfcfc;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border: 1px solid #e3e3e3;
    color: #444;
    display: inline-block !important;
    margin: 0;
    padding: 0.5em 10px;
}
.admin #page .tabrow0 li a:hover {
    background: #fefefe;
    color: #225687;
}
.admin #page .tabrow0 li a span,
.admin #page .tabrow0 .here a span {
    background-image: none;
    padding: 0;
}
.admin #page .tabrow0 .here a:link,
.admin #page .tabrow0 .here a:visited,
.admin #page .tabrow0 .here a.nolink {
    background: #eee url(img/blue-grey-grad.png) repeat-x scroll left bottom;
    border-bottom-color: #eee;
    border-color: #e3e3e3;
    color: #444;
    font-weight: bold;
    position: static;
    z-index: 0;
}
.admin #page .tabrow0 div,
.admin #page .tabrow0 ul {
    background: #eee;
    border-top: 4px solid #eee;
    margin: 0;
    padding: 0;
    top: 2.0em;
    width: 100%;
}
.admin #page .tabrow0 ul {
    padding-bottom: 0;
}
.admin #page .tabrow0 .empty {
    height: 1px;
}
.admin #page .tabrow0 .tabrow1 li a {
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: #eee !important;
    border-radius: 0;
    border-style: none;
    color: #2d4ca3 !important;
    font-weight: normal;
    padding-bottom: 4px !important;
    padding-top: 0;
}
.admin #page .tabrow0 .tabrow1 li a,
.admin #page .tabrow0 .tabrow1 li a:link,
.admin #page .tabrow0 .tabrow1 li a:visited {
    font-size: 100%;
}
.admin #page .tabrow0 ul li.here.selected a span {
    color: #000;
}
.admin #page .tabrow0 .tabrow1 li a span {
    padding-bottom: 4px;
}
.admin #page .tabrow0 .tabrow1 li a:hover {
    -khtml-border-top-left-radius: 6px;
    -khtml-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    background: #fafafa !important;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #000 !important;
    padding-bottom: 4px;
    padding-top: 0;
}
.admin #page .tabrow0 .here .tabrow1 li a {
    font-weight: normal;
}
.admin #page .tabrow0 .tabrow1 li a span {
    color: #129;
}
.admin #page .tabrow0 .here .tabrow1 .here a:link,
.admin #page .tabrow0 .here .tabrow1 .here a:visited,
.admin #page .tabrow0 .here .tabrow1 .here a.nolink {
    -khtml-border-top-left-radius: 6px;
    -khtml-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    background: #fafafa !important;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #000 !important;
    font-weight: bold;
    padding-bottom: 4px;
}
/* @end */
/* @group header */
.admin #header {
    border-style: none;
    color: #aaa;
    height: auto;
    margin: 0;
    min-height: 30px;
    padding: 1em 0;
    width: auto;
}
.admin #header img {
    display: none;
}
.admin #header-wrapper,
.admin #main-wrapper {
    width: auto;
}
.admin #header #logo {
    display: none;
}
.admin #header .headermain {
    color: #eee;
    float: left;
    font-size: 167%;
    font-weight: bold;
    height: 1.3em;
    line-height: normal;
    margin: 0.5em 0 0 10px;
    overflow: hidden;
    padding: 0;
    position: static;
    width: 20em;
}
.admin #header .headermain a {
    color: #eee;
}
.admin #header .headermenu {
    float: right;
    position: static;
    width: auto;
}
.admin #header .headermenu .logininfo {
    border-style: none;
    display: inline;
    margin-right: 5px;
}
.admin #header .headermenu {
    color: #888;
}
.admin #header .headermenu a {
    color: #89a6f0;
}
.admin #page .navbar {
    border-bottom: 1px solid;
    border-color: #808080;
    border-top: 1px solid;
    color: #666;
    height: auto;
    min-height: 25px;
    width: auto;
}
.admin #page .navbar .breadcrumb {
    float: left;
    font-size: 100%;
    margin: 0.35em 0px 0.1em 12px;
}
.admin #page .navbar .breadcrumb li {
    color: #666;
    display: inline;
}
.admin #page .navbar .breadcrumb li a,
.admin #page .navbar .breadcrumb li span {
    display: inline;
}
.admin #page .navbar .navbutton {
    float: right;
    margin: 0.2em 12px 0.2em 0px;
}
/*.admin .navbar .navbutton div,
.admin .navbar .navbutton form {
    display: block;
    margin-top: 0 !important;
}*/
.admin #page .navbar a {
    color: #152A5F;
}
.admin #navmenupopup option,
.admin #navmenufooterpopup option 
{
    background: #d5d5d5 none !important;
}
/* @end */
/* @group footer */
.admin #footer {
    border-style: none;
    color: #333;
    font-size: 100%;
    padding: 0.5em 0 0.3em;
    text-align: center;
}
.admin #footer div,
.admin #footer p {
    margin: 0 0 0.3em 0;
}
.admin #footer a {
    color: #152A5F;
}
.admin .homelink a:link,
.admin .homelink a:visited,
.admin .homelink a:hover {
    border-style: none;
}
/* @end */
/* @group sideblocks */
.admin #page #layout-table #left-column {
    border-style: none;
    width: 1% !important;
    padding: 0;
}
.admin #page .sideblock,
.admin #page #left-column .sideblock {
    background: #f9f9f9;
    border-style: none;
    margin-bottom: 1em;
    width: 190px;
}
.admin #page #left-column .sideblock .header {
    -khtml-border-top-left-radius: 6px;
    -khtml-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    background: #fafafa;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border: 1px solid #e3e3e3;
    font-size: 100%;
    font-weight: bold;
    padding: 6px;
}
.admin #page #left-column .hidden .header {
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    background: #fafafa;
    border-radius: 6px;
    border: 1px solid #e3e3e3;
    padding: 6px;
}
.admin #page .sideblock .header .title {
    padding: 0;
}
.admin #page .sideblock .header h2,
.admin #page #left-column .sideblock .header h2 {
    color: #444;
    font-size: 100%;
    font-weight: bold;
    line-height: normal;
    padding: 0;
    top: 0;
}
.admin #page .sideblock .header .hide-show-image {
    background: transparent;
    border-style: none;
    float: right;
    height: 11px;
    margin-top: 0;
    width: 11px;
}
.admin #page .sideblock .content,
.admin #page #left-column .sideblock .content {
    border-style: none;
    font-family: 'Lucida Grande', 'Bitstream Vera Sans', Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
    padding: 0;
}
.admin #page .sideblock .footer,
.admin #page #left-column .sideblock .footer  {
    -khtml-border-bottom-left-radius: 6px;
    -khtml-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    background: #f1f1f1;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-style: none;
    border: 1px solid #e3e3e3;
    font-size: 100%;
    margin: 0;
    padding: 2px;
    text-align: left;
}
.admin #page #left-column .sideblock .content .list,
.admin #page #left-column .sideblock .content .admintree {
    background: #f1f1f1;
    border: 1px solid #e3e3e3;
    border-top-style: none;
    border-bottom-style: none;
    width: auto;
}
.admin #page #left-column .sideblock .list li,
.admin #page #left-column .sideblock .unlist li {
    border-bottom: 1px solid #e3e3e3;
    line-height: normal;
    margin: 0;
    padding: 0;
}
.admin #page #left-column .sideblock .list li a,
.admin #page #left-column .sideblock .unlist li a {
    color: #444;
    display: block;
    padding: 3px 6px;
}
.admin #page #left-column .sideblock .footer {
    background: #f9f9f9;
    padding: 8px 6px 4px;
}
.admin #page #left-column .sideblock .footer a {
    color: #129;
    font-style: italic;
}
.admin #page #left-column .block-config {
    margin: 0 40px;
}
.block_adminblock {
    width: 100%;
}
/* @group admintree */
.admin #page #left-column .admintree a:hover {
    color: #444 !important;
}
.admin #page #left-column .admintree .depth0,
.admin #page #left-column .admintree .depth1,
.admin #page #left-column .admintree .depth2,
.admin #page #left-column .admintree .depth3 {
    border-bottom: 1px solid #e3e3e3;
    padding: 0 0 0 6px;
}
.admin #page #left-column .admintree .depth0 a,
.admin #page #left-column .admintree .depth1 a,
.admin #page #left-column .admintree .depth2 a,
.admin #page #left-column .admintree .depth3 a {
    color: #444;
    display: block;
    padding: 3px 4px 3px 17px;
    position: relative;
}
.admin #page #left-column .admintree .depth0 a,
.admin #page #left-column .admintree .depth1 a,
.admin #page #left-column .admintree .depth2 a,
.admin #page #left-column .admintree .depth3 a {
    color: #444;
}
.admin #page #left-column .admintree .depth0 a img,
.admin #page #left-column .admintree .depth1 a img,
.admin #page #left-column .admintree .depth2 a img,
.admin #page #left-column .admintree .depth3 a img {
    margin-left: -17px;
}
.admin #page #left-column .admintree .depth1 {
    padding-left: 20px;
}
.admin #page #left-column .admintree .depth2 {
    padding-left: 30px;
}
.admin #page #left-column .adminsearchform {
    padding: 0;
}
.admin #page .block_admin_tree.sideblock .link.hidden {
    color: #999;
}
.admin #page .block_admin_tree.sideblock .depth2 a.link img {
    position: static;
}
/* @end */
/* @end */
/* @group adminsettings vertical */
.admin #page #adminsettings {
    margin-bottom: 10px;
    background: #f9f9f9;
}
.admin #page #adminsettings fieldset {
    border-style: none;
    background: #f9f9f9;
    color: #444;
    padding: 0;
}
.admin #page #adminsettings fieldset.error {
    border: 1px solid #600;
}
.admin #page #adminsettings fieldset.error legend {
    border-color: #600;
}
.admin #page #adminsettings .form-overridden {
    background: #ff6;
}
.admin #page #adminsettings .form-warning {
    background: #f88;
}
.admin #page #adminsettings .form-item * {
    background: transparent;
}
.admin #page #adminsettings .form-defaultinfo {
    color: #888;
    font-size: 100%;
    padding-left: 1em;
}
.admin #page #adminsettings div.form-item {
    border-style: none;
    margin: 1em 0 3em;
    padding: 0;
}
.admin #page #adminsettings .form-label {
    -khtml-border-top-left-radius: 6px;
    -khtml-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    background: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #444;
    float: left;
    margin-bottom: 0;
    padding: 2px 5px 4px;
    text-align: left;
    width: auto;
}
.admin #page #adminsettings .form-label label {
}
.admin #page #adminsettings .form-shortname {
    font-size: 85%;
    color: #888;
    display: inline;
    padding-left: 12px;
}
.admin #page #adminsettings .form-setting {
    clear: left;
    margin-left: 0;
    padding: 6px 0 0 1px;
}
.admin #page #adminsettings .form-setting input,
.admin #page #adminsettings .form-setting textarea {
    background: #fff;
}
.admin #page #adminsettings .form-description {
    border-style: none;
    line-height: 150%;
    margin: 12px 0 0;
    max-width: 50em;
    min-height: 0.1em;
    padding-left: 1px;
}
.admin #page #adminsettings .form-item {
    border-top: 1px solid #eee;
    margin: 0;
    padding-top: 5px;
}
.admin #page #adminsettings .form-item .pathok {
    color: green;
}
.admin #page #adminsettings .form-item .patherror {
    color: red;
}
.admin #page #admin-geoipfile .form-defaultinfo {
    display: block;
}
.admin #page #adminsettings input[type=checkbox] {
    margin-left: 0.5em;
    margin-right: 0.5em;
}
/* @end */
/* @group mform */
.admin #page .mform {
    margin: 10px 0 0;
    width: 98%;
}
.admin #page .mform fieldset {
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin: 1em 0 2em;
    padding-top: 1.2em;
    position: relative;
}
.admin #page .mform fieldset .advancedbutton {
    float: right;
    margin-top: -2.8em;
    position: absolute;
    right: 1em;
    width: auto;
}
.admin #page .mform fieldset legend {
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #dfdfdf;
    color: #444;
    font-family: georgia, serif;
    font-size: 100%;
    font-style: italic;
    letter-spacing: 0.1em;
    padding: 0 10px 0 10px;
    width: auto;
}
.admin #page .mform div.fitem {
    border-style: none;
    margin-bottom: 0.5em;
    min-height: 1em;
    padding: 0.15em 0px 0.77em;
    vertical-align: top;
}
.admin #page .mform div.fitem:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.admin #page .mform div.felement,
.admin #page .mform fieldset.felement {
    border-left: 1px solid #e3e3e3;
    float: left;
    margin: 0;
    padding: 0 0 0 0.7em;
}
.admin #page .mform div.fitemtitle {
    color: #999;
    float: left;
    width: 21em;
    margin: 0;
    padding: 0;
}
.admin #page .mform .fitemtitle label {
    -khtml-border-bottom-left-radius: 6px;
    -khtml-border-top-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-topleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    background: #fefefe;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    color: #666;
    line-height: 1.6em;
    padding: 2px 2px 2px 10px;
}
.admin #page .mform .hidden .fdescription {
    border-style: none;
    margin: 0;
    width: auto;
}
.admin #page .mform .fstatic {
    line-height: 1.6em;
}
.admin form.mform .required label {
     color: #ba514f;
}
.admin #page .mform div.fhtmleditor {
    clear: none;
    float: left;
    margin: 5px 0 0 10px;
    padding: 0;
    width: 600px;
}
.admin #page .mform div.fsubmit {
    border-style: none;
}
.admin #page .mform .unmask {
    display: inline;
    padding-left:  0.5em;
}
.admin #page .mform .unmask label {
    padding-left:  0.5em;
}
.admin.haslayouttable #page .mform fieldset legend {
/*    padding-left: 10px;*/
}
.admin.haslayouttable #page .mform div.felement,
.admin.haslayouttable #page .mform fieldset.felement {
    width: auto;
}
/* @end */
/* @group forms */
.admin #page fieldset.hidden .fitemtitle {
    margin: 0;
}
.admin #page fieldset.hidden .fsubmit {
    margin: 0;
    width: auto;
}
.admin #page .form-buttons {
    margin: 0;
}
.admin #page .form-multicheckbox li {
    margin-bottom: 0.3em;
}
.admin #page .fcheckbox input[type=checkbox],
.admin #page .fgroup input[type=checkbox] {
    margin-left: 0.5em;
    margin-right: 0.5em;
}
.admin #page .fgroup input[type=checkbox],
.admin #page .fgroup input[type=radio] {
    margin-left: 0.5em;
    margin-right: 0.5em;
}
.admin #page .fgroup > span {
/*    display: block;*/
    margin-bottom: 0.5em;
}
.admin #page .fgroup > br {
    display: none;
}
/* @end */
/* @group roles */
.rolecap .rolecapheading {
    background: #fafafa url(img/white-grad.png) repeat-x;
    border-bottom: 1px solid #ccc;
}
.rolecap td.header {
    padding: 4px 4px 4px 8px;
}
.admin #layout-table #middle-column .rolecap .inherit,
.admin #layout-table #middle-column .rolecap .allow,
.admin #layout-table #middle-column .rolecap .prevent,
.admin #layout-table #middle-column .rolecap .prohibit {
    border-bottom: 1px solid #ccc;
    padding: 2px;
    text-align: center !important;
}
.rolecap .capdefault {
    background: #fefefe;
}
#admin-roles-override #page .cell.c1,
#admin-roles-assign #page .cell.c3,
#admin-roles-assign #page .cell.c1 {
    font-size: 100%;
    padding: 2px;
    padding-top: 4px;
}
#admin-roles-assign #page #assignform,
#admin-roles-assign #page #switchrole,
#admin-roles-assign #page #searchtext {
    margin: 1.5em 0;
}
#admin-roles-override #page .capcurrent {
    background: #fff;
    border: 1px solid #cecece;
}
#admin-roles-manage #page .capdefault {
    background: #fff;
    border: 1px solid #f0f0f0;
}
#admin-roles-manage #page .rolecap,
#admin-roles-override #page .rolecap {
    border-style: none;
    border-bottom: 1px solid #cecece;
}
#admin-roles-manage #page .rolecap .cap-desc .cap-name,
#admin-roles-override #page .rolecap .cap-desc .cap-name {
    color: #888;
}
/* @end */
/* @group individual definitions */
#admin-block #page .generalbox,
#admin-environment #page .generaltable,
#admin-report-security-index #page .generaltable,
#admin-roles-assign #page .generaltable,
#admin-roles-manage #page .generaltable,
#admin-roles-manage #page .rolecap,
#admin-roles-override #page .generaltable,
#admin-user #page .generaltable,
#enrol #page .generaltable,
#files-index #page table,
#grade-edit-scale-index #page .generaltable {
    clear: both;
    margin: 0 !important;
    width: 100% !important;
}
#admin-environment #page .generalbox > div {
    margin: 0;
    text-align: left !important;
    width: 100%;
}
#course-edit #page #content {
    border-style: none;
}
#files-index #page th,
#files-index #page td {
    padding: 4px 8px;
}
#files-index #page h2.main {
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #fff;
    border-radius: 4px;
    border: 2px solid #600;
    color: #444;
    font: inherit;
    margin: 20px 20px 20px 0;
    padding: 10px;
    text-align: left !important;
    width: auto;
}
#grade-edit-outcome-course #page #removeoutcomes,
#grade-edit-outcome-course #page #addoutcomes {
    margin-top: 1em;
}
.environmenttable .error {
    background: #ef6868;
    color: inherit;
}
.environmenttable .warn {
    background: #feff7f;
}
.environmenttable .ok {
    background: #afa;
}
.plugincompattable td.ok {
    color: #080;
}
.plugincompattable td.warning {
    color: #d80;
}
.plugincompattable td.error {
    color: #d00;
}
.logtable .r1 {
    background: #fafafa;
}
body#admin-blocks #page table#blocks .c3,
body#admin-blocks #page table#incompatible .c3 {
    text-align: center !important;
}
body#admin-blocks #page table#blocks .r1,
body#admin-blocks #page table#incompatible .r1 {
    background: #fafafa;
}
body#admin-blocks #page table#blocks .r0,
body#admin-blocks #page table#incompatible .r0 {
    background: #fff;
}
#admin-auth_config #page .required {
    background: #ddd;
}
#admin-index #page #middle-column .adminwarning {
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #fff;
    border-radius: 4px;
    border: 2px solid #600;
    margin: 20px auto 20px auto;
    padding: 10px;
}
.admin #page #middle-column .notifyproblem {
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #fff;
    border-radius: 4px;
    border: 2px solid #600;
    float: none;
    margin: 20px auto 20px auto;
    padding: 10px;
}
#theme-index.course-1 #page #content ul {
    margin-top: 0.7em;
    padding-left: 1.5em;
}
#theme-index.course-1 #page .admin-wrapper td {
    border-color: #bbb !important;
}
#admin-lang #page .generalbox {
    border-style: none;
}
#admin-lang #page .translator {
    border-color: #eee;
}
#admin-lang #page .translator .strkey {
    color: #666;
}
#admin-lang #page .translator .bothmissing {
    background: #ef6868;
}
#admin-lang #page .translator .mastermissing {
    background: #feff7f;
}
#admin-lang #page .translator .localdifferent {
    background: #afa;
}
#admin-langimport #page .generalbox {
    border-style: none;
}
#admin-langimport #page #uninstalllang,
#admin-langimport #page #pack {
    margin: 1em 0;
}
#admin-maintenance .admin-wrapper p {
    margin: 0.5em 0;
}
#admin-report #page .plugin,
#course-report #page .plugin,
#course-import #page .plugin {
    border-style: none;
    margin: 0;
    width: auto;
}
#admin-report-security-index #page .statuswarning {
    background: #f0e000;
    padding: 0 4px;
}
#admin-report-simpletest-index #page .sep {
    color: #aaa;
}
#admin-report-simpletest-index #page .sep {
    color: #a1a7a9;
}
#admin-report-unittest-index #page .invisiblefieldset p {
    margin: 0.3em 0 0.5em;
}
#admin-stickyblocks #page .generalbox {
    text-align: left;
}
#admin-stickyblocks #page .generalbox h2 {
    margin-bottom: 1.5em;
}
#admin-user #page h2.main a {
    -khtml-border-radius: 11px;
    -khtml-box-sizing: content-box;
    -moz-border-radius: 11px;
    -moz-box-sizing: content-box;
    -webkit-border-radius: 11px;
    -webkit-box-sizing: content-box;
    background: #fff url(img/white-grad.png) repeat-x scroll left top;
    border-radius: 11px;
    border: 1px solid #bbb;
    box-sizing: content-box;
    color: #464646;
    cursor: pointer;
    font-family: "Lucida Grande", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
    font-size: 55%;
    font-style: normal;
    font-weight: normal;
    line-height: 16px;
    padding: 3px 8px;
    text-decoration: none;
}
#admin-user #page h2.main a:hover {
    border-color: #13455b;
    color: #225687;
}
#admin-user #page .generaltable {
    margin-top: 25px;
}
#admin-user #page th a,
#participants #page th a {
    color: #129 !important;
}
#admin-uploaduser #page .uuinfo {
    background: #afa;
}
#admin-uploaduser #page .uuwarning {
    background: #feff7f;
}
#admin-uploaduser #page .uuerror {
    background: #ef6868;
}
#admin-uploadpicture #page fieldset.hidden .fitemtitle {
    display: none;
}
#admin-xmldb-index #page .centerpara {
    margin: 1em 0 !important;
}
#admin-xmldb-index #page #listdirectories {
    margin: 0px 0 0 0;
}
body#course-index #page #middle-column .editcourse {
    margin-left: 0;
    margin-right: 0;
}
#course-category.admin .buttons {
    margin: 0.5em 0 0.7em !important;
    text-align: left;
}
#course-category.admin #coursesearch,
#course-category.admin .categorypicker {
    margin: 0.5em 0 2em;
    text-align: left;
}
#course-category.admin #coursesearchbox {
    margin-right: 0.5em;
}
#course-index #header *,
#course-index #footer * {
    background: transparent;
}
#course-user #page .section h2 {
    color: #006ea2;
}
#course-report #page .plugin {
    margin: 0 0 10px;
    padding: 0.5em 1em;
}
#course-report #page .logselectform select,
#course-report-log-index #page .logselectform select {
    display: block;
    float: left;
    margin: 4px;
}
#course-report #page .logtable,
#course-report-log-index #page .logtable {
    clear: both;
    margin-top: 1em;
}
#enrol #page #enrolmenu div {
    text-align: left !important;
}
#enrol #page #enrolmenu .generaltable {
    margin-bottom: 10px;
}
#enrol #page #enrolmenu .generaltable .c1,
#enrol #page #enrolmenu .generaltable .c2 {
    text-align: center !important;
}
#group-index #page .groupmanagementtable p {
    margin: 0.3em 0 0.6em;
}
#group-index #page #members {
    margin-bottom: 1em;
}
#group-overview #page h3.main {
    float: none;
    text-align: left;
}
#group-overview #page .generaltable {
    margin-top: 1em;
}
#message-index #page .message_form input[type=checkbox],
#message-index #page .message_form input[type=radio] {
    margin-right: 0.5em;
}
#mod-assignment-index #page .generaltable,
#mod-book-index #page .generaltable,
#mod-certificate-index #page .generaltable,
#mod-chat-index #page .generaltable,
#mod-choice-index #page .generaltable,
#mod-data-index #page .generaltable,
#mod-forum-index #page .generaltable,
#mod-glossary-index #page .generaltable,
#mod-lesson-index #page .generaltable,
#mod-quiz-index #page .generaltable,
#mod-resource-index #page .generaltable,
#mod-slideshowtwo-index #page .generaltable,
#mod-wiki-index #page .generaltable {
    min-width: 80%;
    width: auto;
}
#mod-forum-user.admin #page .forumpost .topic,
#blog-index.admin #page .forumpost .topic {
    background-color: #eee;
}
#mod-forum-user.admin #page .forumpost .commands,
#blog-index.admin #page .forumpost .tags,
#blog-index.admin #page .forumpost .commands {
    margin-top: 0.8em;
}
body#tag-manage #page .firstinitial {
    margin: 10px 0 5px;
}
body#tag-manage #page .lastinitial {
    margin: 0 0 20px;
}
#theme-index #page #middle-column td {
    border-color: #eee;
    padding: 10px;
    vertical-align: top;
}
#user-profile-index #page h2.main,
#theme-index #page h2.main {
    margin-top: 10px;
}
#user-view #page .buttons form,
#user-view #page .buttons form div {
    margin-right: 0.2em;
}
#question-category #page .questioncategories ul {
    clear: left;
    margin-left: 21em;
}
#question-edit #page .questionbank div {
    margin: 0.3em 0 0.5em;
}
#question-import #page form .fgrouplabel label:before,
#question-export #page form .fgrouplabel label:before {
    min-height: 1em;
    color: #fff;
    content: '.';
}
#question-edit #page input[type=checkbox],
#question-import #page input[type=checkbox],
#question-export #page input[type=checkbox] {
    margin-left: 0.5em;
    margin-right: 0.5em;
}
#question-category #page .fsubmit,
#question-import #page .fsubmit,
#question-export #page .fsubmit {
/*    padding-left: 22em;*/
}
/* @end */
/* @group htmleditor */
.admin #page #content .htmlarea iframe.iframe,
.admin #page #content .fhtmleditor textarea#id_content {
    border: 1px solid #eee;
    height: 30em !important;
    width: 46em !important;
}
.admin #page #content .htmlarea .toolbar {
    background: #fff;
    border: 1px solid #eee;
    padding: 3px 1px 1px;
    width: 46em !important;
}
.admin #page #content .htmlarea .toolbar th,
.admin #page #content .htmlarea .toolbar td {
    padding: 2px 2px;
    vertical-align: top;
}
.admin #page #content .htmlarea .statusBar {
    font-size: 100% !important;
    width: 46em !important;
}
/* @end */
/* @group show/hide left column */
.admin #page #toggle-lside {
    -khtml-border-bottom-right-radius: 6px;
    -khtml-border-top-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    background: #f9f9f9 url('img/hide_btn_bkgd_grad.gif') top left repeat-y;
    border-bottom-right-radius: 6px;
    border-style: solid solid solid solid;
    border-top-right-radius: 6px;
    border: 1px #e3e3e3;
    cursor: w-resize;
    float: left;
    margin-top: 39px;
    padding: 0;
    width: 22px;
}
.admin #page #toggle-lside-text {
    background: transparent 25% 50% no-repeat;
    height: 33px;
    margin: 8px 0;
    width: 15px;
}
.admin #page .lang-de_utf8 #toggle-lside-text {
    height: 68px;
}
.admin #page .lang-no_utf8 #toggle-lside-text {
    height: 30px;
}
.admin #page #left-column-spacer {
    height: 1px;
}
/* @end */
/* @group expandcollapse setting areas */
.admin #page .mform fieldset .ftoggler {
    padding-left: 6px;
    line-height: 1.4em;
    margin-left: 0.7em;
}
.admin #page .ftoggler img.ftoggler-img,
.admin #page #toggle-all-settings img.toggler-img {
    height: 14px;
    margin: 2px 6px 0 0;
    vertical-align: top;
    width: 14px;
}
.admin #page .mform #toggle-all-settings {
    -khtml-border-radius: 11px;
    -khtml-box-sizing: content-box;
    -moz-border-radius: 11px;
    -moz-box-sizing: content-box;
    -webkit-border-radius: 11px;
    -webkit-box-sizing: content-box;
    background: #fff url(img/white-grad.png) repeat-x scroll left top;
    border-radius: 11px;
    border: 1px solid #bbb;
    box-sizing: content-box;
    color: #464646;
    cursor: pointer;
    font-size: 93%;
    line-height: 16px;
    margin-bottom: 2em;
    padding: 2px 8px;
    text-decoration: none;
}
.admin #page .mform #toggle-all-settings:hover {
    border-color: #13455b;
    color: #225687;
}
.admin #page #toggle-all-settings img.toggler-img {
    margin: 1px 2px 0 6px;
}
.admin #page .mform #toggle-all-settings span {
	display: inline;
}
.admin #page .ftoggler img.ftoggler-closed,
.admin #page #toggle-all-settings img.ftoggler-closed {
    background: transparent url(img/arrow_right.png) center center no-repeat;
}
.admin #page .ftoggler img.ftoggler-open,
.admin #page #toggle-all-settings img.ftoggler-open {
    background: transparent url(img/arrow_down.png) center center no-repeat;
}
/* @end */
/* @group users/authentication */
.admin #page .authsui,
.admin #page .filtersui {
    padding: 0;
}
.admin #page .authsui .boxaligncenter,
.admin #page .filtersui .boxaligncenter {
    width: 100% !important;
    margin: 0 0 10px 0;
}
/* @end */
/* @group new */
.block_adminblock {
    width: 100%;
}
.block_adminblock .content {
    padding: 0.31em;
}
.block_adminblock .skip-block-to {
    display: none;
}
/* @end */
/* @group reset page width */
/* @end */
/* @group reset custom corners */
.admin #page-bt {
    display: none;
}
.admin #page-bb {
    display: none;
}
.admin #header-home-bt.bt,
.admin #header-bt.bt {
    display: none;
}
.admin #header-home-bb.bb,
.admin #header-bb.bb {
    display: none;
}
.admin #page #navbar-bb.bb,
.admin #page #navbar-bb.bt {
    display: none;
}
.admin #footer-bt.bt,
.admin #footer-bb.bb {
    display: none;
}
.admin #page #middle-column .bt,
.admin #page #middle-column .bb {
    display: none;
}
.admin #page #left-column .sideblock .header .bt,
.admin #page #left-column .sideblock .bb {
    display: none;
}
.admin #page #right-column .sideblock .header .bt,
.admin #page #right-column .sideblock .bb {
    display: none;
}
.admin #page #left-column .sideblock .bb,
.admin #page #right-column .sideblock .bb {
    display: none;
}
.admin #page #content .bt,
.admin #page #content .bb {
    display: none;
}
.admin #header .i1,
.admin #page #middle-column .i1,
body.nolayouttable.admin #page #content .i1,
.admin #page #left-column .sideblock .i1,
.admin #page #left-column .sideblock .header .i1,
.admin #header .i2,
.admin #page #left-column .block_admin_tree .header .i1,
.admin #page #middle-column .i2,
body.nolayouttable.admin #page #content .i2,
.admin #page #left-column .sideblock .i2,
.admin #page #left-column .sideblock .header .i2,
.admin #page #left-column .block_admin_tree .header .i2,
.admin #header .i3,
.admin #page #content-i3,
.admin #page #middle-column .i3,
body.nolayouttable.admin #page #content .i3,
.admin #page #left-column .sideblock .i3,
.admin #page #left-column .sideblock .header .i3,
.admin #page #left-column .block_admin_tree .header .i3 {
    background: transparent;
    border-style: none;
    margin: 0;
    padding: 0;
}
.admin #header .i3 {
    min-height: 30px;
}
/* @end *//***** mom_extended/admin.css end *****/

/***** mom_extended/jquerytools.css start *****/

/* root element for tabs */ ul.css-tabs {    border-bottom: 1px solid #eee;    height: 2.4em;    margin: 0 !important;    padding: 0;}/* single tab */ ul.css-tabs li {    float: left;    list-style-type: none;    margin: 0;    padding: 0;}/* link inside the tab. uses a background image */ ul.css-tabs a {    -khtml-border-top-left-radius: 10px;    -khtml-border-top-right-radius: 10px;    -moz-border-radius-topleft: 10px;    -moz-border-radius-topright: 10px;    -webkit-border-top-left-radius: 10px;    -webkit-border-top-right-radius: 10px;    background: #f8f8f8 url(img/sideblock_bg_grad.jpg) repeat-x 0 90%;    border-bottom: 0px;    border-top-left-radius: 10px;    border-top-right-radius: 10px;    border: 1px solid #eee;    color: #777;    display: block;    float: left;    font-size: 1em;    height: 1.5em;    margin-right: 0.3em;    padding: 0.4em 0.8em;    position: relative;    text-decoration: none;    top: 0.2em;}.metaresource ul.css-tabs a {    -khtml-border-top-left-radius: 10px;    -khtml-border-top-right-radius: 10px;    -moz-border-radius-topleft: 10px;    -moz-border-radius-topright: 10px;    -webkit-border-top-left-radius: 10px;    -webkit-border-top-right-radius: 10px;    background: #cbd3d6;    border-top-left-radius: 10px;    border-top-right-radius: 10px;    color: #000;}ul.css-tabs a:hover {    background-color: #F7F7F7;    background-position: 0 0;    color: #333;}/* selected tab */ ul.css-tabs a.current {    background: #fff;    border-bottom: 2px solid #fff;    color: #000;    cursor: default;}/* tab pane */ div.css-panes div {    -khtml-border-bottom-left-radius: 10px;    -khtml-border-bottom-right-radius: 10px;    -moz-border-radius-bottomleft: 10px;    -moz-border-radius-bottomright: 10px;    -webkit-border-bottom-left-radius: 10px;    -webkit-border-bottom-right-radius: 10px;    background-color: #fff;    border-bottom-left-radius: 10px;    border-bottom-right-radius: 10px;    border-width: 0 1px 1px 1px;    border: 1px solid #eee;    display: none;    min-height: 150px;    padding: 15px 20px;}.metaresource div.css-panes div {    -khtml-border-bottom-left-radius: 10px;    -khtml-border-bottom-right-radius: 10px;    -moz-border-radius-bottomleft: 10px;    -moz-border-radius-bottomright: 10px;    -webkit-border-bottom-left-radius: 10px;    -webkit-border-bottom-right-radius: 10px;    border-bottom-left-radius: 10px;    border-bottom-right-radius: 10px;}/* the overlayed element */.simple_overlay {        /* must be initially hidden */    display: none;        /* place overlay on top of other elements */    z-index: 10000;        width: 500px;        min-height: 200px;    border: 1px solid;        padding: 10px;    -khtml-border-radius: 10px;    -moz-border-radius: 10px;    -webkit-border-radius: 10px;    border-radius: 10px;}/* close button positioned on upper right corner */.simple_overlay .close {    background-image: url(img/overlay/close_ie.png);    position: absolute;    right: -15px;    top: -15px;    cursor: pointer;    height: 35px;    width: 35px;}/* the large image. we use a gray border around it */.simple_overlay #img {    /* border:1px solid #666; */}/* "next image" and "prev image" links */.simple_overlay .next,
.simple_overlay .prev {        /* absolute positioning relative to the overlay */    position: absolute;    top: 40%;        border: 1px solid;      cursor: pointer;    display: block;    padding: 10px 20px;    color: #fff;    font-size: 11px;        /* upcoming CSS3 features */    -moz-border-radius: 5px;    -webkit-border-radius: 5px; 
    border-radius: 5px; }.simple_overlay .prev {    left: 0;    border-left: 0;    -moz-border-radius-topleft: 0;    -moz-border-radius-bottomleft: 0;    -webkit-border-bottom-left-radius: 0;    -webkit-border-top-left-radius: 0;}.simple_overlay .next {    right: 0;    border-right: 0;    -moz-border-radius-topright: 0;    -moz-border-radius-bottomright: 0;    -webkit-border-bottom-right-radius: 0;    -webkit-border-top-right-radius: 0;  }.simple_overlay .next:hover,
.simple_overlay .prev:hover {    text-decoration: underline;}/* when there is no next or previous link available this class is added */.simple_overlay .disabled {    visibility: hidden;      }/* the "information box" */.simple_overlay .info {    -khtml-border-bottom-left-radius: 10px;    -moz-border-radius-bottomleft: 10px;    -webkit-border-bottom-left-radius: 10px;    border-bottom-left-radius: 10px;    border-top: 1px solid;    bottom: 0;    font-size: 11px;    left: 0;     padding: 10px 15px;
    margin-bottom: 3px;    position: absolute;    right: 0;    width: auto !important;}.simple_overlay .info strong {    display: block;  }/* progress indicator (animated gif). should be initially hidden */.simple_overlay .progress {    display: none;    height: 32px;    left: 50%;    position: absolute;    top: 45%;    width: 32px;}

/* @group white overlay */.simple_overlay.white {    background-color: #fff;    border-color: #eee;    /* CSS3 styling for latest browsers */    -khtml-box-shadow: 0 0 30px #aaa;    -moz-box-shadow: 0 0 30px #aaa;    -webkit-box-shadow: 0 0 30px #aaa;    box-shadow: 0 0 30px #aaa;}.simple_overlay.white .next,
.simple_overlay.white .prev {    border-color: #eee;      color: #000;
}
.simple_overlay.white .next,
.simple_overlay.white .prev,
.simple_overlay.white .info {    background: #eee !important;    background: rgba(255, 255, 255, 0.8) url(img/global/gradient/h80.png) repeat-x;       }.simple_overlay.white .next:hover,
.simple_overlay.white .prev:hover {    background-color: #eee;}
.simple_overlay.white .info {    border-top-color: #eee;
    color: #000;
}.simple_overlay.white .close {    background-image: url(img/overlay/close_white_ie.png);
}
.simple_overlay.white .progress {
    background: #fff url(img/ajax_loader_white.gif);
}/* @end */
/* @group black overlay */.simple_overlay.black {    background-color: #333;    border-color: #666;    /* CSS3 styling for latest browsers */    -khtml-box-shadow: 0 0 30px #000;    -moz-box-shadow: 0 0 30px #000;    -webkit-box-shadow: 0 0 30px #000;    box-shadow: 0 0 30px #000;}.simple_overlay.black .next,
.simple_overlay.black .prev {    border-color: #666;      color: #fff;
}
.simple_overlay.black .next,
.simple_overlay.black .prev,
.simple_overlay.black .info {    background: #333 !important;    background: rgba(0, 0, 0, 0.6) url(img/global/gradient/h80.png) repeat-x;       }.simple_overlay.black .next:hover,
.simple_overlay.black .prev:hover {    background-color: #000;}
.simple_overlay.black .info {    border-top-color: #666;
    color: #fff;
}.simple_overlay.black .close {    background-image: url(img/overlay/close_black_ie.png);
}
.simple_overlay.black .progress {
    background: #fff url(img/ajax_loader_333.gif);
}/* @end *//* the overlayed element */.apple_overlay {        /* initially overlay is hidden */    display: none;        /* growing background image */    background-image: url(img/overlay/white.png);        /*         width after the growing animation finishes        height is automatically calculated    */    width: 800px;                /* some padding to layout nested elements nicely  */    padding: 35px;    /* a little styling */      font-size: 11px;}/* default close button positioned on upper right corner */.apple_overlay div.close {    background-image: url(img/overlay/close_ie.png);    position: absolute;     right: 5px;     top: 5px;    cursor: pointer;    height: 35px;    width: 35px;}/***** mom_extended/jquerytools.css end *****/

/***** mom_extended/debug.css start *****/

/* @override http://ubuntu.userver.lan/moodle_19_theme/theme/basic_round/debug.css */
/* @group debug */
.admin #header .headermain:before {
    content: '.basic_round.';
    font-size: 50%;
}
/* @end */
/* @group diagnostics */
/*#left-column,
#middle-column,
#right-column {
    border: 1px solid #faa !important;
}
#middle-column>div {
    border: 1px solid #afa !important;
}*/
/* @end *//***** mom_extended/debug.css end *****/

/***** mom_extended/admin_grey.css start *****/

/* Colors for
 * links
 * navbar a, 
 * sidblock footer a  # 152A5F
 * 
 * grey color set
 * header bg          # 646464
 * navbar bg          # D5D5D5
 * legend bg          # DEDEDE
 * footer bg          # AEAEAE
 * 
 */
.admin #header {
    background: #646464;
}
.admin #page h2.main {
    color: #646464;
}
.admin #page h2.main:first-letter {
    color: #646464;
}
.admin #page h3.main {
    background: #D5D5D5;
}
.admin #page h3.main:first-letter {
    color: #444;
}
.admin #page .navbar {
    background: #D5D5D5 !important;
}
.admin #page .sideblock .list li a:hover,
.admin #page .sideblock .unlist li a:hover {
    background-color: #D5D5D5;
    color: #000;
}
.admin #page .admintree .depth0:hover,
.admin #page .admintree .depth1:hover,
.admin #page .admintree .depth2:hover,
.admin #page .admintree .depth3:hover {
    background-color: #D5D5D5;
}
.admin #page .admintree .depth0:hover a,
.admin #page .admintree .depth1:hover a,
.admin #page .admintree .depth2:hover a,
.admin #page .admintree .depth3:hover a {
    color: #000;
}
.admin #page .admintree a.link.current {
    background-color: #D5D5D5;
}
.admin #page .mform fieldset {
    border: 1px solid #D5D5D5;
}
.admin #page .mform fieldset.hidden,
.admin #page .mform fieldset.felement {
    border-style: none;
}
.admin #page .mform fieldset legend {
    background-color: #DEDEDE;
}
.admin #page .tabrow0 li a:hover {
    border-color: #AEAEAE;
}
.admin #footer {
    background: #AEAEAE;
}
#mod-forum-user.admin #page .forumpost .starter,
#blog-index.admin #page .forumpost .starter {
    background-color: #D5D5D5;
}
#page #adminsettings .form-label {
    border: 1px #D5D5D5;
    border-style: solid solid none solid;
}
#page #adminsettings .form-setting {
    border-top: 1px solid #D5D5D5;
}/***** mom_extended/admin_grey.css end *****/


