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

/***** oicsTheme/cornflower.css start *****/

/*******************************************************************
 Cornflower CSS
  
 This CSS file contains all color and layout definitions 
 for the Cornflower theme.
 
 This theme requires the Standard theme to be present.
 
*******************************************************************/

/***
 ***  Core
 ***/

a:link,
a:visited {
  color:#0068d3;
}

a:hover {
  color:#f63600;
  text-decoration:underline;
  
  }

body {
  background-color:#0068d3;
  border-color:#F7F7F7;
}

th.header,
td.header,
div.header {
      background-color: #0068d3;
}

.navbar {
   background: #bbb url(images/navBarBG.jpg) 1px 0 repeat-x;
  border-bottom:#0068d3 solid 2px;
  border-top:#0068d3 solid 2px;
  margin:0;
  font-size: 95%;
  
}

.generalbox {
  border-color:#0068d3; 
  
}



.informationbox {
  border-color:#0068d3; 
}
.feedbackbox {
  border-color: #0068d3; 
}

.noticebox {
  border-color:#0068d3; 
}

.errorbox {
  color:#ffffff;
  border-color:#0068d3;
  background-color:#990000;
}

.tabledivider {
  border-color:#0068d3;
}

.sitetopic {
background:   #eeeeee url(images/coverBG.jpg) center bottom no-repeat !important;
padding-bottom:300px;
}

.sitetopiccontent {
  border-color:#0068d3;
  background-color:#FFFFFF;
}

.unread {
  background: #78A2CD;
} 

/***
 *** Header
 ***/

#header-home, #header {
background: #ececec url(images/hdbg.jpg) 1px 0 repeat-x;
height:112px;

}

.headermain {
 /* background: transparent url(images/hdbgend.jpg) 100% 0 no-repeat right;
  float: right;8*/
  
}


/***
 *** Admin
 ***/

.admin .generalboxcontent {
  background-color:#EEEEEE; 
}

.admin .generalbox {
  border-color:#0068d3; 
}

.admin .informationbox {
  border-color:#0068d3; 
  background-color:#FFFFFF; 
}



/***
 *** Blocks
 ***/

.sideblock {
    border-top: 1px solid #0068d3;
    border-right: 1px solid #4A677F;
    border-bottom: 2px groove #4A677F;
    border-left: 1px solid #4A677F;
}



.sideblock .header {
  text-align: left;
  padding:4px;
  background:  border-bottom: 2px groove #0068d3;
}

.sideblock .content {
  background:#ececf2;
}

.sideblock .header .commands {
  float: right;
  margin-top: 0.3em;
}

/***
 *** Calendar
 ***/

#calendar .maincalendar,
#calendar .sidecalendar {
  border-color: #0068d3;
}

#calendar .maincalendar table.calendarmonth th {
  border-color: #000000;
}

table.minicalendar {
  border-color:#0068d3;
}

#calendar .maincalendar .eventlist .event {
  border-color:#0068d3;
}

#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:#0068d3;
}

#calendar .event_global,
.minicalendar .event_global,
.block_calendar_month .event_global {
  border-color:#02aceb !important;
  background-color:#02aceb;
}

#calendar .event_course,
.minicalendar .event_course,
.block_calendar_month .event_course {
  border-color:#6698ff !important;
  background-color:#6698ff;
}

#calendar .event_group,
.minicalendar .event_group,
.block_calendar_month .event_group {
  border-color:#e7b745 !important;
  background-color:#e7b745;
}

#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:#02aceb !important;
  border-bottom-color:#02aceb !important;
}

#calendar .duration_course,
.minicalendar .duration_course {
  border-top-color:#6698ff !important;
  border-bottom-color:#6698ff !important;
}

#calendar .duration_group,
.minicalendar .duration_group {
  border-top-color:#e7b745 !important;
  border-bottom-color:#e7b745 !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: #FFFFFF;
}



/***
 *** Course
 ***/

