/**************************************
 * THEME NAME: rmoodlev3
 *
 * Files included in this sheet:
 *
 *   rmoodlev3/rmoodle_layout.css
 *   rmoodlev3/rmoodle_color.css
 *   rmoodlev3/rmoodle_fonts.css
 *   rmoodlev3/rmoodle_extras.css
 **************************************/

/***** rmoodlev3/rmoodle_layout.css start *****/

* Core. */

body {
    margin-left: 0px;
    width: 98%;
}

#content {
  width:960px;
  position: relative;
  margin: 0 auto;

  padding: 10px 0 100px 0;}


table.layout-table {
  border:2px;
  }

/* limits the width of the page to 1000px*/
#wrapper {
  text-align: -moz-center;
  max-width: 960px;
  min-width: 960px;
  margin-left: auto;
  margin-right: auto;
  width:expression(document.body.clientWidth > 1000? "960px": "auto");
}
  
h1.main,
h2.main,
h3.main,
h4.main,
h5.main,
h6.main {
  text-align: left;
  padding-left: 5px;
} 

h1 {
  margin-top: 0px;
  margin-bottom:5px;
  text-align: left;
  padding-left: 0px;
}

h2,h3,h4,h5,h6 {
  margin-top: 10px;
  margin-bottom:5px;
  text-align: left;
  padding-left: 0px;

}
  
h1, h2, h3 {
  border-width: 0px;
  border-style: solid; 
}






h4 {
  border-bottom-style: solid;
  border-bottom-width:0px; 
}


input {
  
}

.generalbox {
  border-width:1px; 
  border-style:solid;
}

.sitetopiccontent {
  border-width:1px;
  border-style:solid;
}

/***
 *** Header
 ***/

#header-wrapper {
  height:158px; /*210 height of whole header section*/
  width:960px;
  position: relative;
  margin: 0 auto;
  text-align: left;
}

#header-home {
	position: absolute;
	top: 0px; 
	left: 0px;	
	padding: 0px;		
	height:158px;  /*210 height of inside header section*/
	width: 960px;
	clear: both;
}

#header {
	position: absolute;
	top: 0px; 
	left: 0px;	
	padding: 0px;		
	height:158px;  /*210 height of inside header section*/
	width: 960px;
	clear: both;
}

.headerlogo {
    float:left; 
    padding: 0px;
}


.headermenu {
  color:#000;
  float:right;
  text-align:right;
  padding: 2px 5px 4px 5px;

}

#headerspacer {
  height:15px;
}

.navbar {
  width: 100%; 
  padding:0px;
  height: 18px;
  border-width:0px;
  margin-top: 0px;
  border-style:solid;
  background: #ccc;
}

.breadcrumb {
 padding-top: 0px;
 padding-left: 3px;
 margin-top: 0px;
 float:left;
 /*width:65%; fixes Chrome bug where it won't stretch all the way across the screen*/
 }
 
.navbar .navbutton {
  padding-right: 3px;
  padding-top: 0px;
 }


/***
 *** Login
 ***/

TABLE.loginbox {
  margin-top: 20px;
  }

.loginbox .header {
  border-width:1px;
  border-style:solid;
  border-bottom-width: 0px;
}

.loginbox .content {
  border-top-width: 0px;
}




/***
 *** Blocks
 ***/
 .sideblock {
  margin-bottom:0px;
}

 .sideblock .content {
  padding-bottom:10px;
}

 .sideblock .header h2 {
  padding-top:5px;
  
 }

.sideblock .footer {
  border-top-width:1px;
  border-top-style:dashed;
  margin:10px 0px 0px 0px;
}
  






/***
 *** Calendar
 ***/
#calendar .today,
.minicalendar .today {
  border:1px solid !important;
} 

 table.minicalendar {
  width: 100%;
  margin:10px auto;
  padding:2px;
  border-width:1px;
  border-style:solid;
  border-collapse:separate;
  border-spacing:1px !important;
}

table.minicalendar tr.weekdays th {
   border-style: none;
}

table.minicalendar tr td.day {
  border-style: solid;
  border-width: 1px;
}

table.minicalendar tr.weekdays th abbr {
  border-style: none;

  }
  
