/**************************************
 * THEME NAME: orangechoc
 *
 * Files included in this sheet:
 *
 *   orangechoc/orangechoc.css
 **************************************/

/***** orangechoc/orangechoc.css start *****/

/*******************************************************************
Joseph REZEAU (JR) - 26 january 2006 at 10:11 **************
Moodle Theme "orangechoc" for Moodle 1.5+
please do not remove this information
/*******************************************************************
ATTENTION: this style should NOT refer to the standard theme files in its config.php...
 Styles are organised (more or less) into the following sections:
  core
  header
  footer
  admin
  blocks
  calendar
  course
  doc
  login
  message
  tabs
  user
+  various modules from Kubrik &  JR
*******************************************************************/

/*** Core ***/
/* html body etc.*/
html {
  background-image: url("bg.jpg");
  background: #FFFFFF;
  overflow-y: scroll; /*workaround to stop un-needed horiz scrollbar in IE within frame*/	
  scrollbar-face-color: #EFFFFF;
  height: 100.02%;/*workaround to force display of vertical scrollbar in Mozilla at all times*/
}
body {
  background-image: url("bg.jpg");
  color: #333;
  font-size: 100%;
  font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
  margin:auto;
  margin-bottom:125px!important;
  margin-top:5px;
  padding: 0px;
  padding-bottom:10px; 
  width: 760px;
}
#page {
  background-image: url("bg.jpg");
  margin:0px;
  padding:0px;
  padding-bottom:10px;
}
#content {
  background-image: url("bg.jpg");
  background-color:#B7CCD9;
  margin:0px;
  padding:0px;
  padding-bottom:4px;
  padding-top:4px;
}
#footer {
  background-color:#FFFFFF!important;
  font-size:0.8em;
  line-height:1.6em;
  padding-right:5px;
  text-align:right;
}
                            
h1.main, h2.main, h3.main, h4.main, h5.main, h6.main {
  font-weight:bold;
  text-align: center;
}
body, td, th, li {
  font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
  font-size:small;
}
/*for example in lesson mod: td > small > a*/
small {
  font-size:100%;
}

/* layout*/
#layout-table {
  width:100%;
  border-collapse:separate;
  margin-top: 8px;
}
/*DO NOT REMOVE LEFT-COLUMN FORMATTING, needed for chat & quiz left blocks*/
#layout-table #left-column, 
#layout-table #middle-column,
#layout-table #right-column {
  vertical-align:top;
}
#site-index #middle-column {
  padding-left:10px;
  padding-right:10px;
}
#site-index #footer {
}
.clearer {
  background:transparent;
  border:none;
  clear:both;
  font-size:1px;
  height:4px;
  margin:0px;
  padding:0px;
}
h1 {
  font-size: 1.2em;
  margin-bottom:0.6em;
}
h2 {
  font-size: 1.0em;
  margin-bottom:0.8em;
}
h3 {
  font-size:0.9em;
}
h4 {
  font-size:0.85em;
}
/*various deprecated elements*/
.bold {
  font-weight:bold;
}
hr {
  display:none
}
/*-----------------*/
.warning {
  font-weight: bold;
  font-style: italic;
}
.paging {
  text-align: center;
  margin: 10px 0px 10px 0px;
}
.paging a {
}
.pagingbar {
  margin-bottom:0px!important;
  padding-bottom:0px!important;
  padding-top:5px;
  text-align:center;
}
.pagingbar a {
  margin-left: 5px;
  padding-left:2px;
  padding-right:2px;
}
.pagingbar .thispage {
  font-weight: bold;
  padding-left: 10px;
}
.pagingbar .title {
  font-weight: bold;
}
.helplink {
  font-size: inherit;
}
.helplink img {
  vertical-align: middle;
  margin: 0px 2px;
}
.headingblock {
  border:1px solid #336699;
  font-weight: bold;
  padding:5px;
}
#course-view .headingblock {
  display:none;
}

table.files {
  background-color:#FFFFFF
  font-size: inherit;
  margin-bottom:10px;
  margin-top:10px;
}
table.files .header {
  color:#FFFFFF;
}
table.files .folder .size {
  font-weight: bold;
}
#files-index table {
  background-color:#FFFFFF;
}
#files-index table .header {
  background-image:none;
  color:#336699;
}

/* links */
a:link, a:visited {
  border-bottom:1px groove #CCCCCC;
  color:#190055;
  text-decoration:none;
}
/*because MSIE6 does not treat groove the same as MOZ*/
html>body a:link,
html>body a:visited {
  border-bottom-color: #190055;
}
a:hover {
  background-color: #336699;
  border-bottom-color:#336699;
  border-bottom-style: solid;
  color: #EFFFFF;
  text-decoration:none;
}
a.autolink:link, a.autolink:visited {
  background-color:#EFFFFF;
  border-bottom: thin dotted #FF0000;
}
a.glossary.autolink:hover {
  background-color:#FF4D00;
  border-bottom: thin solid #FF0000;
  cursor: pointer;
}

/*to fight back potential pesky autolinks within nolink tags!!!*/
.nolink a{
  background-color:inherit!important;
  border:none!important;
  color:inherit!important;
  cursor:default!important;
  font-weight:inherit!important;
}
a.dimmed:link, a.dimmed:visited {
  color: #999999;
  text-decoration:none;
}
a:link img,
a:visited img   {
  border:none;
}
/* ---------------------------------------------- */
.continuebutton {
  text-align: center;
}
form {
  margin-bottom:0px;
}
form.popupform {
  display: inline;
}
table {
  border-spacing: 0px;
  border-collapse: collapse;
}
/* notification messages (can be good or bad) */
.notifyproblem {
  border:2px solid red;
  color:red;
  padding: 10px;
  text-align: center;
}
.notifysuccess {
  color:#006600;
  padding: 10px;
  text-align:center;
}
.required {
  background-color:#DDDDDD;
}
.noticebox,
.errorbox {
  border:2px solid #FF4D00;
}
.errorbox {
  color:#ffffff;
  margin: 1em 15%;
  text-align:center;
  width: 70%;
}
.errorbox td {
  background-color:#FF4D00;
}
.errorbox .title {
  font-weight: bold;
  font-size: inherit;
  text-align: center;
  padding: 5px;
}
.informationbox {
  border:1px solid #DDDDDD;
}
.feedbackbox {
  border:1px solid #888888;
}
.feedbackby {
  background-color:#BBBBBB;
}
.initialbar {
  text-align: center;
}
#help {
  margin-top:15px;
  width:auto;
}
#help .indent {
  margin-left:3em;
}
.tabledivider {
}
.sitetopic {
  margin-bottom:20px;
}
.sitetopiccontent {
  background-color:#FFFFFF;
  border:1px solid #DDDDDD;
}
table.formtable {
  margin: auto;
}
table.formtable tbody th {
  font-weight: normal;
  text-align: right;
  vertical-align: top;
}
table.formtable tbody td,
table.formtable tbody th {
  padding: 5px;
}

