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

/***** molcorporate/molcorporate.css start *****/

/*******************************************************************
 MOL Corporate CSS
  
 This CSS file contains all color and layout definitions 
 for the MOL Corporate theme.
 
 This theme requires the Standard theme to be present.
 
*******************************************************************/

/***
 ***  Core
 ***/
a;
a:link,
a:visited {
	color: #99ccff;
	font-size: 12.6px;	
}

a:hover {
  color:#99ccff;
  text-decoration:underline;
}
  
hr {
	color: #192e4b;
	background-color: #192e4b;
	height: 1px;
	border: 0;
	width: 100%;
    display: block;
	clear: both; 
	visibility: visible;
   	margin-top: 10px;
	margin-bottom: 10px;
}  

body {
  /*border-color:#192e4b;*/
    background: #fafaff;
 	margin: 0px 0px 0px 0px;
	line-height: normal;
	font-size: 12.6px;
	font-weight:normal;
}

, table, td, th, td, li {
font-size: 12.6px;		
}

#content {
  /*	background-image: url(images/bg_gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;	*/
	padding-left: 20px;
	padding-right: 20px;
	line-height: normal;
	font-size: 12.6px;
	font-weight:normal;
}

h1 {
	color:#192e4b;
	line-height: normal;
	font-size: 18px;
	font-weight:normal;
	}

h2 {
	line-height: normal;
	font-size: 16px;
	font-weight:normal;	
	}	

th.header,
th.header a,
td.header,
td.header a,
div.header,
div.header a {
background-color: #192e4b;
color:#FFFFFF;
font-weight: normal;
}



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

#header-home, #header {
/*background: #ececec url(images/hdbg.jpg) 1px 0 repeat-x;*/
background-color:#f1f8ff;
height:75px;
}

.headermain {
/*  background: transparent url(images/hdbgend.jpg) 100% 0 no-repeat; */
background-color:#f1f8ff;
  float: none;
 border-bottom: 1px solid #192e4b; 
 }

div.headermenu 
{
	position: absolute;
	top: 5px;
	right: 10px;
/*	background: #ececec url(images/logo_faded.jpg)  no-repeat;	*/
	}

.headermenu a:link {
    text-decoration: none;
    color: #192e4b;
}
.headermenu a:visited {
    text-decoration: none;
    color: #192e4b;
}
.headermenu a:hover {
    text-decoration: underline;
    color: #192e4b;
}
#chooselang_jump {
font-size:x-small;
}

.navbar {
  background-color:#192e4b; 
  border-color:#192e4b;
  color:#FFFFFF;
  margin-top:10px;
   font-size: 14px; 
}

.navbar a,
.navbar a:link,
.navbar a:visited {
  color:#FFFFFF;
  font-size: 14px;
}

.navbar a:hover: {
text-decoration:underline;;
}



a:hover {
  color:#054377;
  text-decoration:underline;
  
  }

/* //////// FOOTER /////////// */

#footer {
margin: 0px;
padding: 0px;
 border: 1px solid #192e4b;
 background-color: #192e4b;
color:#ffffff;
display:block;
min-height: 50px;
text-align:center;
}


#footer .logininfo {
position:absolute;
left: 30px;
padding-top:20px;
}

#footer .sitelink {
position:absolute;
right: 30px;
visibility:hidden;
}

#footer .helplink {
position:absolute;
right: 30px;
}

#footer .logininfo a {
  color:#ffffff;
  text-decoration: none;
}

#footer .logininfo a:hover {
  color:#FFFFFF;
  text-decoration: underline;
}

#footer .helplink a {  
  color:#FFFFFF;
  text-decoration: none;
}

#footer .helplink a:hover {  
  color:#FFFFFF;
  text-decoration: underline;
}

/* Home Button */

#footer .homelink {
position:absolute;
width: 50%;
left:25%;
}

.homelink a:link, .homelink a:visited, .homelink {
color: #192e4b;
text-decoration: none;
}

.homelink a:hover {
color: #fafaff;
text-decoration: none;
}

.homelink a:link, .homelink a:visited {
border: 1px solid #fafaff;
color: #192e4b;
background-color:#fafaff;
}

.homelink a:hover {
border: 1px solid #fafaff;
background-color:#192e4b;
color: #fafaff;
}

 /* END FOOTER */
 
.generalbox {
  border-color:#192e4b;
  background-color:#FFFFFF;

}
.informationbox {
  border-color:#192e4b; 

}
.feedbackbox {
  border-color: #192e4b; 
  	line-height: normal;
	font-size: 12.6px;
	font-weight:normal;
}

.noticebox {
  border-color:#192e4b; 
  	line-height: normal;
	font-size: 12.6px;
	font-weight:normal;
}

.errorbox {
  color:#ffffff;
  border-color:#192e4b;
  background-color:#990000;
  	line-height: normal;
	font-size: 12.6px;
	font-weight:normal;
}