table.calendarmonth {
  border-collapse:separate;
  border-spacing:1px !important;
}

table.calendarmonth tr td  {
  border-style: solid;
  border-width: 1px;
}


  

/***
 *** Course
 ***/
 
.headingblock {
  border-width:0px;
  border-style:solid;



  padding:5px;
}

h2.headingblock {
  padding:6px 10px 6px 10px;
}


.categorybox .category,
.categorybox .category {
  border-bottom: solid;
  border-width: 1px;
  padding-top: 3px;
}

//used for indented sub-categories
.category2 {
  border-top: solid;
  border-width: 1px;
  padding-top: 3px;
}

#course-view .section .left {
  border-right-width: 1px;
  border-right-style: dashed;
}

#course-view .current .left {
  border-right-width: 5px;
  border-right-style: solid;
}

#course-view .section td.content {
 padding-top:0px;
 padding-bottom:20px;
}

#layout-table #left-column, #layout-table #right-column {
  padding-top:5px;
}


.forumpost {
    margin-top: 5px;
}









/***
 *** Footer
 ***/

#footer {
  height:50px; /*height of whole footer section*/
  width:100%;
  position: relative;
  margin: 30px auto 0px auto;
}

#footer-text {
 width:960px;
 margin-left: auto;
 margin-right: auto;
 padding: 0 18px 10px 18px;
}


/*homepage*/

.coursebox {
margin-bottom: 0px;

}

.coursebox .info .name  {
  padding-left:20px;
}


body#site-index .headingblock {
margin-bottom: 0px;
}

.generalbox#intro {
 width:100%;
}






/***** rmoodlev3/rmoodle_layout.css end *****/

/***** rmoodlev3/rmoodle_color.css start *****/

/* Core */

body {
}

#page {
  background: #fff url('pix/theme/back.gif') repeat-x;
} /*image is header background, colour is below header background*/

#content {
  background-color: #fff;
}

a:link {
    color: #00529C; 
}

a:visited {
    color: purple; 
}

a:hover {
    color: #FFC12C; 
}


h1, h2, h3, h4, h5, h6 {
color: #012B67;
}

/*sizes are set in fonts css*/)


th {
    background-color:#E3DFD4;

}

th.header,
td.header,
div.header {
  background-color: #C2D5ED;
  border-width: 1px 0px 1px 0px;
  border-color: #C2D5ED; 
  color: #012B67;
}

#layout-table #left-column {
    /* background-color: yellow; */
}



td.side {
  color: #f00;
}

.generalbox {
  border-color:#C2D5ED; /*C6BDA8*/
  background-color:#fff;
}

.navbar {
 background: #Fff;
}


.sitetopiccontent {
  border-color:#C2D5ED;
  background-color:#FFFFFF;
}



/***
 *** Blockquote
 ***/

blockquote {
  background: #fff url(pix/theme/quote.gif) left top no-repeat;
  border-color: #000000;
  border-width: 1px;
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-right: 20px;

}



/***
 *** Header
 ***/

#header-wrapper {
background-color: #fff; 
}

#header-home {
  background: #8EB9F0 url('pix/theme/banner_swirl.jpg') no-repeat;
  color:#000;
}

#header {
  background: #8EB9F0 url('pix/theme/banner_swirl.jpg') no-repeat;
  color:#000;
}



/***
 *** Login
 ***/


.loginbox .header {
  border-color:#C2D5ED;
}

.loginbox .content {
  border-color:#C2D5ED;
}


/***
 *** Blocks
 ***/
 
.sideblock .header {
  background-color: #C2D5ED; /*8EB9F0; */
  border-width: 0px 1px 0px 1px;
  border-color: #C2D5ED; /*8EB9F0; */; 
  color: #012B67; 
  }

.sideblock {
  border-color:#F9F9F9; 
  background-color: #F9F9F9; 
}

.sideblock .content {
  border-width: 1px 0px 0px 0px;
  border-color:#E3DFD4; 
  background-color:#F9F9F9;

}

.sideblock .footer {
  border-top-color:#C2D5ED;
}

.sideblock .header .hide-show img.hide-show-image {
  //background: url('../../pix/t/switch_minus.gif') no-repeat bottom;
  background: url('circle.gif') no-repeat top right;

}

