/**************************************
 * THEME NAME: gobcantheme
 *
 * Files included in this sheet:
 *
 *   gobcantheme/gradients.css
 *   gobcantheme/styles_fonts.css
 *   gobcantheme/styles_color.css
 **************************************/

/***** gobcantheme/gradients.css start *****/

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

th.header,
td.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;     
}

/***** gobcantheme/gradients.css end *****/

/***** gobcantheme/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
  grades
  login
  message
  tabs
  user

  various modules

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


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

.clearer {
  font-size:1px
}
* font {
  font-size:90%
}
body {
  font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
  font-size:95%
}
th {
  font-weight:bold
}
a:link,
a:visited {
  text-decoration:none
}

a:hover {
  text-decoration: underline;
}

h1.main,
h2.main,
h3.main,
h4.main,
h5.main,
h6.main {
  font-weight:bold;
}

h1 {
  font-size:1.7em;
}

h2 {
  font-size:1.4em;
}
h3 {
  font-size:1.1em;
}
h4 {
  font-size:1.0em;
}

.bold {
  font-weight:bold;
}

.warning {
  font-weight: bold;
  font-style: italic;
}

.errorbox .title {
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
}

.pagingbar .title {
  font-weight: bold;
}
.pagingbar .thispage {
  font-weight: bold;
}

.categorybox .category,
.categorybox .category {
  font-size:1.2em;
  font-weight:bold;
}

.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;
}


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

.headermain {
  font-weight:bold;
}

#header-home .headermain {
  font-size:1.2em;
}

#header .headermain {
  font-size:1em;
}

.breadcrumb {
  font-size:0.9em;
  font-weight:bold;
}

.logininfo,
#header-home .headermenu font {
  font-family :"Arial";
  font-size:8pt;
}


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

.homelink {
}


.performanceinfo {
  font-size: 0.2em;
}


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

table.formtable tbody th {
  font-weight: normal;
  text-align: right;

}

body#admin-blocks table#incompatible td.c0 {
  font-weight: bold;
}


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

.sideblock .header {
  font-size:0.9em;
  font-weight: bold;
}

.sideblock .content {
  font-size:0.85em;
  line-height:1.2em;
}

.sideblock a {
  line-height:1.2em
}

.sideblock .content h3,
.sideblock .content h2 {
  font-size:1.0em;
}

.sideblock .header .commands {
  font-size:0.9em;
}

.sideblock .footer {
  font-size:0.9em;
}

.sideblock .head,
.sideblock .info,
.sideblock .event {
  font-size: 0.9em;
}

.sideblock .date {
  font-style: italic;
}

.block_site_main_menu .footer select {
  font-size: 0.8em;
}

.block_online_users .listentry {
  text-align:left;
  font-size:0.75em
}

/***
 *** 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 table.calendarmonth td {
  font-size:0.8em;
}

#calendar div.header
{
  font-weight:bold;
}

#calendar .sidecalendar .filters {
  font-size:0.8em;
}

.sideblock .filters td {
  font-size:1.1em;
}

#calendar .maincalendar .controls {
  font-size:1.2em;
}

#calendar .maincalendar .day {
  font-weight: bold;
}

table.minicalendar {
  font-size:0.85em;
}

.cal_popup_caption {
  font-family:sans-serif;
  font-size:0.8em;
  font-weight:bold;
}

.cal_popup_close {
  font-family:sans-serif;
  font-size:0.8em;
  font-weight:bold;
}
#calendar .maincalendar .calendar-controls .current {
  font-weight: bold;
}


/***
 *** Course
 ***/
#course-view .section {
  font-size:1.0em;
  line-height:1.2em;
}

#course-view .section .activity {
  font-size:1.1em;
  padding:0.2em;
}

#course-view .section .activity a {
  line-height:1em;
}

#course-view .section .left {

  font-weight:bold;
}

.activitydate, .activityhead {
  font-size:0.9em;
}

.weeklydatetext {
  font-size:1em;
  font-weight:bold;
}

.coursebox .info {
  font-size:1em;
}