/* general table rows and cells*/
.cell {
  vertical-align: top;
}
/* Alternate rows even */
.r0 {  
  background-color:#ECF1F5;
}
/* Alternate rows odd */
.r1 {  
  background-color:#FFFFFF;
}
th.header,
td.header,
div.header {
}
/* navigation */
.navbar {
  background-color:#6A6A5A;
  background-image:url(choc_gradient01.gif);   
  background-position:top;  
  background-repeat:repeat-x;   
  height:1.9em;
  width:100%;
}
.navbar a {
  color:#FFFAE6;
}
.navbar .breadcrumb {
  float:left;
  padding-top:0.2em;
}
.navbar .navbutton, .navbar .menu {
  float:right;
  padding-right:5px;
}
/* ------------------------------------ */
table.formtable tbody th {
  background: none;
}
.highlight {
  background-color:#8CA9C1;
}
.highlight2 {
  color:#AA0000; /* highlight missing terms in forum search */
}
#mod-quiz-review td p {
  text-align:left;
}
#header,
#header-home,
#footer,
.generalbox,
.sideblock {
  background-color:#FFFFFF;
  border-color:#336699;
  border-style:solid;
  border-width:1px;
  border-left-color: #ECF1F5;
  border-top-color: #ECF1F5;
}
.generalbox#intro {
  width:90%;
}
.dimmed_text {
  color:#AAAAAA;
}
.teacheronly {
  color:#990000;
}
.unread {
  background: #FFD991;
  padding-right:2px;
}  
.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 ***/
#header,
#header-home {
  background-color:#8CA9C1!important;
  color:#336699;
  float:left;
  margin: 0px;
  padding:0px;
  padding-left:5px;
  padding-bottom:0.4em;
  padding-top:0.2em;
}
.headermain {
  float:left;
  font-size: inherit;
  font-weight:bold;
}
.headermenu {
  float:right;
  text-align:right;
}
.logininfo,
#header-home .headermenu font {
  font-size: inherit;
}
.logininfo {
  padding-right:2px;
}
#site-index .headermenu {
  float:none;
}
#site-index .logininfo {
  padding-bottom: 5px;
}
.breadcrumb {
  color:#ECF1F5;
  font-size: inherit;
  font-weight:bold;
  padding-left:5px;
}
.breadcrumb a:link, .breadcrumb a:visited {
  color:#FFCC00;
}
#footer .navbar {
}
/*reportlink a:link etc. formatted like home button*/
.reportlink {
  font-size:12px;
  padding-top:2px;
  text-align:right;
}

/*** Footer ***/
.performanceinfo {
  font-size: inherit;
  margin: 2em;
}
.performanceinfo span {
  display: block;
}
.sitelink {
  text-align:center;
  margin-top:0px;
  padding-top:0px;
}
.homelink {
  display:none;
}
/* ------------------------------------------- */
.homelink a:link, .homelink a:visited,
.reportlink a:link, .reportlink a:visited{
  background-color:#336699;
  color:#ECF1F5;
  border-bottom:1px solid black;
  border-left:1px solid white;
  border-right:1px solid black;
  border-top-color: white;
  border-top-style:solid;
  border-top-width:1px;
  padding-bottom:2px;
  padding-left:10px;
  padding-right:10px;
  padding-top:2px;
}
.homelink a:hover, 
.reportlink a:hover {
  color:#ECF1F5;
  background-color:#FF4D00;
  text-decoration: none;
}

/*** Admin ***/
#admin-blocks table#incompatible td.c0 {
  font-weight: bold;
}
#admin-index .generalbox {
  width:100%;
} 
#admin-index .generalbox font {
  font-size:small;
  line-height:140%;
} 
#admin-index .r0 {
  background-color:#ECF1F5;
} 
#admin-index .r1 {
  background-color: #FFFFFF;
}
#admin-module .generalbox,
#admin-modules .generalbox {
  width:95%;
} 
#admin-modules .generaltable td.cell,
#admin-modules .generaltablecell {
  padding-top: 2px;
  padding-bottom: 2px;
} 
#admin-blocks table#blocks,
#admin-blocks table#incompatible {
  width: 70%;
  margin: auto;
}

#admin-blocks table#blocks th,
#admin-blocks table#incompatible th,
#admin-blocks table#blocks td.cell,
#admin-blocks table#incompatible td.cell {
  padding: 4px;
  text-align: center;
  vertical-align: middle;
} 

#admin-blocks table#blocks td.c0,
#admin-blocks table#blocks th.c0,
#admin-blocks table#incompatible td.c0,
#admin-blocks table#incompatible th.c0 {
  text-align: left;
}

#admin-blocks 
#admin-config .confighelp {
  display: block;
  padding-bottom: 20px;
}

.admin .generalboxcontent {
  background-color:#FFFFFF; 
}

.admin .generalbox {
  border-color:#BBBBBB; 
}

.admin .informationbox {
  border-color:#BBBBBB; 
  background-color:#FFFFFF; 
}

/*alternate rows shown in # colors*/
#admin-blocks table#blocks .r0,
#admin-blocks table#incompatible .r0 {
  background-color: #ECF1F5;
}
#admin-blocks table#blocks .r1,
#admin-blocks table#incompatible .r1 {
  background-color: #FFFFFF;
}
#admin-blocks table#incompatible td.c0 {
  color: #ff0000;
}
#admin-config #content table.generalbox {
  margin-top:10px;
}
#admin-lang #content {
  background-color:#ECF1F5;
}
#course-scales .generalbox {
  width:auto
}
/*** Blocks ***/
/* side block: header content footer*/
.sideblock {
  margin-bottom:5px;;
  width: 100%;
}
.sideblock .header {
  border:1px solid #336699;
  font-weight: bold;
  padding:4px;
}
.editing .sideblock .header {
  padding-bottom:0px;
}
.sideblock .header .hide-show {
  float:right;
}
.sideblock .header .hide-show img.hide-show-image {
  background-image:url(pix/t/switch_minus.gif);
  height:11px;
  margin-top:0.25em;
  width:11px;
}
.sideblock.hidden .header .hide-show img.hide-show-image {
  background-image:url(pix/t/switch_plus.gif);
}
.sideblock .header .commands a {
  margin-left:2px;
  margin-right:2px;
}
.sideblock .content {
  background-color:#FFFFFF;
  font-size: 85%;
  line-height:1.2em;
  padding: 4px;
}
.sideblock .content .head {
  margin-top: 10px;
}
.sideblock .content a {
  border-bottom-style:none;
}
.sideblock .content h3, .sideblock .content h2 {
  text-align: left;
}
.sideblock .footer {
  text-align:right;
}
.sideblock .footer a {
  line-height:1.6em;
}
.sideblock .footer a {
  border-left:6px solid #FF4D00;
}
.sideblock .date {
  font-style: italic;
}
.sideblock .list {
  width: 100%;
}
.sideblock .list a {
  font-size: 85%;
}
.sideblock .list .c0{
  padding: 2px;
}
/*- to set an orange border-left -*/
.block_activity_modules .content,
.block_admin .content,
.block_course_list .content {
  padding-left:0px!important;
  padding-right:0px!important;
}
.block_admin .content a,
.block_activity_modules .content a,
.block_course_list .content .list a {
  padding-left:8px;
 }