/* course, entry-page, login */
.headingblock {
  background-color: #0068d3;
  border-top: 1px solid #0068d3;
  border-right: 1px solid #4A677F;
  border-bottom: 2px groove #4A677F;
  border-left: 1px solid #4A677F;
}

/* course */
.headingblock .outline {
  border-color:#0068d3;
}

#course-view .weekscss .section,
#course-view .section td {
  border-color:#fff;
}

/* .content should match the body background, sides are white. */
#course-view .content {
	background: #ececf2 ;
}

#course-view .weekscss .section,
#course-view .section td.side {
    color: #f63600;
	background: #ececf2;
}

#course-view .section .side {
}

#course-view .section .left {
}

#course-view .section .right {
}

#course-view .weekscss .current,
#course-view .current td.side {
  background: #3b92dc;
}

#course-view .weekscss .hidden,
#course-view .hidden td.side {
  background: #cccccc;
}

.categoryboxcontent,
.courseboxcontent {
     border-top: 1px solid #0068d3;
    border-right: 1px solid #4A677F;
    border-bottom: 2px groove #4A677F;
    border-left: 1px solid #4A677F;
    background: #ececf2;
}
body#course-user .section {
    border-color:#AAAAAA;
}



/***
 *** Login
 ***/

.loginbox,
.loginbox.twocolumns .loginpanel,
.loginbox .subcontent {
   border-color:#0068d3;
}


/***
 *** Message
 ***/

table.message_search_results td {
    border-color:#0068d3;
}

.message .author {
  color: #0068d3;
}

.message .time {
  color: #0068d3;
}


.message .content {
}



/***
 *** User
 ***/

.userpicture {
  background:#EEEEEE; 
}

.userinfobox {
  border-color: #0068d3;
  background-color: #F7F7F7;
}
.groupinfobox {
  border-color: #0068d3;
  background-color: #FCFCFC;
}


/***
 *** Modules: Forum
 ***/

.forumheaderlist,
.forumpost {
  border-color:#1D5083;
}

.forumpost .content {
  background: #FFFFFF;
}

.forumpost .left {
  background:#0068d3; 
}

.forumpost .topic {
  border-bottom-color: #0068d3;
  background:#D0E2EE; 

}

.forumpost .starter {
  background:#0068d3; 
}

.forumheaderlist .discussion .starter {
  background:#D0E2EE; 
}

.forumheaderlist td {
  border-color: #0068d3;
}


.sideblock .post .head {
  color:#555555;
}

.forumthread .unread {
  background: #78A2CD;
}
#mod-forum-discuss .forumpost {
  background: none;
}

#mod-forum-discuss .unread .forumpost .message {
  border-color: #78A2CD; 
} 
#mod-forum-discuss .forumthread .unread {
} 

#mod-forum-index .unread {
}


/***
 *** Modules: Glossary
 ***/

.glossarypost {
  border-color: #0068d3;
}

.glossarypost .entryheader,
.glossarypost .entryapproval,
.glossarypost .picture,
.glossarypost .entryattachment,
.glossarypost .left {
  background-color: #0068d3;
}

.glossarycomment {
  border-color: #0068d3;
}

.glossarycomment .entryheader,
.glossarycomment .picture,
.glossarycomment .left {
  background-color: #0068d3;

}

#mod-glossary-report .generalbox .teacher {
  background: #0068d3;
}

.categoryheader {
  background-color: #efefef;
}

.glossaryformatheader {
  background-color: #0068d3;
}


/***
 *** Modules: Journal
 ***/

#mod-journal-view .feedbackbox .left,
#mod-journal-view .feedbackbox .entryheader {
  background-color: #0068d3;
}

/***
 *** Modules: Quiz
 ***/

body#mod-quiz-report table#attempts td {
  background-color: #0068d3;
}
body#mod-quiz-report table#attempts .r1 {
  background-color: #eeeeee;
}



/***
 *** Misc Color
 ***/

.headermenu a:link {
    text-decoration: none;
    color: #ffffff;
}
.headermenu a:visited {
    text-decoration: none;
    color: #ffffff;
}
.headermenu a:hover {
    text-decoration: underline;
    color: #ffffff;
}