.tabledivider {
  border-color:#192e4b;
}

.sitetopic {
	line-height: normal;
	font-size: 14px;
	font-weight:normal;
}

.sitetopiccontent {
  border-color:#192e4b;
  background-color:#FFFFFF;
  	line-height: normal;
	font-size: 12.6px;
	font-weight:normal;
}

.unread {
  background: #78A2CD;	
  line-height: normal;
	font-size: 12.6px;
	font-weight:normal;
} 


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

.admin .generalboxcontent {
  background-color:#EEEEEE;
  	line-height: normal;
	font-size: 12.6px;
	font-weight:normal;
}

.admin .generalbox {
  border-color:#192e4b;
  	line-height: normal;
	font-size: 12.6px;
	font-weight:normal;
}

.admin .informationbox {
  border-color:#192e4b; 
  background-color:#FFFFFF; 
  	line-height: normal;
	font-size: 12.6px;
	font-weight:normal;
}


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

.sideblock {
    border-top: 1px solid #192e4b;
    border-right: 1px solid #192e4b;
    border-bottom: 2px solid #192e4b;
    border-left: 1px solid #192e4b;
	line-height: normal;
	font-size: 12.6px;
	font-weight:normal;
}

.sideblock .header {
  text-align: left;
  padding:4px;
  background-color: #192e4b; 
  border-bottom: 2px solid #192e4b;
  color:#FFFFFF;
  font-weight:normal;
	line-height: normal;
	font-size: 14px;
	font-weight:normal; 
}

.sideblock .content {
  	background-color:#FFFFFF;
  	background-image:url(images/grad_shadow.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	line-height: normal;
	font-size: 12.6px;
	font-weight:normal;
}

.sideblock .header .commands {
  float: right;
  margin-top: 0.3em;
}

/***
 *** logged in as at bottom of page
 ***/
 
.logininfo {
padding-top: 10px;
padding-bottom: 10px;
padding-left: 20px;
padding-right: 20px;
	line-height: normal;
	font-size: 12.6px;
	font-weight:normal;
}

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

#calendar .maincalendar,
#calendar .sidecalendar {
  border-color: #192e4b;
}

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

table.minicalendar {
  border-color:#192e4b;
}

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

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

#calendar .event_global,
.minicalendar .event_global,
.block_calendar_month .event_global {
  border-color:#192e4b !important;
  background-color:#2EBA0E;
}

#calendar .event_course,
.minicalendar .event_course,
.block_calendar_month .event_course {
  border-color:#192e4b !important;
  background-color:#FF9966;
}

#calendar .event_group,
.minicalendar .event_group,
.block_calendar_month .event_group {
  border-color:#192e4b !important;
  background-color:#FBBB23;
}

#calendar .event_user,
.minicalendar .event_user,
.block_calendar_month .event_user {
  border-color:#192e4b !important;
  background-color:#A1BECB;
}

#calendar .duration_global,
.minicalendar .duration_global {
  border-top-color:#192e4b !important;
  border-bottom-color:#2EBA0E !important;
}

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

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

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

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

#calendar .today,
.minicalendar .today {
  border-color:#192e4b !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: #192e4b;
color:#FFFFFF;
font-weight:normal;
}

/* course */
.headingblock .outline {
border: 1px solid #192e4b;
}

#course-view .weekscss .section,
#course-view .section td {
  border-color:#192e4b;
  background-color:#FFFFFF;  
}

/* .content should match the body background, sides are white. */
#course-view .content {
  color:#000000;
  	line-height: normal;
	font-size: 14px;
	font-weight:normal;
}

#course-view .weekscss .section,
#course-view .section td.side {
  background: #FFFFFF;
  	line-height: normal;
	font-size: 14px;
	font-weight:normal;
}

#course-view .section .side {
}

#course-view .section .left {
}

#course-view .section .right {
}

#course-view .weekscss .current,
#course-view .current td.side {
  background: #FFFFFF;
  color: #192e4b;
  	line-height: normal;
	font-size: 14px;
	font-weight:normal;
}

#course-view .weekscss .hidden,
#course-view .hidden td.side {
  background: #DDDDDD;
  	line-height: normal;
	font-size: 14px;
	font-weight:normal;
}

.coursebox {
	background-color:#FFFFFF;
    border-top: 1px solid #192e4b;
    border-right: 1px solid #192e4b;
    border-bottom: 1px solid #192e4b;
    border-left: 1px solid #192e4b;	
		line-height: normal;
	font-size: 14px;
	font-weight:normal;
}

	
.categoryboxcontent,
.courseboxcontent {
    border-top: 1px solid #192e4b;
    border-right: 1px solid #192e4b;
    border-bottom: 2px groove #192e4b;
    border-left: 1px solid #192e4b;
    background: #FFFFFF;
		line-height: normal;
	font-size: 14px;
	font-weight:normal;
}