.block_admin .content a:hover ,
.block_activity_modules .content a:hover ,
.block_course_list .content .list a:hover  {
  border-left-color:#FF4D00;
  border-left-style:solid;
  border-left-width:8px;
  padding-left:0px;
}
.block_course_summary .content {
  background-color:#FFCC00!important;
}
.block_site_main_menu .footer select {
}
.block_online_users .listentry {
  background-color:white;
  padding-top:5px;
  text-align:left;
}
.block_online_users .content center{
  text-align:left;
}
.blockconfigtable {
  background-color:#FFFFFF;
  background-color:#FFFFFF;
  border-bottom:1px solid;
  border-color:#AAAAAA;
  border-left:1px solid;
  border-right:1px solid;
  margin-top: 0;
}
.blockconfiginstancecontent div{
  background-color:#336699;
}
.blockconfiginstancecontent .tabs {
  margin-bottom: 0px;
}
.block_quiz_results,
.block_quiz_results a  {
  font-size:85%;
}
.block_quiz_results h1 {
  font-size:small;
}
.block_quiz_results caption {
  text-align:left
}
.block_news_items .newlink {
  background-color:#ECF1F5;
  text-align:left;
}
.block_news_items .name {
  background-color:#ECF1F5;
  font-weight:bold!important;
  text-align:left;
}
.block_news_items .info a:link,
.block_news_items .info a:visited {
  border-left:6px solid #FFCC00;
}
.block_news_items .info a:hover {
  background-color:#336699;
}
.block_glossary_random .content h2 {
  margin-bottom:2px;
  margin-top:2px;
}
.block_glossary_random .footer {
  border-top:1px solid #336699;
}
#left-column .hidden .content,
#right-column .hidden .content  {
  display: none;
}

/*** *** Calendar ***/
#calendar {
  margin-left:auto;
  margin-right:auto;
  padding-top:10px;
  width: 90%;
}
#calendar td.maincalendar {
  border-right:5px;
  border-right-color:#B7CCD9;
  border-right-style:solid;
}
#calendar .header {
  font-weight:bold;
  padding: 5px;
}
#calendar .maincalendar .day {
  font-weight: bold;
}
#calendar .maincalendar .eventlist {
  padding: 10px;
}
#calendar .maincalendar .eventlist .event .referer {
  font-weight:bold;
}
#calendar .maincalendar .eventlist .event .description .commands {
  text-align: right;
}
#calendar .sidecalendar .filters a {
  font-size:85%;
}
.block_calendar_month .filters td {
  margin:0px;
  padding:0px;
}
.block_calendar_month .filters td a {
  font-size: xx-small;
}
.block_calendar_month .calendar-controls a {
  font-size:85%;
  font-weight:bold;
}
#calendar .maincalendar td {
  font-size: 85%;
}
table.minicalendar th,
table.minicalendar td {
  font-size: xx-small;
}
.cal_popup_caption {
  border-width:0px 0px 1px 0px;
  border-style:solid;
  font-family: Verdana,sans-serif;
  font-size: xx-small;
  font-weight:bold;
  padding-bottom:2px;
}
.cal_popup_close {
  font-family:sans-serif;
  font-size: xx-small;
  font-weight:bold;
  margin-right:5px;
}
#calendar .maincalendar, 
.calendar-controls .current {
  font-weight: bold;
}
#calendar h2,
#calendar h3 {
  font-size: xx-small;
  text-align: center;
}
#calendar .maincalendar,
#calendar .sidecalendar {
  vertical-align: top;
  border: 1px solid;
  padding: 0px;
}
#calendar .sidecalendar {
  width: 25%;
}
#calendar .maincalendar table.calendarmonth {
  border-collapse: separate;
  margin: 0px auto;
  width: 98%;
}
#calendar .maincalendar table.calendarmonth th {
  padding:10px;
  border-bottom:2px solid;
}
#calendar .maincalendar table.calendarmonth td {
  height: 5em;
  padding-left: 4px;
  padding-top: 4px;
  line-height:1.2em;
}
#calendar .maincalendar table.calendarmonth td,
table.minicalendar td,
table.minicalendar th {
  width:14%;
  vertical-align:top;
}
table.minicalendar td {
  text-align: center;
}
#calendar .maincalendar table.calendarmonth td table td {
  height: auto;
}
#calendar .maincalendar .buttons {
  float: right;
}
#calendar .maincalendar .filters table,
#calendar .sidecalendar .filters table,
.sideblock.block_calendar_month .filters table
{
  border-collapse:separate;
  border-spacing: 2px;
  padding: 2px;
  width: 100%;
}
div.block_calendar_month div.content {
  padding-top:5px!important;
}
.calendar-controls a {
  padding-left:0px!important;
}
#calendar .maincalendar .filters {
  padding: 0px 10px;
}
#calendar .sidecalendar .filters {
  padding: 5px;
}
#calendar .maincalendar .controls {
  clear:both;
  padding:10px;
}
#calendar .maincalendar table.calendarmonth ul.events-new,
#calendar .maincalendar table.calendarmonth ul.events-underway {
  padding:0px;
  margin:0px;
  list-style-type:none;
}
#calendar .maincalendar table.calendarmonth ul li {
  margin-top: 4px;
}
.minicalendarblock {
  padding: 0px 4px;
}
table.minicalendar {
  border-color:#336699;
  margin: 10px auto;
  border-width:1px;
  border-style:solid;
  border-collapse:separate;
  border-spacing:1px !important;
  padding:0px;
  width: 100%;
}
table.minicalendar th {
  padding: 0px 2px;
}
#calendar .maincalendar .eventlist .topic {
  padding: 5px;
  border-style:solid; 
  border-width: 0px;
  border-bottom-color: #FFFFFF;
  border-bottom-width: 1px;
}
#calendar .maincalendar .eventlist .event {
  width:100%;
  margin-bottom:10px;
  border-spacing:0px;
  border-collapse:separate;
  border-width:1px;
  border-style:solid;
}
#calendar .maincalendar .eventlist .event .name {
  float:left;
}
#calendar .maincalendar .eventlist .event .course {
  float:left;
  clear:left;
}
#calendar .maincalendar .eventlist .event .date {
  float:right;
}
#calendar .maincalendar .eventlist .event .description .commands {
  width:100%;
}
#calendar .maincalendar .eventlist .event .description {
  padding:5px;
}
#calendar .maincalendar .eventlist .event .picture {
  padding:8px;
}
#calendar .maincalendar .eventlist .event .side {
  width:32px;
}
#calendar #selecteventtype table {
  margin:auto;
}
#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 !important;
}
#calendar .duration_global,
#calendar .duration_course,
#calendar .duration_group,
#calendar .duration_user,
.minicalendar .duration_global,
.minicalendar .duration_course,
.minicalendar .duration_group,
.minicalendar .duration_user {
  border-top:1px solid !important;
  border-bottom:1px solid !important;
}
#calendar .today,
.minicalendar .today {
  border:1px solid !important;
}
.cal_popup_bg {
  border-color:#000000;
  background-color:#FFFFFF;
  padding:0px;
  margin:0px;
  border:1px solid;
}
.cal_popup_fg {
  background-color:#FFFFFF;
}
table.calendar-controls {
  width: 100%;
}
table.calendar-controls .previous,
table.calendar-controls .next {
  width: 12%;
}
table.calendar-controls .previous {
  text-align: left;
}
table.calendar-controls .current {
  text-align: center;
}
table.calendar-controls .next {
  text-align: right;
}

