/**************************************
 * THEME NAME: poetryschooltheme
 *
 * Files included in this sheet:
 *
 *   poetryschooltheme/styles_layout.css
 *   poetryschooltheme/styles_fonts.css
 *   poetryschooltheme/styles_color.css
 **************************************/

/***** poetryschooltheme/styles_layout.css start *****/

/*******************************************************************
 styles_layout.css
  
 This CSS file contains all layout definitions like positioning,
 floats, margins, padding, borders etc.

 Styles are organised into the following sections:
  core
  header
  footer

  admin
  blocks
  calendar
  course
  doc
  login
  message
  user

  various modules

*******************************************************************/


/***
 *** Core
 ***/

body {
  margin:10px 0.7em 0 0.7em;
  padding:0;
  line-height:18px;
}
#page {
  /*
  border-left:2px solid #FFFFFF;
  border-right:2px solid #FFFFFF;
  */
}

#content {
  clear:both;
  font-size:12px;
}

h1.main,
h2.main,
h3.main,
h4.main,
h5.main,
h6.main {
  margin-left:1em;
  text-align:left;
}

div.generalbox h2.main { text-align:left; margin-left:0px; padding-left:0px; }

.generalboxcontent {
  text-align:left;
}

#layout-table {
  margin-top:0;
  border:5px solid #FFFFFF;
}

#layout-table #left-column {
  width:22%;
  padding:5px
}

#layout-table #middle-column {
  width:auto;
  padding:5px 12px 0px 12px;
}

#layout-table #middle-column .topics {
  width:95%
}

#layout-table #right-column {
  width:22%;
  padding:5px
}

td#middle-column tr.section td.content,
td#middle-column tr.section td.side {
  border-style: none;
}

.generalbox {
  padding:15px 20px 10px 20px;
  margin:0px 10px 10px 10px;
}

table.generaltable {
  width:98%;
  margin:0px 15px 15px 15px;
  border-width:1px 1px 0px 0px;
  border-style:solid;
  border-color:#CCCCCC;
  border-collapse:collapse;
}

.generaltable th.header {
  border-collapse:collapse;
  border:1px solid #A3A3A3;
  text-align:left;
  text-size:13px;
  padding:6px 0px 4px 8px;
}

.generaltable td { padding:8px; } 

.generaltable .smallinfo p {
  margin-top:0
}

.sitetopiccontent {
  border:0 none
}
img.resize {
  width: 1em;
  height: 1em;
}

/***
 *** Header
 ***/

.breadcrumb {
  height:35px;
  color: #666666;
  font-weight:normal;
  font-size:11px;
}

.breadcrumb .sep {
  color: #666666;
  font-weight:normal;
  margin:5px;
}

.breadcrumb ul li.first a,
.breadcrumb ul li.first a:link,
.breadcrumb ul li.first a:active,
.breadcrumb ul li.first a:visited,
.breadcrumb ul li.first a:hover {
  color: #0277C5;
  text-decoration:underline;
}

.breadcrumb ul li.first a:hover { text-decoration:none; }
/***
 *** Footer
 ***/

#header,
#header-main,
.navbar {
  margin:0
}

#header {
  background-color:#ffffff;/*#3D3E3F;*/
}

#header .headermain {
  float:left;
  margin:0 0 0 12px
}

div.headerlogo { 
  float:right;
  width:100px;
  padding:8px 10px 5px 0px;
  text-align:right;
}

.headermenu {
  float:left;
  text-align:left;
  width:340px;
  padding:20px 0px 0px 0px;
}

.headerphone {
  float:left;
  text-align:left;
  width:300px;
  padding:25px 0px 0px 0px;
}

#header {
  margin:0px auto;
  height:45px;
}

.heightcontainer .header {
  background: #C0C0C0;
}

#header-home {
  border-bottom:11px solid #3D3E40;
}

.headerlogo { 
  float:left;
  width:270px;
}

#banner {
  height:65px;
  /*background: #A72805 url(pix/banner.jpg) top right no-repeat;*/
  padding-left:34px;
  padding-top:30px;
}

.coursesearchbox {
  color:#000000;
  font-size:13px;
  font-family:Tahoma;
  font-weight:bold;
}

.headermain {
  height:68px;
}

#banner h1.headermain {
  color: #FFFFFF;
}
.headermenu .logininfo {
  margin:4px 0px 4px 20px;
  float:left;
}

.navbar {
  height:46px;
  padding:10px 10px 0px 10px;
  border:0px;
}

.navbar .breadcrumb {
  float:left;
  margin:5px 0.2em 0 12px
}

.navbutton {
  float:right;
  margin:0.2em 1em 0.2em 0
}

.navbar hr {
  height:1px
}

div.header {
  background-color:#202020;
  padding:5px 5px 0px 5px;
  margin:0px;
  border: none;
  color:#FFFFFF;
}