.sideblock.hidden .header .hide-show img.hide-show-image {
  background: url('../../pix/t/switch_plus.gif') no-repeat bottom;
}

.block_html  .content{
  /*allows for different colour or bg image to be used in a htmkl block */
  /*background-color:#F00;*/ 
}

.sectionlinksblock_link {
	border-bottom: 1px dotted #ddd;
}

.sectionlinksblock_link a:hover {
	text-decoration: none;
	background:#eee;
	color: #00f;
}

/*no border on the last one to suit the block style more*/
.sectionlinksblock_lastlink a:hover{
	text-decoration: none;
	background:#eee;
	color: #00f;
}

/***
 *** Calendar
***/
 
#calendar .maincalendar,
#calendar .sidecalendar {
  border-color: #aaa;
}

#calendar .maincalendar table.calendarmonth th {
  border-color: #aaa;
}


table.calendarmonth tr td {
   border-color:#aaa;
} 

table.minicalendar {
  border-color:#C2D5ED;
  font-family: verdana;

}

table.minicalendar tr.weekdays th {
  background-color:#F9F9F9;
  border-color:#C2D5ED;
  font-family: verdana;

  }

table.minicalendar tr td.day {
   border-color:#C2D5ED;
   font-family: verdana;

  }
  
table.minicalendar tr td.weekend {
  border-color:#C2D5ED;
  color: #red;
  font-family: verdana;

  }
  
#calendar .today,
.minicalendar .today {
  border-color:#c00000 !important;
  background-color:#FFFF40;
}
  
/* colors for calendar events */
#calendar .event_global,
.minicalendar .event_global,
.block_calendar_month .event_global {
  border-color:#012BD1 !important;
  background-color:#012BD1; /*2EBA0E green*/
  color: white;

}

#calendar .event_global a,
.minicalendar .event_global a,
.block_calendar_month .event_global a {
  font-family: verdana;
  font-weight: bold;
  color: white;

}

#calendar .event_course,
.minicalendar .event_course,
.block_calendar_month .event_course {
  border-color:#FF9966 !important;
  background-color:#FF9966;
}

#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;
}

.cal_popup_fg {
  background-color:#F9F9F9;
}

.cal_popup_bg {
  border-color:#C2D5ED;
  background-color:#F9F9F9;
}

#calendar .maincalendar .filters table, #calendar .sidecalendar .filters table, .block_calendar_month .filters table {
background-color:#F9F9F9;
}

/***
 *** Course
 ***/

.headingblock {
  border-width: 5px;
  background-color: #C2D5ED;
  color:#012B67;
  }
  
h2.headingblock  {
  border-width: 0px;
  color:#012B67;
  display:none; /*removes 'Topic Outline' at the top of a course page */
  }

.categoryboxcontent,
.courseboxcontent {
  border-color:#C2D5ED;
  border-width:0px;
  background-color: #FFFFFF;
}

.coursebox {
  border-width:0px 0px 1px 0px;
  border-color:#C2D5ED;
  background-color: #FFFFFF;
}

.categoryboxcontent_homepage {
  border-color:#ffffff;
  background-color: #FFFFFF;
}



.categorybox .category,
.categorybox .category {
  border-color: #C2D5ED;
}

//used for indented sub-categories
.category2 {
  border-color: #C2D5ED;
}

#course-view .section .content {
  border-color: #C2D5ED;
  background-color: #FFFFFF;
}

#course-view .section .side {
  border-color: #C2D5ED;
  background-color: #FFFFFF;
  color: #C2D5ED;
}

#course-view .section td.side {
    border-width: 0px 0px 1px 0px;
}
#course-view .section td.content {
    border-width: 0px 0px 1px 0px;
}

/*used to disappear the number of each section*/
#course-view .section .left {
  color: #ffffff;
}

/***
 *** Tabs
 ***/

