/**************************************
 * THEME NAME: ed-lab_2008
 *
 * Files included in this sheet:
 *
 *   ed-lab_2008/fw_layout.css
 *   ed-lab_2008/fw_color.css
 *   ed-lab_2008/fw_fonts.css
 **************************************/

/***** ed-lab_2008/fw_layout.css start *****/

/* Core */

body {
    margin: 1px 30px 5px 30px;
    padding: 0px;
    border: 0px;
}

#page {
  border-left: 1px solid #BBB;
  border-right: 1px solid #999;
}

h1.main,
h2.main,
h3.main,
h4.main,
h5.main,
h6.main {
  text-align: left;
  padding-left: 5px;
} 

h1, h2, h3, h4, h5, h6 {
  text-align: left;
  padding-left: 5px;
}
  
h1, h2, h3 {
  border-width: 1px;
  border-style: solid; 
}

h1 {
  padding-top: 3px;
  padding-bottom: 3px;
}

h4 {
  border-bottom-style: solid;
  border-bottom-width:1px; 
}

input {
  
}

.generalbox {
  border-width:1px; 
  border-style:solid;
}

.sitetopic {
  border-top: 0px;
}

.sitetopiccontent {
  border-width:1px;
  border-style:solid;
}

/***
 *** Header
 ***/

#header-home {
  /* padding:1em 0.5em; */
  height:52px;
  border-width:0px;
  border-style:solid;  
}

#header {
  height:52px;
  border-width:0px;
  border-style:solid;
}

.headermenu {
  float:right;
  text-align:right;
}

.navbar {
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  width: 100%; 
  height: 30px;
  border:0px;
}

.breadcrumb {
 padding-top: 6px;
 padding-left: 3px;
 }
 
.navbar .navbutton {
  padding-right: 10px;
  padding-top: 5px;
 }

.navbar .menu {
  padding-right: 10px;
  padding-top: 5px;
 }


/***
 *** Login
 ***/

TABLE.loginbox {
  margin-top: 20px;
  }

.loginbox .header {
  border-width:1px;
  border-style:solid;
  border-bottom-width: 0px;
}

.loginbox .content {
  border-top-width: 0px;
}


/***

 *** Footer

 ***/



#footer {

  text-align:left;

  margin-top: 5px;
  border-bottom: 1px solid #666;

}


#footer .navbar {
  margin-top: 2em;
}


#footer .loggedinas {
  text-align: center;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}


/***
 *** Blocks
 ***/

.sideblock {
  margin-top: 1px;
  }

.sideblock .header {
  border: 0px;
  }
.sideblock .header .title h2 {
  padding-top: 6px;
  padding-bottom: 2px;
  border: 0px;
  }

.sideblock .footer {
  border-top-width:1px;
  border-top-style:dashed;
  margin-top:4px;
  padding-top:2px;
}

li.r0,
li.r1,
li.activity,
li.listentry {
  margin-top:4px;
  margin-bottom:2px;
}

img.userpicture {
  margin-bottom:1px;
}

/***
 *** Calendar
 ***/
 
 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.calendarmonth {
  border-collapse:separate;
  border-spacing:1px !important;
}

table.calendarmonth tr td  {
  border-style: solid;
  border-width: 1px;
}
#calendar td.sidecalendar .sideblock {
  border: none;
  margin-bottom:10px;
}

#calendar .sidecalendar h2 {
  border: 0px;
}


/***
 *** Course
 ***/
 
h2.headingblock {
  border:0px;
  padding:6px;
}


.categorybox .category,
.categorybox .category {
  border-bottom: solid;
  border-width: 1px;
  padding-top: 7px;
}

#course-view .section .left {
  border-right-width: 1px;
  border-right-style: dashed;
}
/***** ed-lab_2008/fw_layout.css end *****/

/***** ed-lab_2008/fw_color.css start *****/

/*
Used Colors:

FABA00 - orange
1651B2 - dark-blue (text links)
EFF7F9 - light-blue (boxes bg)
*/


/* Core */



body {

  background-color: #FFF;
  background: url(page_bg.png) repeat-x;

}

#page {
  background-color: #FFF;
}

a:link {

    color: #333;

}



a:visited {

    color:#333;

}



a:hover {

    color: #FF8200;

}



a.dimmed:link {

    color: #DDD;

}



a.dimmed:visited {

    color:#DDD;

}



a.dimmed:hover {

    color: #BBB;

}





h1 {


  background: url(gradient25h.gif) repeat-x;

  border-color: #EEE;

  color: #333;

}