div.title {
  padding:4px 5px 2px 2px;
  color:#FFFFFF;
}

/***
 *** Footer
 ***/
 
#footer {
  height:80px;
  padding:4px 0px 5px 0px;
  margin:0px;
  color:#FFFFFF;
}
#footer a, #footer a:hover{
  font-size: 11px;
}

/***
 *** Admin
 ***/

#admin-index #content,
#admin-lang #content {
  padding-top: 10px;
  margin-top: 13px;
}
#admin-maintenance #content {
  padding-bottom: 15px;
}
#adminsettings fieldset {
  border-width: 1px;
  border-style: solid;
}
form.mform div.textarea textarea {
  width: 35em;
}

/***
 *** Content
 ***/

#content {
  clear:both;
  margin:0 12px
}

#course-view #content,

#site-index #content {
  margin:0
}

#user-edit .userpicture,

#user-view .userpicture {
  margin-top:10px
}

/***
 *** Admin
 ***/
 
.logtable th.header {
  border-left:1px solid;
  border-right:1px solid;
}

#user-edit #content .generalbox,

#user-view .userinfobox tr {
  border-top:0 none
}

/***
 *** Blocks
 ***/
 
.sideblock,
.sideblock .searchform {
  text-align:left
}

.sideblock .header .hide-show-image {
  margin-top:0.1em;
}

.sideblock .searchform a {
  line-height:1.5em
}
#left-column .sideblock {
  margin:0
}
#left-column .sideblock .header,
#left-column .sideblock .content,
#right-column .sideblock .header,
#right-column .sideblock .content {
  border:0px;
  padding:5px 12px 5px 12px;
}
#left-column .sideblock .header {
  border-bottom:1px solid
}
#left-column .sideblock .content { padding-top:10px; }
#left-column .sideblock .list .r0,
#left-column .sideblock .list .r1 {
  /* height:2em */
  min-height:2em
}
#left-column .sideblock .list td {
  vertical-align:middle;
  border-bottom:1px solid
}
#right-column .sideblock {
  margin-bottom:28px
}
.sideblock .head {
  margin-top:0.5em
}
.sideblock .link {
  margin:0.3em 0;
  border-bottom:1px solid;
  font-size:12px;
}
.sideblock .link { text-decoration:none; border:0px; }

.sideblock .post {
  margin-top:0.5em;
  padding-bottom:0.2em;
  border-bottom:1px solid
}
.block_rss_client .link {
  border-top:0 none
}
.block_rss_client .link a { font-size:12px; }

/***
 *** Calendar
 ***/

#calendar .today,
.minicalendar .today {
  padding-top:0;
  padding-bottom:0;
  border:1px solid !important
}
#calendar .maincalendar .calendarmonth {
  width:75%
}
.sideblock .calendar-controls .current {
  text-align: center;
}

/***
 *** Course
 ***/

#site-index .headingblock {}

#course-view .headingblock {
  padding-left:0.7em;
  border:0 none;
  border-left:15px solid #6e539e;
}
#course-view .topics {
  margin:0 0.5em 0 1em
}
#course-view .section .left {
  width:0.8em
}
#course-view .section .right {
  width:30px
}
#course-view .section .left a {
  display:none
}
#course-view .section .spacer {
  height:2em
}
#course-view .section .activity .spacer {
  height:12px
}
#course-view .section .content .section {
  margin-top:0;
  margin-left:0.7em
}
#course-view .section .content .section .activity {
  padding:0.3em 0.2em 0.2em;
  border-bottom:1px solid
}
.course .section .content .summary {
  margin:0 0 0 0.7em
}
#course-view .section .content .section .label img {
  margin-right:1em;
  margin-bottom:1em
}
#course-user #content,
#mod-forum-user #content {
  padding-bottom:0.2em
}
.coursebox { padding:0px }
div.coursebox-w-padding .coursebox { padding:20px }
div.coursebox-w-padding-2 .coursebox { padding:0px 20px 0px 20px; }
/***
 *** Login
 ***/

.loginbox {
  margin-top:12px
}
  
/***
 *** Modules:Forum
 ***/
 
.forumheaderlist {
  margin-left:auto;
  margin-right:auto
}
.forumheaderlist .header {
  border-collapse:collapse;
  border:1px solid #A3A3A3;
  text-align:left;
  padding:6px 0px 4px 8px;
}

#mod-forum-index .generalbox {
  width:100%
}

table.forumheaderlist,
table.forumpost {
  width:98%;
  margin:0px 15px 15px 15px;
  border-width:1px 1px 0px 0px;
  border-style:solid;
  border-color:#CCCCCC;
  border-collapse:collapse;
}

table.forumpost { margin-left:0px; }
table.forumpost { border:0px; }

/***
 *** Modules:Glossary
 ***/

.glossarydisplay {
  border-bottom:5px solid
}
.glossarypopup {
  margin-top:0.5em
}