#calendar .maincalendar .calendar-controls .previous,
#calendar .maincalendar .calendar-controls .next
{
  width: 30%;
}


#calendar .maincalendar,
#calendar .sidecalendar {
background-color:#ECF1F5;
  border-color: #330000;
}

#calendar .maincalendar table.calendarmonth th {
  border-color: #336699;
}


#calendar .maincalendar .eventlist .event {
  border-color:#DDDDDD;
}

#calendar .maincalendar .eventlist .event .topic,
#calendar .maincalendar .eventlist .event .picture,
#calendar .maincalendar .eventlist .event .side {
  background-color:#FFFFFF;
}

#calendar .maincalendar table.calendarmonth ul.events-underway {
  color:#999999;
}
#calendar .event_global,
.minicalendar .event_global,
.block_calendar_month .event_global {
  border-color:#336699 !important;
  background-color:#336699;
}

#calendar .event_course,
.minicalendar .event_course,
.block_calendar_month .event_course {
  background-color:#FF4D00;
}

#calendar .event_group,
.minicalendar .event_group,
.block_calendar_month .event_group {
  background-color:#FFCC00;
}

#calendar .event_user,
.minicalendar .event_user,
.block_calendar_month .event_user {
  background-color:#B7CCD9;
}
#calendar .event_course a,
#calendar .event_global a,
#calendar .event_group a,
#calendar .event_user a {
  font-size:85%;
  font-weight:normal;
}

#calendar .duration_global,
.minicalendar .duration_global {
  border-top-color:#336699 !important;
  border-bottom-color:#336699 !important;
}

#calendar .duration_course,
.minicalendar .duration_course {
  border-bottom-color:#FF4D00 !important;
}

#calendar .duration_group,
.minicalendar .duration_group {
  border-top-color:#FFCC00 !important;
  border-bottom-color:#FFCC00 !important;
}

#calendar .duration_user,
.minicalendar .duration_user {
  border-top-color:#B7CCD9 !important;
  border-bottom-color:#B7CCD9 !important;
}

#calendar .weekend,
.minicalendar .weekend {
  color:#FF0000;
}

#calendar .today,
.minicalendar .today {
  border-color:#000000 !important;
}


#calendar .maincalendar .filters table,
#calendar .sidecalendar .filters table,
.block_calendar_month .filters table {
  background-color: #FFFFFF;
}

/*** *** Course ***/
#course-index .coursebox {
  background-color:#ECF1F5;
}
#course-view .section {
  font-size: inherit;
  line-height:1.2em;
}
#course-view .section .activity {
  padding:0.2em 0;
}
#course-view .section .activity a {
  line-height:1em;
}
#course-view .section .left {
  font-weight:bold;
  text-align:right;
}
.activitydate, .activityhead {
  font-size: inherit;
}
.weeklydatetext {
  font-size: inherit;
  font-weight:bold;
}
.coursebox .info {
  font-size: inherit;
}
.coursebox .teachers,
.coursebox .cost {
  font-size: inherit;
}
.coursebox .summary {
  font-size: inherit;
}
#course-recent table.generalbox {
  margin-bottom:0px;
  margin-top:0px!important;
}
#course-recent h2.main {
  font-size: inherit;
}
#course-view .section td {
  vertical-align:top;
}
#course-view .section .side {
  padding:5px;
  width:10px;
}
#course-view .current .side{
  background-color:#FFCC00;
}
#course-view .section .spacer {
  background-color:transparent!important;
  height:0.5em;
}

#course-view .section .weekdates {
  color:#336699;
}
.section .activity img.activityicon {
  vertical-align:middle;
  height:16px;
  width:16px;
}
.section img.movetarget {
  height:16px;
  width:80px;
}
#course-view .unread {
  margin-left: 3em;
} 
#course-enrol .generalbox {
  margin-top: 20px;
}
#course-enrol .coursebox {
  margin-top: 20px;
}
#course-user .graph {
  text-align: center;
}
#course-user .section, 
#course-user .content {
  margin-left: 30px;
  margin-right: 30px;
}
#course-user .section {
  background-color:#FFFFFF;
  padding:10px;
  margin-bottom: 20px;
}
#course-user .section td{
  border-bottom:1px solid #336699;
  font-size:85%;
}
#course-user .section h2 {
  margin-top: 0px;
}
#course-user .header {
  background-image:none;
  color: #FFFFFF; /*modifié le 03 déc. sinon invisible, noir sur marron foncé!*/
  font-size:x-small;
}
#site-index .headingblock,
#course-view .headingblock {
  margin-bottom: 9px;
}
.courseboxcontent .summary {
  font-size:85%;
  width:35%;
}
.coursebox {
  margin-bottom: 8px;
}
#site-index .categorybox {
  background-color:#ECF1F5;
}
.categorybox .category {
  font-size: inherit;
  font-weight:bold;
}
.categoryboxcontent,
.courseboxcontent {
  border-width:1px;
  border-style:solid;
}
.courseboxcontent .cost {
  padding-top: 20px;
}

/* course, entry-page, login */
.headingblock {
  border-color:#DDDDDD;
  color:#FFFFFF;
}

/* course */
.headingblock .outline {
  border-color:#DDDDDD;
}
#course-view .section .content,
#site-index .coursebox,
#mod-quiz-attempt #timer .generalbox {
  background-color:#ECF1F5;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #336699;
  border-left-color: #ECF1F5;
  border-left-style:solid;
  border-left-width:1px;
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: #336699;
  border-top-color: #ECF1F5;
  border-top-style:solid;
  border-top-width:1px;
  padding:5px;
}
#course-view .topics,
#course-view .weeks {}
#course-view .topics .content,
#course-view .weeks .content {
  background-color:#ECF1F5;
}
.categoryboxcontent,
.courseboxcontent {
  border-color:#DDDDDD;
}
#course-user .section {
  border-color:#AAAAAA;
}

/*** *** Doc ***/
#doc-view {
  background-color:#ECF1F5;
}
#doc-view a:hover {
  background-color:transparent;
  border:none;
}
#doc-contents #content {
}
#doc-contents h1 {
  font-size: inherit;
}
#doc-contents ul {
  color:#00CC00;
  font-size: inherit;
}
#doc-contents h1 {
  margin: 1em 0px 0px 0px;
}
#doc-contents ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  width: 90%;
}