.cornflowersurround {
  background: #ffffff;
  border: none;
  padding-bottom: 0.1em;
}

.generalboxcontent {
  background-color:#FFFFFF;

}
/***
 *** Layout Core
 ***/

h1.main,
h2.main,
h3.main,
h4.main,
h5.main,
h6.main {
  text-align: center;
}

#layout-table {
  width:100%;
  border-collapse:separate;
  margin-top: 8px;
}

#layout-table #left-column,
#layout-table #middle-column,
#layout-table #right-column
{
  vertical-align:top;
}

#layout-table #middle-column {
  padding-left:12px;
  padding-right:12px;
}

#layout-table #left-column {
  padding-left:10px;
}

#layout-table #right-column {
  padding-right:10px;
}

div.headermenu 
{
	position: absolute;
	top: 15px;
	right: 10px;
}

/*extra oisc code starts here*/
.homelink a:link, .homelink a:visited{
color: #0068d3;
background-color: #ececf2;
font-size: 120%;
font-weight:bold;
padding:.2em .9em;
}
.homelink a:hover {
color: #f63600;
}

.clearer {
  height:0px !important;
  }
  
  form.popupform label {
margin-left: .5em;
}

.helplink {
margin-right: .5em;
}

tr#section-0.section td.content {
background: #FFFFFF url(images/coverBG.gif) bottom center no-repeat !important;
}

#course-view #section-0 td.side{
background: transparent !important;
}

#section-0 div.summary {
color:#00000;
margin-left: 0px;
margin-top:0px;
padding-top:0px;
padding-bottom: 300px;
}

div.summary strong{
color:#000000;
}

.section div.summary strong{
color:#f63600;
}

#section-0 li.activity  {
margin-left: 140px;
}

a.dimmed:link, a.dimmed:visited {
color: #888888;
font-weight:bold;
}

#mod-forum-view .forumcontrol .subscription {
margin: 0 0 0.5em 0 ;
}


h2.headingblock {
  color: #ffffff;
}

.sideblock h2 {  
color: #ffffff;
font-size:100%;
}

.categoryboxcontent, .coursebox {
	background-color: #ececf2;
	border-color: #cccccc;
	width: 99%;
}

th.header {
color:#FFFFFF;
font-size: 100%;
}


#admin-roles-override th.cell.c1, #admin-roles-assign th.cell.c1 
{
color:#FFFFFF;
font-size: 100%;
padding-bottom:10px;
}

#calendar div.header {
color:#FFFFFF;
background-image:url(images/sideBarBG.gif);
}

h2.main {
color: #f63600;
}

h3.main {
color: #f63600;
}

#participants th.header a:link {
color:#FFFFFF;
}

#participants th.header a:visited {
color:#FFFFFF;
}

#participants th.header a:hover {
color:#f63600;
}

body#user-index table#participants td {
background: #eee ;
border-bottom: #ddd solid 1px;
border-right: #ddd solid 1px;
}

body#user-index table#participants td.c0 {
background-color: #fff;
background-image:none;
border-bottom: #ddd solid 1px;
border-left: #ddd solid 1px;
}

.generaltable .cell {
border: 1px #bbb solid  !important;
background-color: #eee;

}

body#mod-forum-search .introcontent {
color:#f63600 ;
}


body#user-index table#participants td, body#user-index table#participants th {
padding: 4px 8px !important;
}

form.mform {
background:#eee;
border: #eee 6px solid;
border-left:#eee 20px solid;
border-right:#eee 20px solid;
}

form.mform fieldset legend {
color:#f63600;
}

h2.main {
padding-top: 6px;
}

img.iconhelp {
border:0px none;
height:17px;
margin:0px 6px 5px 6px;
}


h3.main {
font-size: 100%;
}

.groupmanagementtable td {
background: #eee;
}
#groupslabel {
font-weight:bold;
}

#memberslabel
 {
font-weight:bold;
}
form.mform .fitemtitle {
width: 40%;
}
form.mform div.felement, form.mform fieldset.felement {
width: 50%;
}