/***
 *** Modules:Resource
 ***/
 
.mod-resource #content {
  margin-top:1px
}

/***
 *** New stuff
 ***/

#message-index #page,
#message-user #page,
#message-history #page,
#mod-glossary-showentry #page,
#help #page,
#course-info #page {
width:auto;
}
/***** poetryschooltheme/styles_layout.css end *****/

/***** poetryschooltheme/styles_fonts.css start *****/

/*******************************************************************
 styles_fonts.css
  
 This CSS file contains all font definitions like family, size,
 weight, text-align, letter-spacing etc.

 Styles are organised into the following sections:
  core
  header
  footer

  admin
  blocks
  calendar
  course
  doc
  help
  login
  message
  user

  various modules

*******************************************************************/

/***
 *** Font-faces
 ***/

@font-face {
  font-family: 'AvantGardeBook';/*'AvantGardeBkBTBook';*/
  src: url('fonts/AvantGardeBook/avgardn_0-webfont.eot');
  src: local('AvantGardeBkBTBook'), /*local ('avgardn_0-webfont'),*/
       url('fonts/AvantGardeBook/avgardn_0-webfont.woff') format('woff'), 
       url('fonts/AvantGardeBook/avgardn_0-webfont.ttf') format('truetype'), 
       url('fonts/AvantGardeBook/avgardn_0-webfont.svg#webfontiEmly5kt') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*
.AvantGardeBook {
  font-weight: normal;
  ont-style: normal;
  line-height:normal;
  font-family: 'AvantGardeBkBTBook', Georgia, 'Times New Roman', serif;
  font-size-adjust: 0.54;
}
*/

@font-face {
  font-family: 'AvantGardeMediumBT';/*'AvantGardeMdBTMedium';*/
  src: url('fonts/AvantGardeMediumBT/avgardm_0-webfont.eot');
  src: local('AvantGardeMediumBT'), /*local ('avgardm_0-webfont'),*/
       url('fonts/AvantGardeMediumBT/avgardm_0-webfont.woff') format('woff'), 
       url('fonts/AvantGardeMediumBT/avgardm_0-webfont.ttf') format('truetype'), 
       url('fonts/AvantGardeMediumBT/avgardm_0-webfont.svg#webfontlpktPcNX') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*
.AvantGardeMediumBT {
  font-weight: normal;
  font-style: normal;
  line-height:normal;
  font-family: 'AvantGardeMdBTMedium', Georgia, 'Times New Roman', serif;
  font-size-adjust: 0.54;
}
*/

/*
@font-face{
  font-family:'AvantGardeBook';
  src: url('fonts/Avgardn_0.ttf') format('truetype');
}

@font-face {
  font-family:"AvantGardeMediumBT";
  src:url('fonts/Avgardm_0.ttf') format('truetype');
}
*/

/***
 *** Core
 ***/

.clearer {
  font-size:1px
}

body {
  font-family:Arial,Tahoma,sans-serif;
}
body,p,div,a,ul,li { font-size:12px; }

th {
  font-weight:bold;
}

/*
a:link,
a:visited {
  text-decoration:none
}
a:hover {
  text-decoration:underline
}
a.autolink {
  font-size:100% !important;
}
a.autolink:hover {
  text-decoration:none;
  cursor:help
}
*/

h1.main,
h2.main,
h3.main,
h4.main,
h5.main,
h6.main {
  font-weight:bold;
  font-size:11px;
}
h1 {
  font-size:1.2em
}
h2 {
  font-size:1em;
}
h2.headingblock {
  font-size:1.0em;
  padding:6px 3px 5px 0px;
  border:0px;
  border-bottom:3px solid #000000;
}
div.generalbox h2.main {
  padding-left:0px;
  border-left:0px;
}
h3 {
  font-size:0.8em
}
h4 {
  font-size:0.7em
}

.name a,
.name a:link,
.name a:active,
.name a:visited,
.name a:hover {
  font-family:"AvantGardeMediumBT";
  font-size:16px;
  text-decoration:none;
}

.name a:hover { text-decoration:underline; }

pre code {
  font-size:1.2em
}
.bold {
  font-weight:bold
}
.breadcrumb .sep {
  font-family: Arial, Tahoma, sans-serif;
}
div.title {
  font-family:"AvantGardeBook";
  font-size:18px;
  text-transform:uppercase;
}

.generalbox { font-size:12px; }

.generalboxcontent {
  font-size:12px;
}
.generaltable .header {
  font-size:12px;
  font-weight:bold;
  white-space:normal !important
}
.generaltable .cell {
  font-size:12px;
}
.generaltable .cell a { font-size:12px; }
.warning {
  font-weight:bold;
  font-style:italic
}
.errorbox .title {
  font-weight:bold;
  font-size:12px;
  text-align:center;
}
.errorbox .title a,
.errorbox .title a:link,
.errorbox .title a:active,
.errorbox .title a:visited,
.errorbox .title a:hover {
  color:#FFFFFF;
  text-decoration:underline;
}

.errorbox .title a:hover {
  text-decoration:none;
}

.pagingbar .title {
  font-weight:bold
}
.pagingbar .thispage {
  font-weight:bold
}
.paging {
  font-size:0.8em
}
.categorybox .category {
  font-size:1.2em;
  font-weight:bold
}
.helplink.helplink {
  font-size:0.8em
}
.headingblock {
  font-weight:bold
}
.headingblock .link {
  font-size:0.9em
}
.files .file {
  font-size:0.9em
}
.files .folder {
  font-size:0.9em
}
.files .folder .size {
  font-weight:bold
}
.sitetopiccontent {
  font-size:0.8em
}

/***
 *** Header
 ***/

.headermain {
  font-weight:bold
}
#header-home .headermain {
  font-size:1.2em
}
#header .headermain {
  font-size:1.2em
}
#banner h1.headermain {
  font-size:1.8em;
  font-family: "Trebuchet MS";
}
.breadcrumb {
  font-size:0.8em;
  font-weight:normal;
  font-family:Arial, sans-serif;
}
.logininfo,
#header-home .headermenu .headerlogo font {
  font-size:12px;
  color:#FFFFFF;
}