/*** *** Grades ***/
#grade-index #content table {
  width:96%;
}
#grade-index #content tr.header {
  background-color:#FFFFFF;
}
#grade-index #content tr {
  background-color:#ECF1F5;
}
#grade-index #content .tabs tr {
  background-color:#336699;
}
#grade-index .grades .header {
  background-color:#FFFFFF;
  font-weight: bold;
  font-size: 85%;
}
#grade-index .grades {
  border-color:black;
  background-color:#FFCC00;
  border-width:1px;
  border-style:solid;
  border-collapse: separate;
}
#grade-index .grades td {
  border-width:0px 1px 0px 1px;
  border-style:solid;
  border-collapse: collapse;
}
#grade-index .grades .header {
  vertical-align: top;
}
#grade-index .grades .points,
#grade-index .grades .percent,
#grade-index .grades .weighted {
  text-align: right;
}
#grade-index .grades td,
#grade-index .grades th {
  border-color:#e0e0e0;
  font-size:85%;
}
#grade-index font{
  font-size:inherit;
}
#grade-index a font{
  font-size:85%;
}

/*** *** Login ***/
#login-index .content {
  background-color:#FFFFFF;
  font-size: inherit;
}
.loginbox .content {
  border-color:#DDDDDD;
  border-style:solid;
  border-width:1px;
  padding:15px;
}
.login #content {
  padding-top:15px;
}
/*** *** Message ***/
.message .link {
  font-size: inherit;
}

.message_form {
  font-size: inherit;
}

.message .heading {
  font-size: inherit;
  font-weight:bold;
}

.message .date,
.message .contact,
.message .summary {
  font-size: inherit;
}

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

.message .author {
  font-weight: bold;
  font-size: inherit;
}
.message .time {
  font-style: italic;
  font-size: inherit;
}
.message .content {
  font-size: inherit;
}
#message-user .commands span {
  font-size: inherit;
  white-space:nowrap;
}
#message-user .name {
  font-weight: bold;
  font-size: inherit;
}
.message .link {
  vertical-align:middle;
}

table.message .searchresults td {
  padding:5px;
  border-width:1px;
  border-style:solid;
  border-collapse:collapse;
  border-spacing:0px;
}
.message .summary .link {
  text-align:right;
}
.message .heading {
  text-align:center;
}

.message .note {
  text-align:center;
  padding:10px;
}

#message-user .commands span {
  margin-left:10px;
  margin-right:10px;
}

#message-messages {
  padding:10px;
}


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 td {
  font-size: 85%;
}
.logtable th {
  font-size: inherit;
}

.logtable td, .logtable th {
  padding-left: 10px;
  padding-right: 10px;
  text-align:left;
}

.logtable th {
}
.logtable .r1 {
  background-color:#FFFFFF;
}


/*** Tabs ***/
.tablink {
  font-size:85%;
}
.tablink a:link, .tablink a:visited {
  border:1px;
  border-color:#FFCC00;
  border-style:solid;
  color:#ECF1F5;
  display: block;
  padding-bottom:2px;
  padding-left:5px;
  padding-right:5px;
  padding-top:2px;
/*  position:relative; removed JR 25 Jan. 2006: caused a pb in MSIE*/
}
.tablink a:hover, .tabrow .selected {
  background-color:#FFCC00;
  text-decoration: none;
}
/*JR to center this table, set margins to auto!*/
.tabs {
  margin-left:auto; 
  margin-right:auto;
  margin-bottom: 15px;
  border-collapse: collapse;
}
.tabs td {
  padding: 6px;
}
.tabrow {
  border-collapse:collapse;
  width:100%;
  margin: 1px 0px 0px 0px;
}
.tabs .side,
.tabrow td {
	border:none;
  }
/* DEV over-ride tab gifs in standard theme*/
.tabrow td,
.tabrow td .tablink,
.tabrow td:hover,
.tabrow td:hover .tablink,
.tabrow .last,
.tabrow .selected,
.tabrow .selected .tablink,
.tabrow td.selected:hover,
.tabrow td.selected:hover .tablink {
  background-image:none;
}
.tabrow td .tablink {
  padding-bottom:2px;
  padding-top:2px;
  text-align:center;
  text-decoration:none;
}
.tabrow .last {
  background: transparent;
  display:block;
  float:left;
}
.tabrow .inactive {
  color:#999999;
}   
.tabrow .selected .tablink {
  font-weight:bold;
  padding-left:10px;
  padding-right:10px;
}
.selected .tablink a:link, .selected .tablink a:visited {
  color:#ECF1F5;
}
.tabs {
  background-color:#336699;
}
.tabrow td {
  padding:2px;
}
.tabrow td .tablink {
  background:#336699;
}
.tabrow .selected {
  background-color:#336699;
}
.tabrow .selected .tablink, .tablink a:hover {
  background-color: #FFCC00;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #336699;
  border-left-color: #ECF1F5;
  border-left-style:solid;
  border-left-width:1px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #336699;
  border-top-color: #ECF1F5;
  border-top-style:solid;
  border-top-width:1px;
  color:#336699!important;
}
.tabrow td.selected:hover {
}
.tabrow td.selected:hover .tablink {
}

/*** User ***/
.userinfobox .username {
  font-weight: bold;
}

.userinfobox .links {
  font-size: inherit;
}

#user-index #longtimenosee {
  font-size: inherit;
}

.userpicture {
}

.userinfobox {
  background-color:#ECF1F5;
}
.groupinfobox {
  background-color:#ECF1F5;
}
.userinfobox {
  margin-bottom:5px;
  border-width: 1px;
  border-style: solid;
  border-collapse: separate;  
}

.userinfobox .left {
  padding: 10px;
  width: 100px;
  vertical-align: top;
}

.userinfobox .content {
  padding: 10px;
  vertical-align: top;
}

.userinfobox .links {
  width: 100px;
  padding: 5px;
  vertical-align: bottom;
}

.userinfobox .list td {
  padding: 3px;
}

.userinfobox .username {
  padding-bottom: 20px;
}  


table.userinfobox {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}

table.groupinfobox {
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
  border-width:1px;
  border-style:solid;
  margin-bottom: 20px;
}

.groupinfobox .left {
  padding: 10px;
  width: 100px;
  vertical-align: top;
}

#user-index h2 {
  text-align: center;
}

#user-index #longtimenosee,
#user-index #showall {
  text-align: center;
}

#user-index #showall {
  margin: 10px 0px;
}

#user-index table#teachers, #user-index table#students {
  margin: auto;
  width: 80%;
}
#user-index table#teachers td,
#user-index table#teachers th,
#user-index table#students td,
#user-index table#students th {
  vertical-align: middle;
  text-align: left;
  padding: 4px;
}

#user-index table.controls {
  width: 100%;
}
#user-index table.controls tr {
  vertical-align: top;
}
#user-index table.controls td.right,
#user-index table.controls td.left {
  padding: 4px;
}
#user-index table.controls .right {
  text-align: right;
}
#user-index td.links {
  font-size:85%;
}
/*** Modules: Assignment ***/

#mod-assignment-view #intro .generalboxcontent{
  background-color:#ECF1F5;
  padding:10px;
}
#mod-assignment-index .cell {
  font-size: inherit;
}
#mod-assignment-view .reportlink {
  margin:5px;
}
#mod-assignment-submissions table.submissions td,
#mod-assignment-submissions table.submissions th {
  font-size:85%
}
/*** *** Modules: Chat ***/

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