body#course-user .section {
    border-color:#192e4b;
		line-height: normal;
	font-size: 14px;
	font-weight:normal;
}

.categorybox .category, .categorybox .category 
{

	border-bottom: 1px solid #192e4b;
	line-height: normal;
	font-size: 14px;
	font-weight:normal;
}

.categorybox .category, .categorybox .category name
{
	padding-top: 10px;
	font-weight:normal;
	line-height: normal;
	font-size: 14px;
	font-weight:normal;
}


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

.loginbox,
.loginbox.twocolumns .loginpanel,
.loginbox .subcontent {
  border-color:#192e4b;
  background-color:#FFFFFF;
}


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

table.message_search_results td {
  border-color:#192e4b;
}

.message .author {

  color: #192e4b;
  background-color:#FFFFFF; 
}

.message .time {
  color: #739FC4;
}

.message .content {
}



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

.userpicture {
  background:#EEEEEE;
  border: 1px solid #192e4b;
}

.userinfobox {
  border-color: #192e4b;
  background-color: #FFFFFF;
}
.groupinfobox {
  border-color: #192e4b;
  background-color: #FCFCFC;
}


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

.forumheaderlist,
.forumpost {
  border-color:#192e4b;
   background: #FFFFFF; 
}

.forumpost .content {
  background: #FFFFFF;
}

.forumpost .left {
  background:#FFFFFF; 
}

.forumpost .topic {
  border-bottom-color: #192e4b;
  background: #FFFFFF;

}

.forumpost .starter {
  background:#FFFFFF; 
}

.forumheaderlist .discussion .starter {
  background:#FFFFFF;
}

.forumheaderlist th {
  background:#192e4b;
  color:#FFFFFF;
  font-weight:normal;
  padding: 10px;
  text-align: center;
}

.forumheaderlist td {
  border-color: #192e4b;
  padding: 10px; 
}

.sideblock .post .head {
  color:#555555;
}

.forumthread .unread {
  background: #78A2CD;
}

#mod-forum-discuss .forumpost {
  background: none;
}

#mod-forum-discuss .unread .forumpost .message {
  border-color: #192e4b; 
} 
#mod-forum-discuss .forumthread .unread {
} 

#mod-forum-index .unread {
}

.helplink {
padding-top: 5px;
padding-bottom: 5px;
padding-left: 20px;
padding-right: 20px;
}

.homelink {
padding-top: 5px;
padding-bottom: 5px;
padding-left: 20px;
padding-right: 20px;
}

.singlebutton {
padding-top: 5px;
padding-bottom: 5px;
padding-left: 20px;
padding-right: 20px;
}

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

.glossarypost {
  border-color: #192e4b;
}

.glossarypost .entryheader,
.glossarypost .entryapproval,
.glossarypost .picture,
.glossarypost .entryattachment,
.glossarypost .left {
  background-color: #FFFFFF;
}

.glossarycomment {
  border-color: #192e4b;
}

.glossarycomment .entryheader,
.glossarycomment .picture,
.glossarycomment .left {
  background-color: #739fc4;

}

.glossaryformatheader {
  background-color: #739FC4;
}

#mod-glossary-report .generalbox .teacher {
  background: #739fc4;
}

.categoryheader {
  background-color: #efefef;
}




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

#mod-journal-view .feedbackbox .left,
#mod-journal-view .feedbackbox .entryheader {
  background-color: #739FC4;
}

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

body#mod-quiz-report table#attempts td {
  border-color: #192e4b;
}
body#mod-quiz-report table#attempts .r1 {
  background-color: #eeeeee;
}



/***
 *** Misc Color
 ***/


.molcorporatesurround {
/*  background: #F7F6F1; // THIS IS THE BG COLOUR FROM THE ORIGINAL MOL VLE = YUK! */
  background: #fafaff;
/* border-top: 1px solid #192e4b; */
/*border-right: 1px solid #192e4b; */
/*border-bottom: 2px groove #192e4b; */
/*border-left: 1px solid #192e4b; */
}

.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;
 	line-height: normal;
	font-size: 14px;
	font-weight:normal; 
}

#layout-table #middle-column {
  padding-left:10px;
  padding-right:10px;
 	line-height: normal;
	font-size: 14px;
	font-weight:normal; 
}

#layout-table #left-column {
  padding-left:10px;
 	line-height: normal;
	font-size: 14px;
	font-weight:normal; 
}

#layout-table #right-column {
  padding-right:10px;
 	line-height: normal;
	font-size: 14px;
	font-weight:normal; 
}

/* ICONS FOR EDITING */

.sideblock .header .commands a{
margin-top: 0px;
margin-right: 2px;
margin-bottom: 0px;
margin-left: 2px;
background-color:#FFFFFF;
border: 1px solid #192e4b;
}/***** molcorporate/molcorporate.css end *****/