.headerphone {
  font-family:"AvantGardeBook";
  font-size:15px;
  color:#FFFFFF;
}

/***
 *** Footer
 ***/

.homelink {
  font-size:0.8em
}

.performanceinfo {
  font-size:0.6em
}

/***
 *** Admin
 ***/

table.formtable tbody th {
  font-weight:normal;
  text-align:right
}
#admin-index .generalboxcontent,
#admin-config .generalboxcontent {
  font-size:0.9em
}
#admin-config .linklist {
  font-size:0.9em
}
#admin-config .r1 {
  font-size:0.9em
}
#admin-config #content > center {
  font-size:0.8em
}
#admin-index .generaltable .cell {
  line-height:17px;
}
#adminsettings fieldset span.form-shortname {
  font-size: 90%;
}
#adminsettings fieldset {
  font-size: 80%;
}

/***
 *** Blocks
 ***/
 
.sideblock {
  font-size:0.7em
}
.sideblock .header {
  font-weight:bold
}
.sideblock .content {
  line-height:17px;
}
.sideblock .content *,
.sideblock .content .message {
  text-align:left
}
.sideblock .content h3,
.sideblock .content h2 {
  font-size:h2;
}

.sideblock .footer {
  text-align:left
}
.sideblock .head,
.sideblock .info,
.sideblock .event {
}
.sideblock .date {
  font-style:italic
}
.activitydate, .activityhead {
  /*font-size:0.8em*/
}

/***
 *** Calendar
 ***/

#calendar .maincalendar .eventlist .event .referer {
  font-weight:bold
}
#calendar .maincalendar .eventlist .event .course {
  font-size:0.8em
}
#calendar .maincalendar .eventlist .event .description .commands {
  text-align:right
}
#calendar .maincalendar .calendarmonth {
  font-size:0.8em
}
#calendar .sidecalendar {
  font-size:0.8em
}
#calendar div.header {
  font-weight:bold;
}
#calendar .sidecalendar .filters,
#calendar .maincalendar .filters {
  font-size:0.8em
}
.sideblock .filters td {
  font-size:1em
}
#calendar .maincalendar .controls {
  font-size:1em
}
#calendar .maincalendar .day {
  font-weight:bold
}
table.minicalendar {
  font-size:0.85em
}
.cal_popup_close {
  font-family:sans-serif;
  font-size:0.8em;
  font-weight:bold
}
.cal_popup_bg {
  font-size:1.2em
}
.cal_popup_cg {
  font-size:0.95em;
  font-weight:bold
}
#calendar .maincalendar .calendar-controls .current {
  font-weight:bold
}
.block_calendar_month .filters {
  font-size:0.9em
}
.block_calendar_month .day {
  text-align:center
}

/***
 *** Course
 ***/

#course-view .section {
  font-size:0.8em;
  line-height:17px;
}
#course-view .section .label {
  font-size:1.2em;
  line-height:17px;
}
#course-view .section .activity {
  padding:0.2em 0;
  vertical-align:bottom
}
#course-view .section .activity a {
  font-size:13px;
  text-decoration:none;
  /*line-height:17px;*/
}

#course-view .section .activity a span { text-decoration:underline; }
#course-view .section .activity a span:hover { text-decoration:none; }

#course-view .section .left {
  font-weight:bold
}
.course .generalbox{
  font-size:12px;
  text-align:left;
}
.weeklydatetext {
  font-size:0.8em;
  font-weight:bold
}
.coursebox .info {
  font-size:0.9em;
}
.coursebox .teachers,
.coursebox .cost {
  font-size:0.8em
}
.coursebox .summary {
  font-size:0.8em
}
#course-recent h2.main {
  font-size:1.1em
}

