/**************************************
 * THEME NAME: page_cvqo
 *
 * Files included in this sheet:
 *
 *   page_cvqo/styles_menu.css
 *   page_cvqo/styles_page.css
 *   page_cvqo/styles_layout.css
 *   page_cvqo/styles fonts.css
 *   page_cvqo/styles_color.css
 **************************************/

/***** page_cvqo/styles_menu.css start *****/

/***
 *** Menu CSS for the header menu
 ***/

/* This fixes sub-menu placement for Safari */
body {
  margin: 0pt;
  padding: 0pt;
}

 /* YUI will show the menu and move it to an appropiate location */
.menutreeroot {
 visibility: hidden;
 position: absolute;
}

div.yuimenu {
  background-color: #FFFFFF;
}

div.yuimenu .yuimenuitem a.selected {
  background-color: #FFFFFF;
}

div.yuimenu .yuimenuitemlabel.hassubmenu em {
    background-image: url(http://moodledev.cvqo.org/mod/pagemenu/pix/inactive.gif);
    background-position:0 0;
}

div.yuimenu .yuimenuitemlabel.hassubmenu.selected em {
    background-image: url(http://moodledev.cvqo.org/mod/pagemenu/pix/active.gif);
    background-position:0 0;
}

div.yuimenu .yuimenuitem a {
  color: #0000FF;
}

div.yuimenu li.selected a.selected {
  color: #FF0000;
  text-decoration: underline;
}

div.yuimenu .yuimenuitem a.yuicurrent,
div.yuimenu .yuimenuitem a.yuicurrent:hover,
div.yuimenu li.yuicurrent.selected a.yuicurrent.selected {
  text-decoration: none;
  color: #000000;
}/***** page_cvqo/styles_menu.css end *****/

/***** page_cvqo/styles_page.css start *****/

/***
 *** General CSS File
 ***/

/**
 * Give the header tabs some breathing room
 **/
/*.header-tabs {
  margin-top: 0px;
}

#site-index .header-tabs {
  margin-bottom: 0px;
}

/**
 * Clean up the formatting of the navbutton area
 **/

.navbar .navbutton form {
  float: left;
}

.navbar .navbutton .popupform {
  padding-top: 2px;
}

.navbar .navbutton #switchrole .helplink {
  display: block;
  float: left;
  margin-top: 2px;
}

/**
 * This toggles block visibility
 **/

.sideblock.hidden .content {
    display: none;
}

.sideblock.hidden .header {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

/**
 * Add block
 **/

.block_adminblock {
  width: 100%;
}/***** page_cvqo/styles_page.css end *****/

/***** page_cvqo/styles_layout.css start *****/

/* CLAIRE CHANGED THIS FILE October 21st 2009 this file is now version 2 */
/* Claire changed this file on October 22nd 2009, so it would print the logo on every page */
/*******************************************************************
 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:0 0.7em 0 0.7em;
  padding:0;
}
#page {
  background-color: #f5fffa;
	
}

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

} 
.generalbox {
  width:90%
}
.generaltable th.header {
  border-left:1px solid;
  border-right:1px solid;
}
.generaltable .smallinfo p {
  margin-top:0
}
.generaltable .cell {
  border-style: none;
}
.sitetopiccontent {
  border:0 none;
  
}
img.resize {
  width: 1em;
  height: 1em;
}

/***
 *** Header
 ***/
.breadcrumb { /* second link after cvqo home page link in nav bar */
  height:5px;
  color: #000000;
  font-weight:normal;
  font-size:11px;
}
.breadcrumb .sep {
  color: #000000;
  font-weight:normal;
  margin:5px;
}

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

#header,
#header-main,
.navbar {
  margin:0
}
#header .headermain {
  float:left;
  margin:0 0 0 12px
} 
.headermenu {
  float:right;
  text-align:right
}
#header { /* where main logo is  padding doesnt seem to work on the logo, so go into paint and add a bit more white.*/
    margin:0px auto;
    height:86px;
	/* change code by claire browne october 22nd 2009 */
    background: url(pix/cvqo_logo.png) top left no-repeat; 
}

#header-home {
    margin:0px auto;
    height:86px;
    background:url(pix/cvqo_logo.png) top left no-repeat;
    
} 
.heightcontainer .header {
    background: #C0C0C0;
} 

.headermenu {
    padding:3px 15px 0px 0px;
}
#banner {
    height:0px; /* do not touch this line it will send bread crumbs mad! */
    padding-left:34px; 
    padding-top:30px; 
    background-color: #F5FFFA;
} 
.coursesearchbox {
    color:#000000;
    font-size:13px;
    font-family:Tahoma;
    font-weight:bold;
}
.headermain {
    height:68px;
}