.generalbox h2 {

  background-color: #EEE;

  border-color:#EEE;
  color: #FF8200;

}


h3 {

  border-color:#EEE;

}

h4 {

  border-color:#EEE;

}





th {

    background-color:#E3DFD4;



}



th.header,

td.header,

div.header {

  background-color: #FF8200;



}



#layout-table #left-column {

    /* background-color: yellow; */

}



.generalbox {

  border-color:#EEE;

  background-color:#FFFFFF;

}



.navbar {

  background-color:#FFFFFF;

  border-color:#666666;

  /* height: 20px; */

  background: url(gradient30h.gif) repeat-x;

}


.sitetopic {

  background: url(gradient25h.gif) repeat-x;

}




.sitetopiccontent {

  border-color:#EEE;

  background-color:#FFFFFF;

}





/***

 *** Header

 ***/



#header-home, #header {

/*  background-color: #FFFFFF;

  border-color:#EEE;
*/
  background: url(header-bg.gif) repeat-x; 
}

.headermenu a { color: #FF8200; text-decoration: none; }
.headermenu a:visited { color: #FF8200; text-decoration: none; }
.headermenu a:hover { color: #FF8200; text-decoration: underline; }

/***

 *** Footer

 ***/

#footer {
  background-color: #FFFFFF;

  background-image: url(footer-bg.gif);
  background-repeat: repeat-x;
}


.breadcrumb li.first,
.breadcrumb li.first a {

 color: white;

 }
.breadcrumb li.first a:hover {

 color: #333;

 }

#footer .loggedinas {
  border-top: 1px solid #FF8200;
}

.loggedinas a { color: #FF8200; text-decoration: none; }
.loggedinas a:visited { color: #FF8200; text-decoration: none; }
.loggedinas a:hover { color: #FF8200; text-decoration: underline; }

/***

 *** Login

 ***/





.loginbox .header {

  border-color:#EEE;

}



.loginbox .content {

  border-color:#EEE;

}





/***

 *** Blocks

 ***/

 

.sideblock .header {

  border-color: #EEE;

  background: url(gradient25h.gif) repeat-x;

}



.sideblock {

  border-color:#EEE;

}



.sideblock .content {

  border-color:#EEE;

  background-color:#EEE;

}



.sideblock .footer {

  border-top-color:#FF8200;

}



.sideblock .header .title h2 {
  color: white;

}



.sideblock .header .hide-show img.hide-show-image {

  background: url('../../pix/t/switch_minus.gif') no-repeat bottom;

}



.sideblock .hidden .header .hide-show img.hide-show-image {

  background: url('../../pix/t/switch_plus.gif') no-repeat bottom;

}





li .head .date,
li .head .name  {

  color: #FF8200;

}





/***

 *** Calendar

***/

 

#calendar .maincalendar,

#calendar .sidecalendar {

  border-color: #EEE;

}


#calendar td.sidecalendar .sideblock {

  background-color: #EEE;

}

#calendar .sidecalendar h2 {

  color: #FFFFFF;

}


#calendar .maincalendar table.calendarmonth th {

  border-color: #EEE;
  background-color:#CCC;
  color: white;

}





table.calendarmonth tr td {

   border-color:#CCC;

} 



table.minicalendar {

  border-color:#EEE;

}



table.minicalendar tr.weekdays th {

  border-color:#CCC;
  background: url(gradient25h.jpg) repeat-x;

  }



table.minicalendar tr td.day {

   border-color:#CCC;

  }

  

table.minicalendar tr td.weekend {

  border-color:#FF8200;

  color: FF8200;

  }

  

#calendar .today,

.minicalendar .today {

  border-color:#000000 !important;

}

  

/* colors for calendar events */

#calendar .event_global,

.minicalendar .event_global,

.block_calendar_month .event_global {

  border-color:#7DCB08 !important;

  background-color:#7DCB08;

}



#calendar .event_course,

.minicalendar .event_course,

.block_calendar_month .event_course {

  border-color:#FA5D00 !important;

  background-color:#FA5D00;

}



#calendar .event_group,

.minicalendar .event_group,

.block_calendar_month .event_group {

  border-color:#FF8200 !important;

  background-color:#FF8200;

}



#calendar .event_user,

.minicalendar .event_user,

.block_calendar_month .event_user {

  border-color:#70C4E8 !important;

  background-color:#70C4E8;

}



.cal_popup_fg {

  background-color:#EEE;

}