/***
 *** Doc
 ***/

body#doc-contents h1 {
  font-size:0.9em
}
body#doc-contents ul {
  font-size:0.8em
}

/***
 *** Help
 ***/

#help {
  font-size:0.8em
}

/***
 *** Login
 ***/

#login-index #content .left,
#login-index #content .right {
  font-size:0.8em;
  text-align:left
}

/***
 *** Message
 ***/

.message .link {
  font-size:0.8em
}
.message_form {
  font-size:0.8em
}
.message .heading {
  font-size:1.0em;
  font-weight:bold
}
.message .date,
.message .contact,
.message .summary {
  font-size:0.9em
}
.message .note, 
.message .pix {
  font-size:0.8em
}
.message .author {
  font-weight:bold;
  font-size:11px;
  font-familty:Tahoma,Arial,sans-serif;
}
.message .time {
  font-style:italic;
  font-size:0.8em
}
.message .content {
  font-size:0.8em
}
#message-user .commands span {
  font-size:0.7em;
  white-space:nowrap
}
#message-user .name {
  font-weight:bold;
  font-size:1.1em
}

/***
 *** User
 ***/

#user-view .userinfobox .content {
  font-size:0.8em
}
#course-user .section .content td {
  font-size:0.8em
}
#course-user .section .content ul {
  font-size:1.2em
}
#course-user .logtable {
  font-size:0.8em
}
#course-log .logtable {
  font-size:0.8em
}
.userinfobox .username {
  font-weight:bold
}
.userinfobox .links {
  font-size:0.7em
}

/***
 *** Modules:Assignment
 ***/

#mod-assignment-index .cell {
  font-size:0.85em
}
/***
 *** Modules:Chat
 ***/

#mod-chat-index .cell {
  font-size:0.85em
}
/***
 *** Modules:Choice
 ***/

#mod-choice-index .cell {
  font-size:0.85em
}
  
/***
 *** Modules:Forum
 ***/
.forumpost,
.forumheaderlist  {
  font-size:0.8em
}
.forumnodiscuss {
  font-weight:bold
}
.forumpost .topic .subject {
  font-family:"AvantGardeMediumBT";
  font-size:18px;
  color:#202020;
}
.forumpost .topic .author {
  font-size:0.8em;
  padding:5px 0px 7px 0px;
  border-bottom:1px solid #202020;
  font-size:11px;
  font-familty:Tahoma,Arial,sans-serif;  
}

.forumpost .commands,
.forumpost .link {
  font-size:0.9em
}
.forumheaderlist .header,
.forumheaderlist .author,
.forumheaderlist .replies,
.forumheaderlist .lastpost {
  font-size:12px;
}
.forumheaderlist .discussion .lastpost {
  font-size:12px;
}
body#mod-forum-search .introcontent {
  font-weight:bold
}

/***
 *** Modules:Glossary
 ***/

.glossarydisplay,
.glossarysearchbox {
  font-size:0.8em
}
.glossarypost .commands {
  font-size:0.8em
}
.glossarypost .entry { font-size:12px; }
.glossarypost .entryheader .author,
.glossarypost .entryheader .time {
  font-size:0.8em
}
.glossarypost .entryheader .time {
  font-style:italic
}
.glossarypopup {
  font-size:0.8em
}
.concept {
  font-weight:bold;
  font-size:12px;
}

.concept h3 {
  margin:0px;
  padding:3px 0px 3px 0px;
  font-size:12px;
}

.glossarycomment .time {
  font-size:0.8em;
  font-style:italic
}
.entrylowersection .aliases {
  font-size:0.8em
}
.entrylowersection .icons,
.entrylowersection .ratings {
  font-size:0.8em
}
#mod-glossary-index .cell {
  font-size:0.85em
}

/***
 *** Modules:Journal
 ***/
#mod-journal-view .lastedit,
#mod-journal-view .editend {
  font-size:0.7em
}
#mod-journal-view .author {
  font-size:1em;
  font-weight:bold
}
#mod-journal-view .time {
  font-size:0.7em;
  font-style:italic
}
#mod-journal-view .grade {
  font-weight:bold;
  font-style:italic
}
#mod-journal-index .cell {
  font-size:0.85em
}
/***
 *** Modules:Label
 ***/

/***
 *** Modules:Lesson
 ***/

#mod-lesson-index .cell {
  font-size:0.85em
}
/***
 *** Modules:Quiz
 ***/

.editorhelptext {
  font-size:0.7em
}
#mod-quiz-index .cell {
  font-size:0.85em
}

/***
 *** Modules:Resource
 ***/

#mod-resource-index .cell {
  font-size:0.85em
}
/*.mod-resource font {
  font-size:0.8em
}*/