.coursebox .teachers,
.coursebox .cost {
  font-size:0.9em;
}

.coursebox .summary {

  
}

#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;
}


/***
 *** Grades
 ***/

body#grade-index .grades .header {
  font-weight: bold;
  font-size: 0.7em;
}


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

#login-index .content {
  font-size: 0.85em;
}


/***
 *** Logs
 ***/

.logtable td {
  font-size: 0.8em;
}
.logtable th {
  font-size: 0.9em;
}


/***
 *** 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 {
  
}

.message .note, 
.message .pix {
  font-size:0.8em;
}

.message .author {
  font-weight: bold;
  font-size:0.8em;
}

.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;
}


/***
 *** Tabs
 ***/
.tablink {
  font-size:0.8em;
}

.tablink a:hover {
  text-decoration: none;
}


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

.userinfobox .username {
  font-weight: bold;
}

.userinfobox .links {
  font-size: 0.7em;
}

body#user-index #longtimenosee {
  font-size: 0.8em;
}


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

#mod-assignment-index .cell {
  font-size:0.8em;
}

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

#mod-chat-index .cell {
  font-size:0.8em;
}

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

#mod-choice-index .cell {
  font-size:0.8em;
}
  
/***
 *** Modules: Forum
 ***/

.forumnodiscuss{
  font-weight:bold;
}
.forumpost .topic .subject {
  font-weight: bold;
}




.forumpost .topic .author {
  font-size: 0.8em;
}
.forumpost .commands,
.forumpost .link,
.forumpost .footer {
  font-size: 0.9em;
}
.forumheaderlist .discussion .lastpost {
  font-size: 0.7em;
}
body#mod-forum-search .introcontent {
  font-weight:bold;
}
body#mod-forum-index .generalbox .cell {
  font-size: 0.80em;
}

.forumpost .edited {
  font-style: italic;
}


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

.glossarypost .commands {
  font-size: 0.8em;
}
.glossarypost .author {
  font-size: 0.8em;
}
.glossarypost .time {
  font-size: 0.8em;
}
.concept {
  font-weight: bold;
}
.glossarycomment .author {
  font-size: 0.8em;
}
.entrylowersection .aliases {
  font-size: 0.8em;
}
.entrylowersection .icons,
.entrylowersection .ratings {
  font-size: 0.8em;
}

#mod-glossary-index .cell {
  font-size:0.8em;
}


/***
 *** 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.8em;
}

/***
 *** Modules: Label
 ***/

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

#mod-lesson-index .cell {
  font-size:0.8em;
}

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

.editorhelptext {
  font-size:0.7em;
}

#mod-quiz-index .cell {
  font-size:0.8em;
}


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

#mod-resource-index .cell {
  font-size:0.8em;
}


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

#mod-scorm-index .cell {
  font-size:0.8em;
}

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

#mod-survey-index .cell {
  font-size:0.8em;
}

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

#mod-wiki-index .cell {
  font-size:0.8em;
}

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

#mod-workshop-index .cell {
  font-size:0.8em;
}/***** gobcantheme/styles_fonts.css end *****/

/***** gobcantheme/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

  tabs

  user



  various modules



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



/***

 ***  Core

 ***/



a:link,

a:visited {

  color:#0000EE;

}



a.dimmed:link,

a.dimmed:visited {

  color:#AAAAAA;

}

.bottom{

}

a:hover {

  color:#FF0000;

}



a.autolink:link,

a.autolink:visited {

  color:#000000;

  background: #DDDDDD;

}



a.autolink.glossary:hover {

  cursor: help;

}

.logininfo{

	color:#3D59AB;

}

.logininfo a:link{

	color:#6495ED;

}



.logininfo a:visited{

	color:#0000EE;

}

.logininfo a:hover{

	color:#FF0000;

}



body {

  margin: 10px 10px 10px 10px;
  color:#0000FF;
  background-color:#C4C4C4;

}



th.header,

td.header,

div.header {

  border-color:#FFFFFF;

  background-image:gradient2.jpg;

  padding-top:6px;

  padding-bottom:6px;

  color:#3D59AB;

  font-size:12px;

}