/*** *** Modules: Choice ***/
#mod-choice-index .cell {
  font-size: inherit;
}
#mod-choice-view form {
  background-color:#ECF1F5;
}
/*** *** Modules: Forum ***/
.forumpost {
  margin-top: 15px;
  font-size: inherit;
}
.forumpost .topic .subject {
  color:#FF4D00;
  font-weight: bold;
  font-size: 85%;
}
.forumpost .topic .author {
  font-size: 85%;
}
.forumpost a:hover {
  color:white!important;
}
.forumpost:hover .topic .subject {
    font-weight: bold;
    color: #336699;
}
.forumpost .commands, .forumpost .commands a,
.forumpost .footer a {
    color: #999;
}
.forumpost .author, .forumpost .author a {
    color: #777;
}

.forumpost:hover .commands a,
.forumpost:hover .author a,
.forumpost:hover .footer a {
    color: #190055;
}

.forumpost:hover .commands,
.forumpost:hover .author {
    color: #190055;
}

.forumthread {
  font-size: inherit;
  line-height:1.5em;
}
.forumnodiscuss{
}
.forumpost .commands,
.forumpost .link {
  font-size: inherit;
}
.forumheaderlist .discussion .lastpost {
  font-size: inherit;
}
#mod-forum-search .introcontent {
  font-weight:bold;
}
#mod-forum-index .generalbox .cell {
  font-size: 85%;
}


.forumpost .topic {
  padding: 4px;
  border-style:solid;
  border-width: 0px;
  border-bottom-width: 1px;
}

.forumpost .commands {
  padding-top: 0.5em;
  text-align:right;
  clear: both;
}

.forumpost .ratings {
  padding-top: 1em;
  text-align:right;
}

.forumpost .attachments {
  padding: 7px;
  text-align:right;
}


.forumpost .footer {
  padding-top: 0.5em;
  text-align:right;
}

.forumpost .link {
  padding-top: 0.5em;
  text-align:right;
}
.mod-forum .indent {
  margin-left: 20px;
}
#mod-forum-discuss .forumthread {
  background-color:#ECF1F5;
  border-left-color:transparent;
  border-left-style:solid;
  border-left-width:8px;
  font-size:85%;
}
#mod-forum-discuss .forumthread:hover {
  background-color:#ECF1F5;
  border-left-color:#FF0000;
  border-left-style:solid;
  border-left-width:8px;
  font-size:85%;
}

#user-view .forumpost,
.course .forumpost {
  width: 100%;
}

#mod-forum-search .c0 {
  text-align: right;
}

#mod-forum-search .introcontent {
  padding: 15px;
}

.forumolddiscuss {
  text-align: right;
}

.forumheaderlist {
  width: 100%;
}

.forumheaderlist td {
  border-width:1px 0px 0px 1px;
  border-style:solid;
}

.forumheaderlist .replies {
  text-align: center;
  white-space: nowrap;
}

.forumheaderlist .picture {
  width: 35px;
}

.forumheaderlist .discussion .starter {
  vertical-align: middle;
}

.forumheaderlist .lastpost {
  white-space: nowrap;
  text-align: right;
}

.forumheaderlist .discussion .author {
  white-space: nowrap;
}
.forumolddiscuss {
  text-align:right;
}
.forumaddnew, .forumnodiscuss, .noticeboxcontent {
  padding-bottom:10px;
  text-align:center;
}
#mod-forum-view .unread {
  padding-left: 3px;
  padding-right: 3px;
}
#mod-forum-discuss .forumpost.unread .content {
  border-style: solid;
  border-width: 2px;
}
#mod-forum-index .unread img,
#mod-forum-view .unread img 
{
  margin-left: 5px;
}

#email .unsubscribelink {
  margin-top:20px;
  border-width: 0px 1px 0px 0px;
  border-style: solid;
  text-align:center;
}

.forumheaderlist, .forumpost {
  border-collapse:separate;
  border-color:#DDDDDD;
  border-style:solid;
  border-width:1px;
}
.forumpost .content {
  background: #FFFFFF;
  padding: 4px;
}
.forumpost .left {
  padding: 4px;
  text-align: center;
  vertical-align: top;
  width: 35px;
}

.forumpost .topic {
  background:#FFFFFF; 
  border-bottom-color: #FFFFFF;
}
.forumpost .starter {
  background:#FFCC00; 
}
.forumheaderlist .discussion .starter {
  background:#FFFFFF; 
}

.forumheaderlist td {
  border-color: #FFFFFF;
}

.forumthread .unread {
  background: #FFD991;
}
#mod-forum-discuss .forumpost {
  background: none;
  padding-right:4px;
}
#mod-forum-discuss .forumpost.unread .content {
  border-color: #FFD991; 
} 
#mod-forum-discuss .forumthread .unread {
} 
#mod-forum-index .unread {
}

/*** Modules: Glossary ***/
#mod-glossary-view #content {
  margin-bottom:0px;
  padding-bottom:0px;
}
#mod-glossary-view #page {
  margin-bottom:0px;
  padding-bottom:0px;
}

#mod-glossary-view #intro {
  margin-bottom:5px;
}
#mod-glossary-view .glossarydisplay .entrybox {
  background-color:#ECF1F5;
}
#mod-glossary-view .glossarydisplay .categoryheader {
  background-color:#FFCC00;
}
.tabrow {  
  background-color:transparent;
}

.glossarypost .commands {
  font-size: inherit;
}
.glossarypost .entryheader .author, .glossarypost .entryheader .time {
  font-size: inherit;
}
.glossarypost .entryheader .time {
  font-size: inherit;
}
.glossarypost .dictionary {
  font-size: inherit;
}
.concept {
  font-weight: bold;
}
.glossarycomment .time {
  font-size: inherit;
  font-style: italic;
}
.entrylowersection .aliases {
  font-size: inherit;
  text-align:center;
}
.entrylowersection .icons,
.entrylowersection .ratings {
  font-size: inherit;
}

#mod-glossary-index .cell {
  font-size: inherit;
}
.glossarypopup {
  font-size: inherit;
  width: 95%;
}
.glossarypost {
  background-color:#ECF1F5;
  border-width:1px;
  border-style:solid;
  border-collapse:separate;
  font-size: inherit;
  margin-bottom: 5px;
  text-align: left;
  width: 95%;
}
.glossarypost .commands {
  width: 200px;
  white-space: nowrap;
}
.entrylist {
  border-width:0px;
}
.entrylowersection {
  padding-top: 10px;
}
.entrylowersection table{
  width: 100%;
}
.entrylowersection .icons,
.entrylowersection .ratings {
  text-align:right;
  padding-right: 5px;
}
.icons a {
  padding-right:5px;
}
.entrylowersection .ratings {
  padding-bottom: 2px;
}
.categoryheader {
  background-color: #dddddd;
  width: 95%;
}
.glossaryformatheader {
  background-color:#FF4D00!important;
  line-height:140%;
  width: 90%;
}
.glossarycomment {
  border-color: #DDDDDD;
  border-width:1px;
  border-style:solid;
  border-collapse:separate;
  margin-bottom: 5px;
  text-align: left;
}
.glossarycomment .entry {
  background-color:#FFFFFF;
  padding: 3px;
}
.glossarycomment .picture {
  width: 35px;
}
.glossarycomment .icons {
  text-align: right;
}
.glossarydisplay {
  width:70%;
}
.glossarydisplay .separator {
  width: 4px;
}
.glossaryapproval {
  width: 100%;
}
.mod-glossary .tabs {
  margin-bottom: 0px;
}
.mod-glossary .tabs .side {
  border-style: none;
  border-width: 0px;
  width: auto;
}
.entrybox {
  border-color: #BBBBBB;
}
.entry {}
.glossarypost {
  border-color: #DDDDDD;
}