/***
 *** Modules:Scorm
 ***/

#mod-scorm-index .cell {
  font-size:0.85em
}
/***
 *** Modules:Survey
 ***/

#mod-survey-index .cell {
  font-size:0.85em
}
/***
 *** Modules:Wiki
 ***/

#mod-wiki-index .cell {
  font-size:0.85em
}
/***
 *** Modules:Workshop
 ***/

#mod-workshop-index .cell {
  font-size:0.85em
}
/***** poetryschooltheme/styles_fonts.css end *****/

/***** poetryschooltheme/styles_color.css start *****/

/*******************************************************************
 styles_color.css
  
 This CSS file contains all color definitions like 
 background-color, font-color, border-color etc.

 Styles are organised into the following sections:

  core
  header
  footer

  admin
  blocks
  calendar
  course
  doc
  login
  message
  user

  various modules

*******************************************************************/

/***
 ***  Core
 ***/

a,
a:link,
a:visited,
a:active,
a:hover {
  color:#0277C5;
  text-decoration:underline;
}
a:hover { text-decoration:none; }

a.dimmed:link,
a.dimmed:visited {
  color:#0277C5;
}
a.autolink {
  /*
  background-color:transparent;
  border-bottom:1px solid #A74;
  */
}

body {
  /*background:#3D3E3F;*/
}

#page {
  background: #FFFFFF;
}

h1.main,
h2.main,
h3.main,
h4.main,
h5.main,
h6.main {
  color:#999
}

#layout-table #left-column {
  /*background-color:#EFEFEF*/
}
table.formtable tbody th {
  background:none
}
.highlight {
  background-color:#AFA
}
.highlight2 {
  color:#A00
}
/* Alternate rows even */
.r0 {  
}
/* Alternate rows odd */
.r1 {  
}
/* notification messages (can be good or bad) */
.breadcrumb .sep {
  color: #DA3; 
}
.notifyproblem {
  color:#600
}
.notifysuccess {
  color:#060
}
.required {
  background-color:transparent;
}
.generalbox {
  border-color:#DDD;
  background-color:#EFEFEF
}
.informationbox {
  border-color:#DDD
}
.feedbackbox {
  border-color:#888
}
.feedbackby {
  background-color:#BBB
}
.noticebox {
  border-color:#DDD
}
.errorbox {
  color:#FF0000;
}
.errormessage { color:#FF0000; }
.errorcode, .errorcode a { color:#FF0000; }

.tabledivider {
  border-color:#DDD
}
.sitetopic {
}
.sitetopiccontent {
  border-color:#DDD;
  background-color:#FFF
}
.dimmed_text {
  color:#999
}
.teacheronly {
  color:#900
}
.unread {
  background:#FFD991
}
.censoredtext {
  color:#000;
  background:#000
}
.generaltable th.header {
  background-color:#B9B9B9;
  border-top:1px solid #A3A3A3;
  border-collapse:separate;
}
.generaltable .r1 {
  background-color:#F2F2F2;
}
.generaltable {
  border-color: #bbbbbb;
}

/* kept for backward compatibility with some non-standard modules
   which use these classes for various things */
.generaltab, .generaltabinactive {
  background-color:#BBB
}
.generaltabselected {
  background-color:transparent;
}
.generaltabinactive {
  color:#CCC
}

/***
 *** Header
 ***/

/*.headermenu { }*/
#header-home {
  background-color:#202020;
}

/***
 *** Footer
 ***/

#footer {
  background-color:#1E2222;
}
/*
.homelink a:link,
.homelink a:visited,
.homelink a:hover {
  background-color:transparent;
  color:#000;
  text-decoration:none
}
.homelink a:link,
.homelink a:visited {
  border-top:1px solid #CECECE;
  border-bottom:2px solid #4A4A4A;
  border-left:1px solid #CECECE;
  border-right:2px solid #4A4A4A
}
.homelink a:hover {
  border-bottom:1px solid #CECECE;
  border-top:2px solid #4A4A4A;
  border-right:1px solid #CECECE;
  border-left:2px solid #4A4A4A
}
*/

/***
 *** Login box (top right)
 ***/
 
.logininfo a {
  color:#FFD400;
}
.logininfo a:hover {
  text-decoration:underline;
}

/***
 *** Admin
 ***/
 
.admin .generalboxcontent {
  background-color:#F5F5F5
}
.admin .generalbox {
  border-color:#BBB
}
.admin .informationbox {
  border-color:#BBB; 
  background-color:#FFF
}
body#admin-index .c0 {
  background-color:#FAFAFA
}
#admin-config .r0 {
  background-color:#F5F5F5
}
#admin-config .r0 .c0{
  background-color:transparent;
}
#admin-config .r1 {
  color:#666
}
#admin-config h2.main {
  background-color:transparent;
}
.logtable th.header {
  background-color:#FF9D9F;
  border-color:#FF3C41
}
#adminsettings fieldset span.form-shortname {
  color: #999;
}
#adminsettings fieldset {
  background-color: #EFEFEF;
  border-color: #DDD;
}