.navbar {

	background-color:#FFFFF;

	border-top:1px solid #ffffff;

	border-color:none;

	color:#33688E;

}

.navbar a:link{

	color:#0000FF;

}

.navbar a:visited{

	color:#0000FF;

}

.navbar a:hover{

	color:RED;

	text-decoration:underline;

}

table.formtable tbody th {

  background: none;

}



.highlight {

  background-color:#AAFFAA;

}



.highlight2 {

  color:#AA0000; /* highlight missing terms in forum search */

}



/* Alternate rows even */

.r0 { 

	text-align:top;

}



/* Alternate rows odd */

.r1 {  

}



/* notification messages (can be good or bad) */

.notifyproblem {

  color:#660000;

}

.notifysuccess {

  color:#006600;

}



.required {

  background-color:#DDDDDD;

}



.generalbox {

  border-color:#DDDDDD;

  font-size:12px;

  background:#F2F3F3;
  
  
}

.informationbox {

  border-color:#DDDDDD; 

}

.feedbackbox {

  border-color: #888888; 

}

.feedbackby {

  background-color:#BBBBBB;

}



.noticebox {

  border-color:#DDDDDD; 

}



.errorbox {

  color:#ffffff;

  border-color:#660000;

  background-color:#990000;

}



.tabledivider {

  border-color:#DDDDDD;

}



.sitetopic {

}



.sitetopiccontent {

  border-color:#DDDDDD;

  background-color:#FFFFFF;

}



.dimmed_text {

  color:#AAAAAA;

}

.left, .right{

	background-color:#F4F4F6;

}

.teacheronly {

  color:#990000;

}



.unread {

  background: #eeeeee;

} 



.censoredtext {

  color:#000000;

  background:#000000;

}





/* kept for backward compatibility with some non-standard modules

   which use these classes for various things */

.generaltab, .generaltabinactive {

  background-color:#BBBBBB;

}

.generaltabselected {

  background-color:#DDDDDD;

}

.generaltabinactive {

  color:#CCCCCC;

}







/***

 *** Header

 ***/



/***

 *** Footer

 ***/



.homelink a:link,

.homelink a:visited,

.homelink a:hover {

  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;

}





/***

 *** Admin

 ***/



.admin .generalboxcontent {

  background-color:#EEEEEE;

}



.admin .generalbox {

  border-color:#BBBBBB; 

}



.admin .informationbox {

  border-color:#BBBBBB; 

  background-color:#FFFFFF; 

}



body#admin-index .c0 {

  background-color: #FAFAFA;

}







/***

 *** Blocks

 ***/



.sideblock .header {

  border-color: #dddddd;

  background-color:#FFFFFF;

  background-image:gradient.jpg;
 
}



.sideblock .content {

  color: #3D59AB;
  border-color: #FFFFFF;
  background-color:#F0F0F0;
}



.sideblock .content hr {

  border-top-color:#999999;

}



#left-column .hidden .header,

#right-column .hidden .header

{

  border-bottom-color: #dddddd;

}



.sideblock .header .hide-show img.hide-show-image {

  background: url('../../pix/t/switch_minus.gif') no-repeat bottom;

}



.sideblock.hidden .header .hide-show img.hide-show-image {

  background: url('../../pix/t/switch_plus.gif') no-repeat bottom;

}







/***

 *** Calendar

 ***/



#calendar .maincalendar,

#calendar .sidecalendar {

  border-color: #DDDDDD;
  
	
}



#calendar .maincalendar table.calendarmonth th {

  border-color: #000000;
  
  

}



table.minicalendar {

  border-color:#FFFFFF;
  

}



#calendar .maincalendar .eventlist .event {

  border-color:#DDDDDD;
  

}



#calendar .maincalendar .eventlist .event .topic,

#calendar .maincalendar .eventlist .event .picture,

#calendar .maincalendar .eventlist .event .side {

  background-color:#EEEEEE;

}