.tabs .side {
  border-color: #C2D5ED;
}
.tabrow td {
  background:url(pix/tab/left.gif) top left no-repeat;
}
.tabrow td .tablink {
  background:url(pix/tab/right.gif) top right no-repeat;
}
.tabrow td:hover {
  background-image:url(pix/tab/left_hover.gif);
}
.tabrow td:hover .tablink {
  background-image:url(pix/tab/right_hover.gif);
}
.tabrow .last span {
  background:url(pix/tab/right_end.gif) top right no-repeat;
}
.tabrow .selected {
  background:url(pix/tab/left_active.gif) top left no-repeat;
}
.tabrow .selected .tablink {
  background:url(pix/tab/right_active.gif) top right no-repeat;
}
.tabrow td.selected:hover {
  background-image:url(pix/tab/left_active_hover.gif);
}
.tabrow td.selected:hover .tablink {
  background-image:url(pix/tab/right_active_hover.gif);
}

/***
 *** Modules: Forum
 ***/

.forumheaderlist,
.forumpost {
  border-color:#C2D5ED; /*C6BDA8*/
}

.forumpost .content {
  background: #F9F9F9;
}

.forumpost .left {
  background:#C2D5ED; /*8EB9F0; */;
}

.forumpost .topic {
  border-bottom-color: #C2D5ED;
  font-weight: bold;

}

.forumpost .starter {
  background:#F9F9F9; 
}

.forumheaderlist .discussion .starter {
  background:#F9F9F9; 
}

.forumheaderlist td {
  border-color: #C2D5ED;
}

.sideblock .post .head {
  color:#808080; /*used for date on Latest News block*/
  font-size:10px;
}

.forumthread .unread {
  background: #F9F9F9;
}
#mod-forum-discuss .forumpost {
  background: none;
}

#mod-forum-discuss .forumpost.unread .content {
  border-color: #C2D5ED; 
} 

#mod-forum-discuss .forumthread .unread {
} 

#mod-forum-index .unread {
}

/***
 *** NCSA Modules: journal
 ***/
 

.ncsa_journalpost_header {
  background:#DCD6C8; 
  border-color: #C2D5ED;
}



/***
 *** Footer
 ***/

#footer {
  background: #fff url('pix/theme/back.gif') repeat-x;
}

#footer-text {
 background-color: #fff;
 color: #888;
}

/***** rmoodlev3/rmoodle_color.css end *****/

/***** rmoodlev3/rmoodle_fonts.css start *****/

/* Core */

.clearer {
  font-size:1px;
}

body, td, th, li {
    font-family:"Segoe UI",Tahoma,Arial,sans-serif; 
	font-size: 0.95em;
}
table{
    font-family:"Segoe UI",Tahoma,Arial,sans-serif; 
}



body {
    /*margin : 5px;*/
    margin : 0px;
}

th {
  font-size: 16px;
  font-weight: normal;
}


a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family:"Segoe UI",Tahoma,Arial,sans-serif;    
    

}

h1 {
    font-size: 30px;
    font-style: normal;
    font-weight: bold;
    text-transform: normal;
    letter-spacing: -1px;
    line-height: 1.1em;

}

h2 {
    font-size:1.7em;
}
h3 {
    font-size:1.3em;
}
h4 {
    font-size:1.3em;
}
h5 {
    font-size:1.3em;
}
h6 {
    font-size:1.3em;
}
th.header,
td.header,
div.header,
.headingblock {
	font-family:"Segoe UI",Tahoma,Arial,sans-serif;    
    font-weight: bold;
}

h2.headingblock {
    font-size: 1em;
}


.categorybox .category,
.categorybox .category {
    font-size: 1em;
    font-weight: bold;
}


.subcategory {
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: 1.5em;
    font-weight: bold;
    background-image: url(pix/subcategory.gif);
    background-repeat: no-repeat;
    background-position: center right;
    padding-right: 22px;
}

.info {
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: 1.3em;
    font-weight: normal;
}

.sideblock .post .info {
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: 1em;
    font-weight: normal;
}

.sideblock .post .info a {
    font-size: .8em;
    font-weight: normal;
}

.teachers {
    font-family: Verdana, Geneva; 
    font-size: 7pt;
    font-weight: normal;
}

/***
 *** Header
 ***/

#header-home  a{
}

.headerlogo {
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-weight:normal;
    font-style:italic;
	text-align:left;
	font-size: 2em;
	color: #666;
}
 
.navbarglobal {
  color: #000;
  font-size:1em;
  font-weight:bold;

}