/***
 *** Blocks
 ***/

.sideblock {
  border:0px;
  background-color:#202020;/*#1983CA;*/
}
.sideblock .header {
  color:#FFF;
  padding:5px 5px 5px 5px;
}

.sideblock .content {
}
.sideblock .content hr {
  border-top-color:#999
}
.sideblock .list {
}
#left-column .sideblock .header {
  border-bottom-color:#202020;
}
#left-column .sideblock .list td {
  border-color:#FFF
}
#left-column .sideblock .content {
  background-color:#F2F2F2;
}
#right-column .sideblock .header {
  border-bottom-color:#202020;
}
#right-column .sideblock .content {
  background-color:#EFEFEF;
}

#right-column .sideblock .content a {
  color:#0277c5;
}
#right-column div#inst1 .content { background-color:#E6E721; }
#right-column div#inst1 .content a { color:#000000; }

.sideblock .link {
  border-bottom-color:#CCCCCC;
}
.sideblock .post {
  border-bottom-color:#FFF
}
.sideblock h1.main:first-letter,
.sideblock h2.main:first-letter,
.sideblock h3.main:first-letter,
.sideblock h4.main:first-letter,
.sideblock h5.main:first-letter,
.sideblock h6.main:first-letter {
}


/***
 *** Calendar
 ***/

#calendar .maincalendar,
#calendar .sidecalendar {
  border-color:#DDD
}
#calendar .maincalendar table.calendarmonth th {
  border-color:#000
}
table.minicalendar {
  border-color:#DDD
}
#calendar .maincalendar .eventlist .event {
  border-color:#DDD
}
#calendar .maincalendar .eventlist .event .topic,
#calendar .maincalendar .eventlist .event .picture,
#calendar .maincalendar .eventlist .event .side {
  background-color:#F5F5F5
}
#calendar .maincalendar table.calendarmonth ul.events-underway {
  color:#999
}
#calendar .event_global,
.minicalendar .event_global,
.block_calendar_month .event_global {
  border-color:#1E7909 !important;
  background-color:#1E7909
}
#calendar .event_course,
.minicalendar .event_course,
.block_calendar_month .event_course {
  border-color:#FF6F23 !important;
  background-color:#FF6F23
}
#calendar .event_group,
.minicalendar .event_group,
.block_calendar_month .event_group {
  border-color:#FFD100 !important;
  background-color:#FFD100
}
#calendar .event_user,
.minicalendar .event_user,
.block_calendar_month .event_user {
  border-color:#5FB9E4 !important;
  background-color:#5FB9E4
}
#calendar .duration_global,
.minicalendar .duration_global {
  border-top-color:#1E7909 !important;
  border-bottom-color:#1E7909 !important
}
#calendar .duration_course,
.minicalendar .duration_course {
  border-top-color:#FF6F23 !important;
  border-bottom-color:#FF6F23 !important
}
#calendar .duration_group,
.minicalendar .duration_group {
  border-top-color:#FFD100 !important;
  border-bottom-color:#FFD100 !important
}
#calendar .duration_user,
.minicalendar .duration_user {
  border-top-color:#5FB9E4 !important;
  border-bottom-color:#5FB9E4 !important
}
#calendar .weekend,
.minicalendar .weekend {
  color:#F00
}
#calendar .today,
.minicalendar .today {
  border-color:#DDD !important
}
.cal_popup_fg {
  background-color:#FFF
}
.cal_popup_bg {
  border-color:#000;
  background-color:#FFF
}
#calendar .maincalendar .filters table,
#calendar .sidecalendar .filters table,
.block_calendar_month .filters table {
  background-color:transparent
}


/***
 *** Course
 ***/

#course-view .headingblock {
  border-left-color:#6e539e;
}
#course-view .section td {
  border-color:#DDD
}
#course-view .section .content .section {
  background-color:#EFEFEF
}
#course-view .section .content .section .activity {
  border-bottom-color:#FFF
}
#course-view .section .content .section .label {
  background-color:#FFF
}
#course-view .section .side {
}
#course-view .section .left {
  background-color:#666666;
  color:#FFFFFF;
}
#course-view .section .right {
}
#course-view .current .side{
}
#course-view .topics {
}
#course-view .weeks {
}
#course-view .section .spacer {
}
#course-view .section .weekdates {
  color:#999
}
/*.editing .section .content .summary {
  background-color:#FFF
}*/
.categoryboxcontent,
.courseboxcontent {
  border-color:#DDD;
  background:#FFF
}
#course-user .section {
  border-color:#999
}
#course-user #content,
#user-view #content,
#user-edit #content,
.admin #content,
.course #content,
#files-index #content {
  background-color:#F5F5F5;
}