.cal_popup_bg {

  border-color:#EEE;

  background-color:#EEE;

}



.formtable th {
  background-color:#DDD;
}
.formtable td {
  background-color:#EEE;
}




/***

 *** Course

 ***/



.headingblock {

  border-color:#DDDDDD;

}



#middle-column .header {

  background: url(gradient25h.gif) repeat-x;

}



.categoryboxcontent,

.courseboxcontent {

  border-color:#DDDDDD;

  background: #FFFFFF;

}



.categorybox .category,

.categorybox .category {

  border-color: #DDDDDD;

}



#course-view .section .content {

  border-color: #DDDDDD;

  background-color: #FFFFFF;

}



#course-view .section .side {

  border-color: #DDDDDD;

  background-color: #FFFFFF;

}



/***

 *** Tabs

 ***/



.tabs .side {

  border-color: #333333;

}

.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:#DDD;

}

.forumpost .header {

  background: #DDD;

}

.forumpost .content {

  background: #F3F3F3;

}



.forumpost .left {

  background:#EEE; 

}



.forumpost .topic {

  border-bottom-color: #FF8200;

}



.forumpost .starter {

  background:#EEE; 

}



.forumheaderlist .discussion .starter {

  background:#EEE; 

}



.forumheaderlist td {

  border-color: #DDD;

}



.sideblock .post .head {

  color:#333;

}



.forumthread .unread {

  background: #FFECD9;

}

#mod-forum-discuss .forumpost {

  background: none;

}



#mod-forum-discuss .forumpost.unread .content {

  border-color: #EEE;
  background: #FFECD9; 

} 



#mod-forum-discuss .forumthread .unread {

} 



#mod-forum-index .unread {

}

/***** ed-lab_2008/fw_color.css end *****/

/***** ed-lab_2008/fw_fonts.css start *****/

/* Core */

.clearer {
  font-size:1px;
}

body, td, li {
    font-family: Arial, Helvetica, sans-serif;
    font-size : 13px;
}


th {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}


a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1, h2, h3, h4 {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 {
    font-size:1.2em;
    font-weight: bold;
}

h2 {
    font-size:1.1em;
}
h3 {
    font-size:1.05em;
}
h4 {
    font-weight:bold;
    font-size:1.0em;
}
h5 {
    font-size:0.95em;
}
h6 {
    font-size:0.85em;
}
th.header,
td.header,
div.header,
.headingblock {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 0.9em;
}


.categorybox .category,
.categorybox .category {
/*  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; */
    font-size: 1.2em;
    font-weight: bold;
}

input, select,
#left-column input,
#right-column input {
     font-size:.8em;
}


/***
 *** Header
 ***/
 
.breadcrumb {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:.85em;
    font-weight:bold;
}

.logininfo,
#header-home .headermenu font {
     font-size:.8em;
}

.headermenu input,
.headermenu select {
     font-size:.8em;
     margin-top: 5px;
}


 /***
 *** Blocks
 ***/
 
.sideblock .footer {
    font-size:0.85em;
    text-align: left;
}

.r0 input,
.r1 input,
.r2 input {
     font-size:.8em;
}

li .head .date,
li .head .name  {
  font-size:0.9em;
}

.block_recent_activity .content h3 {
  font-size:0.95em;
}

.block_recent_activity .content .activityhead {
  font-size:0.9em;
}

.sideblock .content ul li.post .info {
  text-align: left;
  font-size:0.95em;
}

li.post .info a {
  font-size:0.9em;
}

.block_online_users .content .info {
  font-size:.9em;
}

.filters td a {
  font-size:.9em;
  line-height:9px;
}

.content .activitydate,
.content .activityhead {
  font-size:.95em;
}

.block_messages .content .info,
.block_messages .footer {
  font-size:1.2em;
}

/***
 *** Calendar
 ***/
#calendar .maincalendar table.calendarmonth td {
  font-size:.8em;
}

#calendar .maincalendar .calendar-controls .current {
  font-weight: bold;
}

#calendar .sidecalendar .filters {
  font-size:0.75em
  }

table.minicalendar tr.weekdays th {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:0.7em;
  font-weight:normal;
  }

table.minicalendar tr td.day {
  font-size:0.7em;
  }
  
/***
 *** Course
 ***/
  
#course-view .section .left {
  font-weight: bold;
  font-size: 1.2em;
}
  
.coursesearchbox input {
     font-size:.8em;
}/***** ed-lab_2008/fw_fonts.css end *****/