.glossarypost .entryheader,
.glossarypost .entryapproval,
.glossarypost .picture,
.glossarypost .entryattachment,
.glossarypost .left {
  background-color: #ECF1F5;
}
.glossarycomment .entryheader,
.glossarycomment .picture,
.glossarycomment .left {
  background-color: #ECF1F5;
  font-size:85%;
}
.glossarypost .entry {
  padding:5px;
}
.glossarypost .picture {
  width: 35px;
}
#mod-glossary-report .generalbox .teacher {
  background: #ECF1F5;
}
.glossaryformatheader {
  background-color: #dddddd;
}
#mod-glossary-showentry {
  width:auto;
}
/*JR to hide potentially pesky links to course glossaries & parts of course*/
/*this one works in Mozilla only*/
#mod-glossary-showentry p[align="right"] {
  display:none;
}
#mod-glossary-showentry .entrylowersection,
#mod-glossary-showentry .logininfo,
#mod-glossary-showentry .navbar {
  display: none;
}

/*** Modules: Journal ***/
#mod-journal-view .lastedit,
#mod-journal-view .editend {
  font-size: inherit;
  margin: 5px;
  text-align: center;
}
#mod-journal-view .feedbackbox {
  width: 75%;
  border-collapse: separate;
}
#mod-journal-view .entrycontent {
  padding: 3px;
}
#mod-journal-view .picture {
  width: 35px;
}
#mod-journal-view .grade {
  font-weight: bold;
  font-style: italic;
  text-align: right;
}
#mod-journal-view .info {
  margin-bottom: 5px;
  text-align: right;
}
#mod-journal-view .feedbackbox .left,
#mod-journal-view .feedbackbox .entryheader {
  background-color: #dddddd;
}
#mod-journal-view .author {
  font-size: inherit;
  font-weight: bold;
}
#mod-journal-view .time {
  font-size: inherit;
  font-style: italic;
}
#mod-journal-index .cell {
  font-size: inherit;
}

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

/*** *** Modules: Lesson ***/
#mod-lesson-report table.generalbox {
  width:90%;
}
#mod-lesson-report td{
  font-size:92%;
}
#mod-lesson-report .c0{
  text-align:left;
}
#mod-lesson-report .c1{
  border-left:1px solid black;
}
#mod-lesson-report .header {
  background-color:#336699;
  background-image:none;
  font-size:85%;
}
.mod-lesson img {
  border:0;
}
.mod-lesson .hidden-label {
  display: none;
}
.mod-lesson .footer {
  padding-top:40px; margin-top:40px;
}
.mod-lesson .footer a:link, .footer v:link, .footer a:visited {}
.mod-lesson .leftmenutable {
  height:400px;
  overflow:auto;    
  vertical-align:top;
  width:170px;
}
.mod-lesson .leftmenu a:link, .leftmenu a:active, .leftmenu a:visited, .leftmenu1 a:link, .leftmenu1 a:active, .leftmenu1 a:visited{
  font-size:.7em;
  vertical-align:top;
}
.mod-lesson .main a:link, .main a:active, .main a:visited{
}
.mod-lesson .separator {
  border-top:#660033 thin solid;
  padding-bottom:1em;
}
.mod-lesson .viewpos {}
#mod-lesson-view .generalbox {
  margin-left:auto;
  margin-right:auto;
  width:85%;
  background-color:#ECF1F5;
}
#mod-lesson-view .generalbox .generalbox {
  border-style:hidden;
}
#mod-lesson-view .generalboxcontent table {
  width:auto;
}
/*to reduce oversize table row spacing between questions*/
#mod-lesson-view .generalboxcontent table tr td br{
  font-size:1px;
  line-height:1px;
  margin:0px;
  padding:0px;
}
#mod-lesson-view .generalbox table td{
  text-align:left;
  vertical-align: middle;
  width:auto;
}
/*** *** Modules: Quiz ***/
.editorhelptext {
  font-size: inherit;
}
#mod-quiz-attempt form input {
  margin-top:5px;
}
#mod-quiz-attempt .singlebutton form input {
  margin-top:0px;
}
#mod-quiz-index .cell {
  font-size: inherit;
}
#mod-quiz-preview {
  width:auto;
}
#mod-quiz-report #content {/*JR+*/
  font-size: inherit;
}
#mod-quiz-report table#attempts td {
  border-color: #dddddd;
  border-left-width: 1px;
  border-right-width: 1px;
  border-left-style: solid;
  border-right-style: solid;
  vertical-align: bottom;
}
#mod-quiz-report table#attempts .r1 {
  background-color: #FFFFFF;
}
.feedbacktext {
  background-color:inherit;
  border-left-color: #336699;
  border-left-style:solid;
  border-left-width:5px;
/*  color:green#0000FF; color depends on correctness (see below)*/
  display:block;
  padding-left:0.5em;
  text-align:left;
}
.correct {
  color:blue!important;
}
.incorrect {
  color:red!important;
}
#mod-quiz-report table#attempts,
#mod-quiz-report table#commands,
#mod-quiz-report table#itemanalysis
{
  width: 80%;
  margin: auto;
}
#mod-quiz-report table#attempts {
  margin: 20px auto;
}
#mod-quiz-report table#attempts .header,
#mod-quiz-report table#attempts .cell
{
  padding: 4px;
}
#mod-quiz-report table#attempts .header .commands {
  display: inline;
}
#mod-quiz-report table#attempts .picture {
  width: 40px;
}
#mod-quiz-report table#attempts .header {
  text-align: left;
}
#mod-quiz-report table#attempts .picture {
  text-align: center !important;
}
#mod-quiz-report .controls {
  text-align: center;
}
.quiz-report-title {
  text-align: center;
  font-weight : bold;
}
.grade {
  font-size: small;
  margin-top: 10pt
}
.gradingdetails {
  font-size: small;
}
#mod-quiz-report table#itemanalysis {
  margin: 20px auto;
}
#mod-quiz-report table#itemanalysis .header,
#mod-quiz-report table#itemanalysis .cell
{
  padding: 4px;
}
#mod-quiz-report table#itemanalysis .header .commands {
  display: inline;
}
#mod-quiz-report table#itemanalysis td {
  border-width: 1px;
  border-style: solid;
}
#mod-quiz-report table#itemanalysis .header {
  text-align: left;
}
#mod-quiz-report table#itemanalysis .numcol {
  text-align: center;
  vertical-align : middle !important;
}
#mod-quiz-report table#itemanalysis .partialcorrect {
  color: green !important;
}
#mod-quiz-report table#itemanalysis .qname {
  color: green !important;
}
#mod-quiz-view #middle-column table.generalbox {
  margin-left: auto;
  margin-right: auto;
  width:85%;
}
#mod-quiz-attempt #timer {
  left:10px;
  position: absolute;
  top:100px;
}
/*** *** Modules: Resource ***/
#mod-resource-view .generalbox {
  background-color:#ECF1F5;
}
#mod-resource-index .cell {
  font-size: inherit;
}
#mod-resource-index #content {
  margin-bottom:5px!important;
  padding-bottom:10px!important;
}

