/**************************************
 * THEME NAME: moodle-us
 *
 * Files included in this sheet:
 *
 *   moodle-us/gradients.css
 *   moodle-us/moodle-us.css
 **************************************/

/***** moodle-us/gradients.css start *****/

/**
  *  Adds all the nice finish to the standard theme
  *
  */

th.header,
td.header,
h1.header,
h2.header,
h3.header,
div.header {     
    background-image:url(gradient.jpg);     
    background-position:top;    
    background-repeat:repeat-x;     
}

.navbar {
    background-image:url(gradient.jpg);     
    background-position:top;    
    background-repeat:repeat-x;     
}
/***** moodle-us/gradients.css end *****/

/***** moodle-us/moodle-us.css start *****/

body {
    font-family: verdana, tahoma, arial, sans-serif, helvetica;
}
#logo {
    height: 150px;
    background: transparent url(img/belka-logo.jpg) repeat-x;
    /* margin: 0 auto; */
    text-align: center;
    margin-bottom: 3px;
}
#course-info #logo,
#course-info .homelink,
#course-info .logininfo,
#mod-quiz-reviewquestion #logo,
#mod-resource-view #logo,
#help #logo
{
    visibility: hidden;
    height: 0;
    width: 0;
}
.categorybox .category {
    font-size: 1em;
}
th.header, td.header, h1.header, h2.header, h3.header, div.header {
    background: #D2DAE5;
    color: #183787;
}
.headingblock {
    border-color: #183787;
}
.generalbox {
    border-color: #183787;
}
.sideblock .content {
    border-color: #183787;
}
table.minicalendar {
    border-color: #183787;
}
.sideblock .header, .sideblock h2.header {
    border-color: #183787;
}
a:link, a:visited {
    color: #183787;
}
.categoryboxcontent, .coursebox {
    border-color: #183787;
}
.navbar {
    background: #D2DAE5;
    color: #183787;
    border-color: #183787;
}
#course-view .weekscss .section, #course-view .section td, td.side {
    border-color: #183787;
}
.generaltable .cell, .generaltable .header {
    border: solid 1px;
    border-color: #183787;
}
.tabledivider {
    border-color: #183787;
    visibility: hidden;
}
.category.number {
    color: #183787;
}
.grade-report-grader table#user-grades {
    font-size:14px;
}
table.categorylist td.info {
    width: 55px;
}
div.title {
    padding-top: 4px;
}
.sideblock div.column.c1 {
    display: block;
}
.navbar .navbutton {
    margin: 0;
}
#ckoclock {
    margin-top: 5px;
}
/***** moodle-us/moodle-us.css end *****/