#calendar .maincalendar table.calendarmonth ul.events-underway {

  color:#999999;
  

}



#calendar .event_global,

.minicalendar .event_global,

.block_calendar_month .event_global {

 border-color:#444444 !important;

 background-color:#32CD32;

}



#calendar .event_course,

.minicalendar .event_course,

.block_calendar_month .event_course {

  border-color:#FFFFFF !important;

   background-color:#FFA07A;

}



#calendar .event_group,

.minicalendar .event_group,

.block_calendar_month .event_group {

  border-color:#FBBB23 !important;

  background-color:#FBBB23;

}



#calendar .event_user,

.minicalendar .event_user,

.block_calendar_month .event_user {

  border-color:#A1BECB !important;

  background-color:#A1BECB;

}



#calendar .duration_global,

.minicalendar .duration_global {

  border-top-color:#2EBA0E !important;

  border-bottom-color:#2EBA0E !important;

}



#calendar .duration_course,

.minicalendar .duration_course {

  border-top-color:#FF9966 !important;

  border-bottom-color:#FF9966 !important;

}



#calendar .duration_group,

.minicalendar .duration_group {

  border-top-color:#FBBB23 !important;

  border-bottom-color:#FBBB23 !important;

}



#calendar .duration_user,

.minicalendar .duration_user {

  border-top-color:#A1BECB !important;

  border-bottom-color:#A1BECB !important;

}



#calendar .weekend,

.minicalendar .weekend {

  color:#FF0000;

}



#calendar .today,

.minicalendar .today {

  border-color:#000000 !important;
 

}



.cal_popup_fg {

  background-color:#FFFFFF;

}



.cal_popup_bg {

  border-color:#000000;

  background-color:#FFFFFF;

}



#calendar .maincalendar .filters table,

#calendar .sidecalendar .filters table,

.block_calendar_month .filters table {

  background-color: #EEEEEE;

}







/***

 *** Course

 ***/



/* course, entry-page, login */

.headingblock {

  border-color:#DDDDDD;

}



/* course */

.headingblock .outline {

  border-color:#DDDDDD;

}



#course-view .section td {

  border-color:#DDDDDD;

}



#course-view .section .content {

}



#course-view .section .side {

	background-color:#FFFFFF;

}



#course-view .section .left {

}



#course-view .section .right {

}



#course-view .current .side{

	background-color:#518BFF;

}



#course-view .topics {

}



#course-view .weeks {

	background-color:#ffffff;

}



#course-view .section .spacer {

}



#course-view .section .weekdates {

  color:#AAAAAA;

}



.categoryboxcontent,

.courseboxcontent {

  border-color:#DDDDDD;

  background-color:#eeeeee;

}

body#course-user .section {

  border-color:#AAAAAA;

  background-color:#ffffff;

}







/***

 *** Doc

 ***/



/***

 *** Grades

 ***/



body#grade-index .grades {

  border-color:black;

}



body#grade-index .grades td {

  border-color:#e0e0e0;

}



body#grade-index .grades .r0 {

  background-color: #ffffff;

}



body#grade-index .grades .r1 {

  background-color: #f0f0f0;

}





/***

 *** Login

 ***/



.loginbox .content {

  border-color:#DDDDDD;

}





/***

 *** Message

 ***/



table.message_search_results td {

  border-color:#DDDDDD;

}



.message.other .author {

  color: #8888CC;

}



.message.me .author {

  color: #999999;

}



.message .time {

  color: #999999;

}



.message .content {

}



/***

 *** Logs

 ***/



.logtable .r1 {

  background-color:#EEEEEE;

}





/***

 *** Tabs

 ***/



.tablink a:link,

.tablink a:visited {

  color:#000066;

}



.selected .tablink a:link,

.selected .tablink a:visited {

  color:#000000;

}

.tabs .side,

.tabrow td {

  border-color: #AAAAAA;

}

.tabrow td {

  background:url(pix/tab/left.gif) top left no-repeat;

}

.tabrow td .tablink {

  background:url(pix/tab/right.gif) top right no-repeat;

}