/*** *** Modules: Scorm ***/
#mod-scorm-index .cell {
  font-size: inherit;
}

/*** *** Modules: Survey ***/
#mod-survey-index .cell {
  font-size: inherit;
}
#mod-survey-view .r0 {
  background-color: #FFFFFF;
}
#mod-survey-view .r1 {
  background-color: #DDDDDD;
}

/*** *** Modules: Wiki ***/
#mod-wiki-index .cell {
  font-size: inherit;
}

/*** *** Modules: Workshop ***/
#mod-workshop-index .cell {
  font-size: inherit;
}
.workshoppostpicture {
  background-color:#FEE6B9;
}
.workshopassessmentheading {
  background-color:#DDDDDD;
}
/*JR+ 22 JUIN 2005 affichage dans les feedbacks des quiz*/
.correctness, .feedbacktext {
  font-size:85%;
}
.correctness {
  border-left-color:#FF4D00;
  border-left-style:solid;
  border-left-width:5px;
  padding-left:0.5em;
}
/*styles for coloring input fields in cloze-type answers; !important parameter to override hard-coded background color !*/
.incorrect_background {
  background-color: #FF4D00!important;
}
.correct_background {
  background-color: #66FF33!important;
}
.partcorrect_background {
  background-color: #FFCC00!important;
}
.correctness.correct {
  border-left-color: #0000FF;
  color:#0000FF;
}
.correctness.incorrect {
  border-left-color:#FF4D00;
  color:#FF0000;
}
.correctness.partiallycorrect {
  border-left-color:#FFCC00;
  color: #009900;
}
.editing .commands a:hover {
  background-color:#FFCC00;
  color:#336699;
}
.right a:hover {
  background-color:#FFCC00;
}
/*JR --------------------------------------------*/
#course-view .c1 a,
#site-index .c1 a {
  display: block;
  text-align:left;
}
/* Adds all the nice finish to the standard theme  */
th.header, 
td.header, 
div.header {
  background-color:#336699;
  background-image:url(choc_gradient01.gif);   
  background-position:top;  
  background-repeat:repeat-x;
  color:#ECF1F5;
}
th.header a:link,
th.header a:visited {
  color:#FFCC00!important;
}
/*JR customization of input buttons only works in firefox */
input[type="submit"], 
input[type="button"] {
  background-color:#336699;
  border-bottom:1px solid black;
  border-left:1px solid white;
  border-right:1px solid black;
  border-top:1px solid white;
  color:#ECF1F5;
  padding-bottom:2px;
  padding-left:10px;
  padding-right:10px;
  padding-top:2px;
  font-size:12px;
  width:auto;
}
input[type="submit"]:hover, 
input[type="button"]:hover {
  color:#336699;
  background-color:#8CA9C1;
  text-decoration: none;
}
.headermenu input[type="submit"] {
  font-weight:bold;
  height:22px;
  width:10px;
}
.headermenu input[type="submit"]:hover {
  background-color:#FF4D00;
}

/*truc du theme Kubrik*/
/* hide icons in sideblocks */
#right-column tr td.c0 {
    display: none;
}
/* hide move sideblock left controls */
a.left {
    display: none;
}
/*ATTENTION pour eviter blocage s'il reste des blocs a gauche d'un theme precedent: on peut toujours les voir et les ramener à droite en mode edit*/
#course-view #left-column,
#site-index #left-column {
	display: none;
}
.editing#course-view #left-column,
.editing#site-index #left-column {
  display:block;
  width:auto!important;
}
/* END KUBRIK theme*/
/* JR various */
/* removes topic collapse for students see http://moodle.org/mod/forum/discuss.php?d=10468#152616*/
#course-view .section .right.side a {
  display:none;
}
.editing#course-view .section .side a {
  display: inline;
}
.entrybox td {
  white-space: normal;
}
/*to override the (deprecated & pesky) nowrap table attribute in some Moodle tables
but we still need the nowrap in some places, e.g. #site-index .course .info ETC. */
td {
/*  white-space: normal; */
}
#site-index td .info {
  white-space:nowrap!important;
}
#categoryquestions td { /*added 5 JAN 2006*/
  white-space:nowrap!important;
}

.blockconfigglobal {
  background-color:#CCDCE6;
}
.blockconfiginstance {
  background-color:#CCDCE6;
}
#right-column,
#right-column .content {
  padding-right:8px;
}
#right-column .content {
  background-color:#FFFFFF;
}

a.icon {
  border-bottom-style:hidden;
}
#course-log h2 {
  font-size:85%
}
#course-import .generalbox {
  margin-left:auto;
  margin-right:auto;
  width:auto;
}
#course-import .generalbox td {
  font-size:90%;
}
/*to use for local help provided through the title attribute*/
span.help {
  color:red;
  cursor:help;
  font-weight:bold;
}

@media print {
  span.help:after {
	content:" "attr(title);
    color:black;
    font-style:italic;
	font-weight:normal;
  }
}

#mod-glossary-print span.help:after {
	content:" "attr(title);
    color:black;
    font-style:italic;
	font-weight:normal;
}
/* s'utilise en lien avec le script wz_tooltips.js */
acronym {
	background-color:#CCDCE6;
	border-bottom: thin dotted #FF0000;
	cursor: help;
	padding-bottom:1px;
}
/* --- external sites hyperlinks ---*/
.n_external-site:link,  .n_external-site:active,  .n_external-site:visited {
	color: #336699!important;
}
.n_external-site:hover {
	color:#FFFFFF!important;
}
.n_external-site span{
	background-color: #FF4D00;
	color: #ffffff;
}
.n_external-site:hover span {
	border-bottom-width:0px!important;
}
/* styles to be used within the HTML editor */
#myresource p {
}
/* added 20 NOV 2005*/
/* 	see forum http://moodle.org/mod/forum/discuss.php?d=34652&parent=161294 */
body.message,
body.message #page {
  background: #FFFFFF;
  width: auto;
  margin: 0;
  padding: 0;
}

#message-user,
#message-user #page,
#message-user #content {
  padding: 0;
  background: #FFFFFF;
}
/* -------------------- *//***** orangechoc/orangechoc.css end *****/

