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

/***** mundet2008/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
  forms
  header
  footer

  admin
  blocks
  blog
  calendar
  course
  doc
  grades
  login
  message
  question
  tabs
  user

  various modules

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


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

body {
 border: 0px;
 margin: 0px;
}

#content, 
.navbar {
 padding: 0px;
 margin: 0px;
 border-style: solid;
 border-width: 0px;
 border-top-width: 1px;
 border-bottom-width: 1px;
 width: 100%;
}

#layout-table {
  width:100%;
  border-collapse:separate;
  margin-top: 0px;
  border-width: 1px;
  border-spacing: 5px;
  border-style: solid;	
}

#layout-table #left-column,
#layout-table #middle-column,
#layout-table #right-column {
  vertical-align:top;
  border-width: 1px;
  padding: 0px;
  border-style: solid;
  -moz-border-radius: 0px;
}

#layout-table #middle-column {
  padding: 10px;
}

.generalbox {
  margin-left: 15px;
  margin-right: 15px;
}

#intro.generalbox {
  width: auto;
  margin-left: 15px;
  margin-right: 15px;
}

#content {
  padding-bottom: 15px;
} 


/***
 *** Forms
 ***/

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

#header, 
#header-home {
  margin: 0px;
  border-style: solid;
  border-width: 0px;
  border-bottom-width: 1px;
  width: 100%;
  overflow: hidden;
}

#header-home {
  background: url("main-header-logo-bg.jpg") 0em 0em repeat;
  height: 149px;
}

#header {
  background: url("header-logo-bg.gif") 0em 0em no-repeat;
  height: 38px;
}

.headermain {
  padding-top: 9px;
  padding-left: 180px;
}

#header h1.headermain:before { content: "#:" }

.navbar {
  border: none;
  background: none;
  border-style: solid;
  border-width: 1px;
  height: 28px;
  overflow: hidden;
}

.breadcrumb {
  padding: 8px;
  padding-top: 6px;
}

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

#footer {
  padding: 0px;
  margin: 0px;
  border-style: solid;
  border-width: 0px;
  border-top-width: 1px;
  width: 100%;
  text-align: right;
}

/***
 *** Filters
 ***/

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

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

.sideblock .header {
  border: none;
  background: none;
  border-style: solid;
  border-width: 1px;
}

.sideblock .content {
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-bottomright: 0px;
  padding: 8px;
}


.sideblock {
  margin-bottom: 0px;
  width: 100%;
}

/***
 *** Blogs
 ***/

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

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

/***
 *** Group
 ***/

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

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

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

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

/***
 *** MyMoodle
 ***/

/***
 *** Question
 ***/

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

/***
 *** Tabs
 ***/

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

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

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

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

/***
 *** Modules: Data
 ***/

/***
 *** Modules: Forum
 ***/

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

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

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

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

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

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

#mod-resource-view .resourcepdf {
  padding-top: 0px;
}

.resourcepdf object {
  height: 95%;
  width: 100%;
}

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

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

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

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

/***** mundet2008/styles_layout.css end *****/

/***** mundet2008/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
  mymoodle
  question
  tabs
  user

  various modules

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


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

body, 
table, 
td, 
th, 
li {
  font-family: Verdana, Arial;
  font-size: 11px;
  letter-spacing: 0.02em;
}

a:link,
a:visited, 
a:hover {
  text-decoration: none;
}

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

#header .headermain {
  font-weight: normal;
  font-size: 17px;
}

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

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

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

.block_messages .content .listentry, 
.block_online_users .content .listentry {
  font-size: 0.9em;
}

/***
 *** Blogs
 ***/

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

td.day, .weekdays th {
  font-size: 0.9em;
}

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

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

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

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

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

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

/***
 *** MyMoodle
 ***/

/***
 *** Question
 ***/

/***
 *** Tabs
 ***/

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

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

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

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

/***
 *** Modules: Forum
 ***/

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

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

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

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

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

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

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

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

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

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

/***
 *** Phpinfo display
 ***/
/***** mundet2008/styles_fonts.css end *****/

/***** mundet2008/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:#003399;
}

a.dimmed:link,
a.dimmed:visited {
  color:#AAAAAA;
}
.bottom{
}
a:hover {
  color:#446C86;
}

a.autolink:link,
a.autolink:visited {
  color:#000000;
  background: #DDDDDD;
}

a.autolink.glossary:hover {
  cursor: help;
}
.logininfo{
	color:white;
}
.logininfo a:link{
	color:white;
}

.logininfo a:visited{
	color:white;
}
.logininfo a:hover{
	color:#E2F1FA;
}

body {
  margin: 0px 0px 0px 0px;
  background-image:url(bg.gif);
}

th.header,
td.header,
div.header {
  border-color:#DDDDDD;
  background-color:#B0CDBB;
  padding-top:6px;
  padding-bottom:6px;
  color:#444444;
  font-size:12px;
}

.navbar {
	background-color:#E7F3FF;
	border-top:1px solid #C9DCE8;
	border-color:none;
}

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:#eeeeee;
}
.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-image:url(header.gif);
  background-repeat:no-repeat;
  background-color:#82AD8F;
}

.sideblock .content {
  border-color: #ddeedd;
}

.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:#DDDDDD;
}

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

#calendar .event_course,
.minicalendar .event_course,
.block_calendar_month .event_course {
  border-color:#444444 !important;
  background-color:#eeeeee;
}

#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:#3A3A73;
}

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

#course-view .section .left {
}

#course-view .section .right {
}

#course-view .current .side{
	background-color:#8BA9BC;
}

#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 {
  background: #FFFFFF;
}

.forumpost .left {
  background-color:#C7DAE6;
}

.forumpost .topic {
  border-bottom-color: #EEEEEE;
  background-color:#E2F1FA;
  color:#444444;
}

.forumpost .starter {
  border-bottom-color:#EEEEEE;
  background-color:#E2F1FA;
  color:#444444;
}

.forumheaderlist .discussion .starter {
  background-color:#E2F1FA;
  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;
}/***** mundet2008/styles_color.css end *****/