.tabrow td:hover {

  background-image:url(pix/tab/left_hover.gif);

}

.tabrow td:hover .tablink {

  background-image:url(pix/tab/right_hover.gif);

}

.tabrow .last {

  background: transparent url(pix/tab/right_end.gif) top right no-repeat;

}

.tabrow .selected {

  background:url(pix/tab/left_active.gif) top left no-repeat;

}

.tabrow .selected .tablink {

  background:url(pix/tab/right_active.gif) top right no-repeat;

}

.tabrow td.selected:hover {

  background-image:url(pix/tab/left_active_hover.gif);

}

.tabrow td.selected:hover .tablink {

  background-image:url(pix/tab/right_active_hover.gif);

}





/***

 *** User

 ***/



.userpicture {

}



.userinfobox {

  border-color: #DDDDDD;

}

.groupinfobox {

  border-color: #DDDDDD;

}





/***

 *** Modules: Chat

 ***/



/***

 *** Modules: Choice

 ***/



/***

 *** Modules: Forum

 ***/



.forumheaderlist,

.forumpost {

  border-color:#DDDDDD;

}



.forumpost .content {
  color: #000000;
  background: #FFFFFF;

}



.forumpost .left {

  background-color:#FFFFFF;

}



.forumpost .topic {

  border-bottom-color: #EEEEEE;

  background-color:#AAAAAA

  color:#ffffff;

}



.forumpost .starter {

  border-bottom-color:#EEEEEE;

  background-color:#AAAAAA;

  color:#ffffff;

}



.forumheaderlist .discussion .starter {

  background-color:#eeeeee;

  font-size:12px;

}



.forumheaderlist td {

  font-size:12px;

  border-color: #FFFFFF;

  background-color:#ffffff;

}



.sideblock .post .head {

  color:#555555;

}



.forumthread .unread {

  background: #eeeeee;

}

#mod-forum-discuss .forumpost {

  background: none;

}



#mod-forum-discuss .forumpost.unread .content {

  border-color: #eeeeee; 

} 



#mod-forum-discuss .forumthread .unread {

} 



#mod-forum-index .unread {

}





/***

 *** Modules: Glossary

 ***/



.entryboxheader {

  border-color: #BBBBBB;

}



.entrybox {

  border-color: #BBBBBB;

}



.entry {

}



.glossarypost {

  border-color: #DDDDDD;

}



.glossarypost .entryheader,

.glossarypost .entryapproval,

.glossarypost .picture,

.glossarypost .entryattachment,

.glossarypost .left {

  background-color: #F0F0F0;

}



.glossarycomment {

  border-color: #DDDDDD;

}



.glossarycomment .entryheader,

.glossarycomment .picture,

.glossarycomment .left {

  background-color: #F0F0F0;



}



#mod-glossary-report .generalbox .teacher {

  background: #F0F0F0;

}



.categoryheader {

  background-color: #dddddd;

}



.glossaryformatheader {

  background-color: #dddddd;

}





/***

 *** Modules: Journal

 ***/



#mod-journal-view .feedbackbox .left,

#mod-journal-view .feedbackbox .entryheader {

  background-color: #dddddd;

}



/***

 *** Modules: Label

 ***/



/***

 *** Modules: Lesson

 ***/



/***

 *** Modules: Quiz

 ***/



body#mod-quiz-report table#attempts td {

  border-color: #dddddd;

}

body#mod-quiz-report table#attempts .r1 {

  background-color: #eeeeee;

}





/***

 *** Modules: Resource

 ***/



/***

 *** Modules: Scorm

 ***/



/***

 *** Modules: Survey

 ***/



#mod-survey-view .r0 {

  background-color: #EEEEEE;

}

#mod-survey-view .r1 {

  background-color: #DDDDDD;

}





/***

 *** Modules: Wiki

 ***/



/***

 *** Modules: Workshop

 ***/



.workshoppostpicture {

  background-color:#FEE6B9;

}



.workshopassessmentheading {

  background-color:#DDDDDD;

}/***** gobcantheme/styles_color.css end *****/