.navbarglobal a {
  color: #000;
  text-decoration: none;
    /*font-family: Arial, Helvetica, sans-serif;*/
  padding:6px;
}
.navbarglobal2 a {
  color: #000;
  text-decoration: none;
    /*font-family: Arial, Helvetica, sans-serif;*/
  padding:6px;
}

.navbarglobal a:visited {
  color: #000;
  text-decoration: none;
}

.navbarglobal a:hover {
  color: #eee;
  background-color: #4B4B4C;
  text-decoration: none;
  padding:6px;
}

.navbarglobal a#active {
  background-color: #bababc;
  color: #000;
  text-decoration: none;
}



.breadcrumb {
    font-size:.85em;
    font-weight:bold;
}

.youarehere {
    font-size:.95em;
    font-weight:normal;
    color: #999;
    }


.logininfo,
#header-home .headermenu font {
    font-family: verdana, sans-serif;
    font-size:.6em;
    color: #777;
}

.logininfo a {
     
     color: #777;
}

 /***
 *** Blocks
 ***/
 
.sideblock .footer {
    font-size:0.85em;
    text-align: left;
}

.sideblock .header, .sideblock h2 {
	font-family:"Segoe UI",Tahoma,Arial,sans-serif;    
  font-size:1em;
  font-weight: bold;
}


/***
 *** Calendar
 ***/
#calendar .maincalendar table.calendarmonth td {
  font-size:.8em;
}

#calendar .maincalendar .calendar-controls .current {
  font-weight: bold;
}

#calendar .sidecalendar .filters {
  //font-size:0.5em;
  font-size:xx-small;

  }

table.minicalendar tr.weekdays th {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:0.8em;
  font-weight:normal;
  }

table.minicalendar tr td.day {
  font-size:0.8em;
  }
  
/***
 *** Course
 ***/
  
#course-view .section .left {
  font-weight: bold;
  font-size: 1.2em;
}

  
/***
 *** Footer
 ***/

#footer {
  text-align: left;
}

/***** rmoodlev3/rmoodle_fonts.css end *****/

/***** rmoodlev3/rmoodle_extras.css start *****/

/*homepage box layout*/

/*stretches across under header logo*/
#homepagebox_wrapper
{
padding: 0px;
background: url('pix/theme/homepageboximage.jpg') no-repeat;
position: relative;
float: left;
width: 990px;
}

#homepagebox_left 
{
float: left;
font-family: "Segoe UI",Tahoma,Arial,sans-serif;
font-weight:normal;
font-style:italic;
padding: 5px;
clear:left;
}

#homepagebox_right
{
padding: 15px;
margin-right: 25px;
border: 0px; 
float: right;
width: 200px;
/*height:100px;*/
text-align: right;
clear:right;
font-family: "Segoe UI",Tahoma,Arial,sans-serif;
font-style:italic;
color: #444;
}






/*styles for new navbar*/
/*from Listamatic 'Rollover horizontal list navbar' http://css.maxdesign.com.au/listamatic/horizontal03.htm*/

#navcontainer ul
{
position: absolute;
top:135px; /*135/158, 180/210px*/
left:185px; /*265*/
}

#navcontainer ul
{
padding-left: 0;
background-color: #012B67; 
margin: 0px;
color: #fff;
float: left;
}
#navcontainer ul li 
{ 
display: inline; 
}

#navcontainer ul li a
{
padding: 0em 0.9em;
color: #fff;
text-decoration: none;
float: left;
/*line-height:2.1em;*/
line-height:21px; /*30*/
font-weight: normal;
font-size:1.1em;
font-family: "Segoe UI",Arial,sans-serif;
}
#navcontainer ul li a:hover
{
background-color: #FFC621; 
color: #012B67;
height:23px; 
}
ul#navlist li#active a
{
padding: 0em 0.9em;
background-color: #ADBD5A;
color: #012B67;
text-decoration: none;
float: left;
height:23px; 
}
ul#navlist li#activehome a
{
padding: 0em 0.9em;
background-color: #8EB9F0;
color: #012B67;
text-decoration: none;
float: left;
height:23px; 
}
/*	navbar end*/



/***** rmoodlev3/rmoodle_extras.css end *****/