.generalboxcontent {
background:#eee;
}

.generalbox {
background:#eee;
}
form.mform fieldset {
border:1px solid #ccc;
}
#admin-report .plugin, #course-report .plugin, #course-import .plugin {
background-color:#eee;
border:1px solid #ccc;
}

form.logselectform select{
margin-top:6px;
}

form.participationselectform select{
margin-top:6px;
}
body#grade-index .grades {
margin-top: 6px;
}

body#grade-index .grades td {
padding: 4px;
}
body#grade-index .grades th {
padding: 4px;
}

#notice.generalbox {
margin-top: 6px;
}
#course-view .weekscss .current, #course-view .current td.side {
background:#eee;
}

tr#section-1.section td.right{
/*background:#0068D3;*/
}

body#course-index .singlebutton, body#course-index .addcategory {
margin-top: 6px;
}

.notifyproblem {
text-align:left !important;
}

form#enrolmenu div input{
margin-top:6px;
}
a.dimmed:hover {
color:#f63600;
}

#intro.generalbox {
margin-top: 6px;
}


form.mform div.error, form.mform fieldset.error {
border:1px solid #0068d3;
}

form.mform span.error, form.mform span.required {
color:#f63600;
}

.logininfo, #header-home .headermenu font {
margin-right: 6px;
font-size:.em;
font-weight:bold;
}

div#footer .logininfo {
background-color:#fff;
}

.userinfobox .links {
font-size:0.8em;
}
.userinfobox .left, .userinfobox .side {
background-color: #fff;
}

div.summary p {
margin:0;
padding:10px 0 0px 0;
font-size: 1.2em;
line-height: 1.4em;
}
div.summary {
margin-bottom: 8px;
}
#section-0 td.content {
height: 190px;
}
ul.tabrow1 li a, ul.tabrow1 li a:link, ul.tabrow1 li a:visited {
color:#0068d3;

}
ul.tabrow1 li a:hover {
color:#f63600;
}
body#mod-quiz-report table#attempts {
clear:left;
}
body#mod-quiz-report table#attempts th.header a, table#itemanalysis th.header a{
color:#FFFFFF;
font-size: .9em;
}
div.tabtree {
margin-top:7px;
}

.que .correct {
background-color:#afcce8;
}
body#mod-quiz-report table#attempts .picture {
background-color:#FFFFFF;
}
table.forumheaderlist td, table.forumheaderlist th {
padding:.5em;
}
div#footer{
height:40px;
}

body.notloggedin td#left-column #inst3 {
width:100% !important;
}
/* for Internet Explorer */
/*\*/
* html body.notloggedin td#left-column #inst3 {
/*width:500px !important;*/
}
/**/

body.notloggedin #layout-table #middle-column  {
/*width:1px;*/
padding:0 10px;
margin:0px;
}

body.course-1 td#left-column #inst3 {
visibility:hidden;
}

body.notloggedin td#left-column #inst3 {
visibility:visible;
}

.coursebox .summary {
width:60%;
}

/* this is for OISC logo html block*/
div#inst67 div.header {
background:none;
padding:0px;
margin:0px;
border:none !important;
border-bottom:0px !important;
}

div#inst67.sideblock {
background:none;
border:none;
border-color:#fff;
}

div#inst67 .content {
background:none;
border:none;
}
div#inst67.sideblock .header .hide-show img.hide-show-image {
margin-left:-2000px;
}

#course-view .section .activity a{
font-size:150% !important;
}

div.summary h3{
font-size:1.1em !important;
}

th.header {
background:#0068d3 none !important;
}

div#inst67 .content {
margin-left:-8px;
margin-top:-10px;
}




table#attempts {
    color:#0068d3;
}
table#attempts a {
    color:#0068d3;
}
body#mod-quiz-report table#attempts td {
  background-color: #ffffff;
}
body#mod-quiz-report table#attempts .r1 {
  background-color: #eeeeee;
}/***** oicsTheme/cornflower.css end *****/