.headermenu .logininfo {
  margin:0 12px 4px 0
}
.navbar {
  height:30px;
  background: #f5fffa top repeat-x;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-color: #f5fffa;
}
.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:#2D006B url(pix/bg_bread_grad.jpg) top repeat-x;
    padding:5px 5px 0px 5px;
    margin:0px;
    border: none;
    color:#FFFFFF;
}
div.title {
    padding:5px 5px 0px 5px;
    color:#ffffff; /* Block Headers titles */
}

/***
 *** Footer
 ***/
 
#footer {
    height:80px;
    padding-top:4px;
    margin:0px;
    color: #000000;
	
}
#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:1px solid #CCCCCC;
 
}
#right-column .sideblock .content {
  padding:0.2em 0.7em
}
#left-column .sideblock .header {
  border-bottom:1px solid
}
#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
}
.sideblock .post {
  margin-top:0.5em;
  padding-bottom:0.2em;
  border-bottom:1px solid
}
.block_rss_client .link {
  border-top:0 none
}

/***
 *** 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 {
  border:0 none;
  background-color: #F5FFFA;
}
#course-view .headingblock {
  margin-left:1em;
  padding-left:0.7em;
  border:0 none;
  border-left:1.2em solid;
}
#course-view .topics {
  margin:0 0.5em 0 1em;
 
}
#course-view .section .left {
  width:0.8em
}
#course-view .section .right {
  width:30px
} 
/* Changed line 369 to display the group box on the right hand side of the topics */
#course-view .section .left a { 
  display:none
}
/* end of change claire october 21st 2009 */
#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 { /* color after the topic outline phrase*/
  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{
    border: 1px solid #939393;
}
/***
 *** Login
 ***/

.loginbox {
  margin-top:12px
}
  
/***
 *** Modules:Forum
 ***/
 
.forumheaderlist {
  width:90%;
  margin-left:auto;
  margin-right:auto
}
.forumheaderlist .header {
  border-left:1px solid;
  border-right:1px solid
}
#mod-forum-index .generalbox {
  width:100%
}
  
/***
 *** 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;

/***
 *** Modules: ULCC Custom Course Menu 
 ***/
.block_course_menu ul {
  list-style-type:none;
  margin:0;
  padding:0;
}
  
.block_course_menu li {
  background:#e0dede;
  border: 1px solid #999999;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 2px;
}

}
/***** page_cvqo/styles_layout.css end *****/

/***** page_cvqo/styles fonts.css start *****/

/***** page_cvqo/styles fonts.css end *****/

/***** page_cvqo/styles_color.css start *****/

/*******************************************************************
 //Claire Browne edited code for the general table this is file version 2 //

/***
 ***  Core
 ***/
 
 
 /* changes the navigation arrow in nav bar */
 .arrow.sep {color:black!important} 
 
 
/* Links to side blocks and main home page */
a:link {
  color:#0033CC;
}
a:visited {
  color:#0033CC;
}
a.dimmed:link,
a.dimmed:visited {
  color:#0033CC;
}
a:hover {
  color:#0033CC;
}
a.autolink {
  border-bottom:1px solid #0033CC;
}
body {
  background:#ffffff;
}
#page { /* breadcrumbs gap in between nav bar and tabs*/
  background: #F5FFFA;
}
h1.main,
h2.main,
h3.main,
h4.main,
h5.main,
h6.main {
  color:#999
}
#layout-table #middle-column {
  background-color:#f5fffa;
}
#layout-table #left-column {
  background-color:#f5fffa;
}
#layout-table #right-column {
  background-color:#f5fffa;
}
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:#ffffff;
}
.generalbox { /* this is sub catergories box writing*/
  border-color:#DDD;
  background-color:#ffffff;
}
.informationbox {
  border-color:#000000
}
.feedbackbox {
  border-color:#888
}
.feedbackby {
  background-color:#BBB
}
.noticebox {
  border-color:#000000;
  color: 000000;
}
.errorbox {
  color:#FFF;
  border-color:#600;
  background-color:#900
}
.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
}

/* edited this part here to change the color of the background and text */
.generaltable th.header { /* quiz and attempt general box */
  background-color:#E6D7FE;
  border-color:#ffffff;
  color: #0033CC;
}
.generaltable .r1 {
  background-color:#D7D7D7
}
.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:#FFCECF
}
.generaltabinactive {
  color:#CCC
}

/***
 *** Footer
 ***/

#footer {
  background-color:#f5fffa;
  
}

.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;
} 

/***
 *** Admin
 ***/
 
.admin .generalboxcontent {
  background-color:#f5fffa
}
.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:#f5fffa
}
#admin-config .r0 .c0{
  background-color:#FFCECF
}
#admin-config .r1 {
  color:#666
}
#admin-config h2.main {
  background-color:#FFCECF
}
.logtable th.header {
  background-color:#5a3795;
  border-color:#FF3C41
}
#adminsettings fieldset span.form-shortname {
  color: #999;
}
#adminsettings fieldset {
  background-color: #EFEFEF;
  border-color: #DDD;
}