#user-edit #content .generalbox,
#user-view .userinfobox tr {
  background-color:#FFF
}
#site-index #content,
#course-view #content {
  background-color:#FFF
}
#course-user .logtable .r1 {
  background-color:#DFDFDF
}
#course-view .section.hidden *,
#course-view .section.hidden .content,
#course-view .section.hidden .side {
  border-color:#F5F5F5;
  color:#999
}
#course-view .section.hidden .left {
  background-color:#F5F5F5
}

/***
 *** Doc
 ***/

/***
 *** Login
 ***/

.loginbox {
  background-color:#EFEFEF
}

.loginbox,
.loginbox.twocolumns .loginpanel,
.loginbox .subcontent {
  border-color:#DDD
}

/***
 *** Message
 ***/

table.message_search_results td {
  border-color:#DDD
}
.message.other .author {
  color:#88C
}
.message.me .author {
  color:#999
}
.message .time {
  color:#999
}
.message .content {
}

/***
 *** User
 ***/

.userpicture {
  background:#F5F5F5
}
.userinfobox {
  border-color:#DDD;
  background-color:#F7F7F7
}
.groupinfobox {
  border-color:#DDD;
  background-color:#FCFCFC
}

/***
 *** Modules:Assignment
 ***/

.assignmentsubmission {
}
.assignmentnew .assignmentfeedback{
  background-color:transparent;
}   
  
.assignmentold .assignmentfeedback{
  background-color:#BBB
}
.assignmentheading {
  background-color:#BBB
}

/***
 *** Modules:Chat
 ***/

/***
 *** Modules:Choice
 ***/

/***
 *** Modules:Forum
 ***/
 
.mod-forum #content {
  background-color:#EFEFEF;
  margin-bottom:10px;
}
#mod-forum-user #content {
  background-color:#F5F5F5
}
.forumheaderlist,
.forumpost {
  border:0px;
  background-color:transparent;
}
.forumheaderlist .header {
  background-color:#B9B9B9;
  border-top:1px solid #A3A3A3;
  border-collapse:separate;
}
.forumpost .content {
  background:transparent;
}
.forumpost .left {
  background:transparent;
}
.forumpost .topic {
  border:0px;
}
.forumpost .starter {
  background-color:transparent;
}
.forumheaderlist .discussion .starter {
  background-color:transparent;
}
.forumheaderlist td {
  border-color:#CCCCCC;
}
.sideblock .post .head {
  color:#555
}
.forumthread .unread {
  background:#FFD991
}
#mod-forum-discuss .forumpost {
  background:none
}
#mod-forum-discuss .forumpost.unread .content {
  border-color:#FFD991
}
#mod-forum-discuss .forumthread .unread {
}
#mod-forum-index .unread {
}

/***
 *** Modules:Glossary
 ***/
 
.mod-glossary #content {
 background-color:#EFEFEF
}
.entryboxheader {
  border-color:#BBB
}
.entrybox {
  border-color:#BBB;
  background-color:#FFF
}
.glossarypost {
  border-color:#CCCCCC;
  background-color:#EFEFEF;
}
.glossarypost .entryheader,
.glossarypost .entryapproval,
.glossarypost .picture,
.glossarypost .entryattachment,
.glossarypost .left {
  background-color:#F0F0F0
}
.glossarycomment {
  border-color:#DDD
}
.glossarycomment .entryheader,
.glossarycomment .picture,
.glossarycomment .left {
  background-color:#F0F0F0
}
#mod-glossary-report .generalbox .teacher {
  background:#F0F0F0
}
.glossarycategoryheader {
  background-color:#B9B9B9;
}

.glossarycategoryheader h2.main { font-size:13px; color:#333333; }

.glossarydisplay {
  border-bottom-color:#EFEFEF
}

/***
 *** Modules:Journal
 ***/

#mod-journal-view .feedbackbox .left,
#mod-journal-view .feedbackbox .entryheader {
  background-color:transparent;
}
/***
 *** Modules:Label
 ***/

/***
 *** Modules:Lesson
 ***/

/***
 *** Modules:Quiz
 ***/

body#mod-quiz-report table#attempts td {
  border-color:#DDD
}
body#mod-quiz-report table#attempts .r1 {
  background-color:#F5F5F5
}

/***
 *** Modules:Resource
 ***/

/***
 *** Modules:Scorm
 ***/

/***
 *** Modules:Survey
 ***/

#mod-survey-view .r0 {
  background-color:#F5F5F5
}
#mod-survey-view .r1 {
  background-color:transparent;
}

/***
 *** Modules:Wiki
 ***/

/***
 *** Modules:Workshop
 ***/

.workshoppostpicture {
  background-color:transparent;
}
.workshopassessmentheading {
  background-color:transparent;
}
/***** poetryschooltheme/styles_color.css end *****/