/***
 *** Blocks
 All Blocks background color.
 ***/

.sideblock {
  border-color:#b8cb2b;
  background-color:#ececec;
 
}
.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: #b8cb2b 4px solid;
}
#left-column .sideblock .list td {
  border-color: #b8cb2b;
}
#right-column .sideblock .header { /* VQA OFFICE BLOCK AND UPADATED EVENTS */
  border-bottom: #b8cb2b 4px solid;
}
#right-column .sideblock .content { 
 
}
.sideblock .link {
  border-bottom-color:#FFF
}
.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 {
  color:#999
}


/***
 *** 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:#f5fffa
}
#calendar .maincalendar table.calendarmonth ul.events-underway {
  color:#999
}
#calendar .event_global,
.minicalendar .event_global,
.block_calendar_month .event_global {
  border-color:#2EBA0E !important;
  background-color:#2EBA0E
}
#calendar .event_course,
.minicalendar .event_course,
.block_calendar_month .event_course {
  border-color:#F96 !important;
  background-color:#F96
}
#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:#F96 !important;
  border-bottom-color:#F96 !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:#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:#ececec;
}
#course-view .section td {
  border-color:#DDD
}
#course-view .section .content .section {
  background-color:#fffff; /* changes the activity background */
  text-align: left;
  
}
#course-view .section .content .section .activity {
  border-bottom-color:#ffffff;
}
#course-view .section .content .section .label { /* changes each task background */
  background-color:#ffffff;
}
#course-view .section .side {
}
#course-view .section .left { /* Course Topic left coloured border */
  background-color:#ffffff;
  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
}
.categoryboxcontent, /*course links background color */
.courseboxcontent {
  border-color:#DDD;
  background:#f5fffa;
}
#course-user .section {
  border-color:#999
}
#course-user #content,
#user-view #content,
#user-edit #content,
.admin #content,
.course #content,
#files-index #content {
  background-color:#F5FFFA;
}
#user-edit #content .generalbox,
#user-view .userinfobox tr {
  background-color:#FFF
}
#site-index #content, /* far left and far right panels before blocks, also underneath breadcrumbs */ 
#course-view #content {
  background-color:#F5FFFA;
}
#course-user .logtable .r1 {
  background-color:#DFDFDF
}
#course-view .section.hidden *,
#course-view .section.hidden .content,
#course-view .section.hidden .side {
  border-color:#f5fffa;
  color:#999
}
#course-view .section.hidden .left {
  background-color:#f5fffa
}

/***
 *** Doc
 ***/

/***
 *** Login
 ***/

.loginbox {
  background-color: #ffffff;
}

.loginbox,
.loginbox.twocolumns .loginpanel,
.loginbox .subcontent {
  border-color:#000000;
}

/***
 *** 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:#ffffff
}
.userinfobox {
  border-color:#DDD;
  background-color:#F7F7F7
}
.groupinfobox {
  border-color:#DDD;
  background-color:#FCFCFC
}

/***
 *** Modules:Assignment
 ***/

.assignmentsubmission {
}
.assignmentnew .assignmentfeedback{
  background-color:#ececec;
}   
  
.assignmentold .assignmentfeedback{
  background-color:#BBB
}
.assignmentheading {
  background-color:#BBB
}

/***
 *** Modules:Chat
 ***/

/***
 *** Modules:Choice
 ***/

/***
 *** Modules:Forum
 ***/
 
.mod-forum #content {
  background-color:#EFEFEF
}
#mod-forum-user #content {
  background-color:#f5fffa
}
.forumheaderlist,
.forumpost {
  border-color:#DDD;
  background-color:#FFF
}
.forumheaderlist .header {
  background-color:#5a3795;
  border-color:#FF3C41
}
.forumpost .content {
  background:#FFF
}
.forumpost .left {
  background:#9966CC;
  border-color: #000000;
}
.forumpost .topic {
  border-bottom-color:#f5fffa
}
.forumpost .starter {
  background-color:#9966CC;
  color: #f5fffa;
}
.forumheaderlist .discussion .starter {
  background-color:#ececec;
}
.forumheaderlist td {
  border-color:#FFF
}
.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:#DDD;
  background-color:#FFF
}
.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:#5a3795;
.glossaryformatheader {
  background-color:#ececec;
}
.glossarydisplay {
  border-bottom-color:#EFEFEF
}

/***
 *** Modules:Journal
 ***/

#mod-journal-view .feedbackbox .left,
#mod-journal-view .feedbackbox .entryheader {
  background-color:#ececec;
}
/***
 *** 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:#f5fffa
}
#mod-survey-view .r1 {
  background-color:#f5fffa
}

/***
 *** Modules:Wiki
 ***/

/***
 *** Modules:Workshop
 ***/

.workshoppostpicture {
  background-color:#FEE6B9
}
.workshopassessmentheading {
  background-color:#ececec;
}
/***** page_cvqo/styles_color.css end *****/


