/**************************************
 * THEME NAME: ebasedacademy
 *
 * Files included in this sheet:
 *
 *   ebasedacademy/fw_layout.css
 *   ebasedacademy/fw_color.css
 *   ebasedacademy/fw_fonts.css
 *   ebasedacademy/styles.css
 **************************************/

/***** ebasedacademy/fw_layout.css start *****/

/* Core */

body {
    margin: 5px;
}


h1.main,
h2.main,
h3.main,
h4.main,
h5.main,
h6.main {
  text-align: left;
  padding-left: 5px;
} 

h1, h2, h3, h4 {
  text-align: left;
}

h1 {
  padding: 6px;
}

h2 {
  padding: 4px;

}

h3 {
  padding: 3px;

}

#layout-table #left-column, #layout-table #right-column {
    border: 1px solid;
    padding: 0px;
}

#left-column .hidden .header, #right-column .hidden .header {
border-bottom-style:dashed;
border-bottom-width:1px;
}


#content {
clear:both;
}
  
h1, h2, h3, th.header {
  border-width: 1px;
  border-style: solid; 
}

h4 {
  border-bottom-style: solid;
  border-bottom-width:1px; 
}

input, select {
  padding: 0px;
}
#layout-table #middle-column{
  vertical-align:top;
  padding-left:6px;
  padding-right:6px;
}
.sitetopic {
  padding:4px;
  margin: 0px;
}

.generaltable {
  border-width:0px; 
}

.generalbox {
  border-width:1px; 
  border-style:solid;  
}

.sitetopiccontent {
  border-width:1px;
  border-style:solid;
}

.clearfix { 
 min-width: 0; 
 /* overflow: hidden; */ 
}

.clearfix:after {
  /* content: "<!-- -->";  */
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

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

#header-home {
  /* padding:1em 0.5em; */
  height:100px;
  border-width:1px;
  border-style:solid;
}

#header {
  height:55px;
  border-width:1px;
  border-style:solid;
}

.headermain, h1.headermain {
  float:left;
  margin:0%;
  padding:0%;
  border-width: 0px;
}

.headermenu {
  float:right;
  text-align:right;
}

.navbar {
  width:100%;
  padding:3px 0.5em;
  border-width:0px;
/*  border-style:solid; */
}

div.navbar {
  width: auto;
}

table.navbar {
  width: 100%;
}

.navbar .navbutton form {
  float: left;
}

.navbar .navbutton {
  margin-top: 3px;
}

.navbar .breadcrumb {
  float:left;
  margin:0.2em 0em;
}

.breadcrumb ul {
  padding:0%;
  margin:0%;
  text-indent:0%;
  list-style:none;
}
.breadcrumb li {
  display:inline;
}

.navbar .navbutton,
.navbar .menu {
  float:right;
}

#footer .navbar {
  margin-top: 4em;
}


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

TABLE.loginbox {
  margin-top: 40px;
}

.loginbox .header {
  border-width:1px;
  border-style:solid;
  border-bottom-width: 0px;
}

.loginbox .content {
  border-top-width: 1px;
}


/***
 *** Footer
 ***/
 
#footer {
  text-align:left;
  margin-top: 5px;
  margin-bottom: 0px;
}

 
#footer p.helplink {
 margin-bottom: 0px;
}


/***
 *** Blocks
 ***/
.sideblock, .sideblock .header, .sideblock .content  {
  border-width: 0px;
 }


.sideblock .header h2 {
  border-width: 0px;
  padding-top: 4px;
 }

.sideblock .header .hide-show-image {
 padding-top: 4px;
}
 
.sideblock .footer {
  border-top-width:1px;
  border-top-style:dashed;
}
  

/***
 *** 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:1px;
  border-style:solid;
  padding:5px;
}


.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;
}

#course-view .section.hidden .content,
#course-view .section.hidden .side {
  border-width: 1px;
  border-style: dashed;
}

#course-view .section td.content ul.section.img-text {
	line-height: 22px;
}

#course-view .section td.content ul.section.img-text li.activity.label {
	line-height: 16px;
	margin-bottom: 5px;
}

.coursebox .info .name {
  padding-bottom: 5px;
  }

.tabrow0 { 
   padding-top: 4px; 
} 

/***
 *** Modules: glossary
 ***/

.entry .concept,
.entryheader .concept {
   margin-top: 5px;
   margin-bottom: 10px;
}

.glossarypost.continuous {
	padding: 5px;
}

/***
 *** Error message
 ***/

.errorbox {
/*   color:#ffffff; */
   border-width: 2px;
}
/***** ebasedacademy/fw_layout.css end *****/

/***** ebasedacademy/fw_color.css start *****/

/* Core */

body {
  background-color: #F7F6F1;
}

/*
a:link {
    color: #0033CC;
}

a:visited {
    color:#0033CC;
}

a:hover {
    color: #990000;
}
*/

a.dimmed:link,
a.dimmed:visited {
  color:#AAAAAA;
}

h1 {
  background-color: #C6BDA8;
  border-color: #333333;
  color: #333333;
}

h2 {
  background-color: #E3DFD4;
  border-color:#C6BDA8;
}

h2.headingblock.header  {
 background: url(pix/grad/gradient_h.jpg);
}


h3 {
  border-color:#C6BDA8;
}
h4 {
  border-color:#C6BDA8;
}


th {
    background-color:#E3DFD4;

}

th.header,
td.header,
div.header {
  background-color: #E3DFD4;

}

th.header {
  border-color: #C6BDA8;
}

#left-column .hidden .header, #right-column .hidden .header {
  border-color:#C6BDA8;
}


#layout-table #left-column, #layout-table #right-column {
    background-color: #FEF9F6;
    border-color:#C6BDA8;
}

.generalbox {
  border-color:#C6BDA8;
  background-color:#FFFFFF;
}

.generaltable,
.generaltable td {
  border-color:#C6BDA8;
  /* background-color:#FFFFFF; */
}

/* .generaltable .r0 td.cell.c0 {
 background-color:#C6BDA8; 
} */

.generaltable .r0 {
 background-color:#FEF9F6; 
}

.generaltable .r1 {
 background-color:#F1EFEB; 
}

.generaltable .r1 td.cell.c0 {
border-color:#C6BDA8; 
/* background-color:#E3DFD4; */
}

.navbar {
  background-color:#C6BDA8;
/*  border-color:#666666;
  height: 20px; */
  background: url(pix/grad/bg_bread.jpg) repeat-x;
}

.sitetopiccontent {
  border-color:#C6BDA8;
  background-color:#FFFFFF;
}

.highlight {
  background-color:#C6BDA8;
}

.highlight2 {
  color:#C6BDA8; /* highlight missing terms in forum search */
}

/***
 *** Roles
 ***/

.rolecap .inherit.capdefault, .rolecap .allow.capdefault {
  background-color:#E3DFD4;
}

#admin-roles-override .capcurrent {
  background-color:#E3DFD4;
}

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

#header-home, #header {
  background-color: #E3DFD4;
  border-color:#C6BDA8;
}

h1.headermain {
  background-color: transparent;
}

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


.loginbox,
.loginbox.twocolumns .loginpanel,
.loginbox .subcontent {
  border-color:#C6BDA8;
}

.loginbox .content {
  border-color:#C6BDA8;
}

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

.sideblock .content {
   background-color:#FEF9F6;
}

.sideblock .header, .sideblock .header h2 {
 background: url(pix/grad/gradient_h.jpg) repeat-x;
 background-color:#E3DFD4; 
}

.sideblock hr {
  color:#C6BDA8;
  /*background-color:#FEF9F6;*/
}

.sideblock .footer {
  border-top-color:#C6BDA8;
}

.sideblock .content .post .head .date,
.sideblock .content .post .head .name {
  color: #000000;
  }

/***
 *** Calendar
***/
 
#calendar .maincalendar,
#calendar .sidecalendar,
#calendar .maincalendar .event {
  border-color: #C6BDA8;
}

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


table.calendarmonth tr td {
   border-color:#C6BDA8;
} 

table.minicalendar {
  border-color:#C6BDA8;
}

table.minicalendar tr.weekdays th {
  background-color:#FEF9F6;
  border-color:#C6BDA8;
  }

table.minicalendar tr td.day {
   border-color:#C6BDA8;
  }
  
table.minicalendar tr td.weekend {
  border-color:#C6BDA8;
  color: red;
  }
  
#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:#2EBA0E !important;
  background-color:#2EBA0E;
}

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

.cal_popup_bg {
  border-color:#C6BDA8;
  background-color:#FEF9F6;
}


/***
 *** Course
 ***/

.headingblock {
  border-color:#C6BDA8;
}

.coursebox {
  border-color:#C6BDA8;
  background: #FEF9F6;
}

.coursebox .info {
 background: #EDEAE4;
}

.categoryboxcontent,
.courseboxcontent {
  border-color:#C6BDA8;
  background: #FFFFFF;
}

.categorybox .category,
.categorybox .category {
  border-color: #C6BDA8;
}

#course-view .section.main .content {
  border-color: #C6BDA8;
  background-color: #FFFFFF;
}

#course-view .section.main .side {
  border-color: #C6BDA8;
  background-color: #FFFFFF;
}

#course-view .current .right.side,
#course-view .current .left.side {
  background-color: #C6BDA8;
}

#course-view .section.hidden .content,
#course-view .section.hidden .side {
  border-color:#C6BDA8;
 }




/***
 *** Tabs
 ***/

.tabs .side {
  border-color: #C6BDA8;
}
.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:#C6BDA8;
}

.forumpost .content {
  background: #FEF9F6;
}

.forumpost .left {
  background:#FEF9F6; 
}

.forumpost .topic {
  border-bottom-color: #C6BDA8;
}

.forumpost .starter {
  background:#FEF9F6; 
}

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

.forumheaderlist td {
  border-color: #C6BDA8;
}

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

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

#mod-forum-discuss .forumpost.unread .content {
/*  border-color: #C6BDA8; */
} 

#mod-forum-discuss .forumthread .unread {
} 

#mod-forum-index .unread {
}

/***
 *** Modules: glossary
 ***/

.picture,
.entryattachment,
.entryapproval {
  background-color: #E3DFD4;
 } 

.entrybox {
  border-color: #C6BDA8;
 }

.glossarypost.dictionary,
.glossarypost.fullwithauthor,
.glossarypost.fullwithoutauthor,
.glossarypost.continuous, 
.glossarypost.encyclopedia,
.glossarypost.faq {
  border-color: #C6BDA8;
  background-color: #FFFFFF;
}

.glossarycategoryheader th  {
  background-color: #F7F6F1;
}


.glossarycategoryheader h2, 
.glossarypost .concept h3 {
  background-color: #FFFFFF
}


/***
 *** Error message
 ***/

.errorbox {
   color:#000000;
   border-color:#990000;
   background-color:#FEF9F6;
 }

.errorboxcontent {
   background-color:#FEF9F6;
}
 

/***
 *** Grade
 ***/

.grade-report-grader table#user-grades td.cell span.gradepass {
  background-color: #C2EBBD; 
}

.grade-report-grader table#user-grades td.cell span.gradefail {
  background-color: #EBC4BD;
}

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

.userinfobox {
 border-color: #C6BDA8;
}

.userinfobox .side {
 background-color: #EDEAE4;
}

.userinfobox .content {
 background-color: #FEF9F6;
}

/***** ebasedacademy/fw_color.css end *****/

/***** ebasedacademy/fw_fonts.css start *****/

/* Core */

.clearer {
  font-size:1px;
}

body, td, li, input, select {
    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.15em;
}
h3 {
    font-size:1.1em;
}
h4 {
    font-weight:bold;
}

th.header,
td.header,
div.header,
.headingblock {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 0.9em;
}


.categorybox .category {
/*  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; */
    font-size: 1.2em;
    font-weight: bold;
}

.generaltable td.cell.c0 {
  font-weight: bold;
}
/***
 *** Header
 ***/
 
.breadcrumb {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:.85em;
    font-weight:bold;
}

.logininfo,
#header-home .headermenu font {
     font-size:.8em;
}

 /***
 *** Blocks
 ***/
 
.sideblock .footer {
    font-size:0.85em;
    text-align: left;
}

/***
 *** 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 {
  font-size:0.7em;
  }
  
/***
 *** Course
 ***/
  
#course-view .section .left {
  font-weight: bold;
  font-size: 1.2em;
}

.coursebox .info .name {
  font-weight: bold;
  font-size: 1.2em;
}

/* Accessibility: only certain fonts support Unicode chars like &#x25BA; in IE6 */
.arrow, .arrow_button input {
  font-family: Arial,Helvetica,sans-serif;
}

/*
span.arrow {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
} */

p.arrow_button input {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


/*Accessibility: resizable icons. */
img.resize {
  width: 1em;
  height: 1em;
}

/***
 *** Glossary
 ***/
.glossarypost div.concept h3,
.glossarypost.continuous .concept {
  display: inline;
}
/***** ebasedacademy/fw_fonts.css end *****/

/***** ebasedacademy/styles.css start *****/

/**************************************
 * THEME NAME: ebasedacademy
 *
 * Files included in this sheet:
 *
 *   ebasedacademy/fw_layout.css
 *   ebasedacademy/fw_color.css
 *   ebasedacademy/fw_fonts.css
 *   ebasedacademy/styles.css
 **************************************/

/***** ebasedacademy/fw_layout.css start *****/

/* Core */

body {
    margin: 5px;
}


h1.main,
h2.main,
h3.main,
h4.main,
h5.main,
h6.main {
  text-align: left;
  padding-left: 5px;
} 

h1, h2, h3, h4 {
  text-align: left;
}

h1 {
  padding: 6px;
}

h2 {
  padding: 4px;

}

h3 {
  padding: 3px;

}

#layout-table #left-column, #layout-table #right-column {
    border: 1px solid;
    padding: 0px;
}

#left-column .hidden .header, #right-column .hidden .header {
border-bottom-style:dashed;
border-bottom-width:1px;
}


#content {
clear:both;
}
  
h1, h2, h3, th.header {
  border-width: 1px;
  border-style: solid; 
}

h4 {
  border-bottom-style: solid;
  border-bottom-width:1px; 
}

input, select {
  padding: 0px;
}
#layout-table #middle-column{
  vertical-align:top;
  padding-left:6px;
  padding-right:6px;
}
.sitetopic {
  padding:4px;
  margin: 0px;
}

.generaltable {
  border-width:0px; 
}

.generalbox {
  border-width:1px; 
  border-style:solid;  
}

.sitetopiccontent {
  border-width:1px;
  border-style:solid;
}

.clearfix { 
 min-width: 0; 
 /* overflow: hidden; */ 
}

.clearfix:after {
  /* content: "<!-- -->";  */
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

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

#header-home {
  /* padding:1em 0.5em; */
  height:100px;
  border-width:1px;
  border-style:solid;
}

#header {
  height:55px;
  border-width:1px;
  border-style:solid;
}

.headermain, h1.headermain {
  float:left;
  margin:0%;
  padding:0%;
  border-width: 0px;
}

.headermenu {
  float:right;
  text-align:right;
}

.navbar {
  width:100%;
  padding:3px 0.5em;
  border-width:0px;
/*  border-style:solid; */
}

div.navbar {
  width: auto;
}

table.navbar {
  width: 100%;
}

.navbar .navbutton form {
  float: left;
}

.navbar .navbutton {
  margin-top: 3px;
}

.navbar .breadcrumb {
  float:left;
  margin:0.2em 0em;
}

.breadcrumb ul {
  padding:0%;
  margin:0%;
  text-indent:0%;
  list-style:none;
}
.breadcrumb li {
  display:inline;
}

.navbar .navbutton,
.navbar .menu {
  float:right;
}

#footer .navbar {
  margin-top: 4em;
}


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

TABLE.loginbox {
  margin-top: 40px;
}

.loginbox .header {
  border-width:1px;
  border-style:solid;
  border-bottom-width: 0px;
}

.loginbox .content {
  border-top-width: 1px;
}


/***
 *** Footer
 ***/
 
#footer {
  text-align:left;
  margin-top: 5px;
  margin-bottom: 0px;
}

 
#footer p.helplink {
 margin-bottom: 0px;
}


/***
 *** Blocks
 ***/
.sideblock, .sideblock .header, .sideblock .content  {
  border-width: 0px;
 }


.sideblock .header h2 {
  border-width: 0px;
  padding-top: 4px;
 }

.sideblock .header .hide-show-image {
 padding-top: 4px;
}
 
.sideblock .footer {
  border-top-width:1px;
  border-top-style:dashed;
}
  

/***
 *** 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:1px;
  border-style:solid;
  padding:5px;
}


.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;
}

#course-view .section.hidden .content,
#course-view .section.hidden .side {
  border-width: 1px;
  border-style: dashed;
}

#course-view .section td.content ul.section.img-text {
    line-height: 22px;
}

#course-view .section td.content ul.section.img-text li.activity.label {
    line-height: 16px;
    margin-bottom: 5px;
}

.coursebox .info .name {
  padding-bottom: 5px;
  }

.tabrow0 { 
   padding-top: 4px; 
} 

/***
 *** Modules: glossary
 ***/

.entry .concept,
.entryheader .concept {
   margin-top: 5px;
   margin-bottom: 10px;
}

.glossarypost.continuous {
    padding: 5px;
}

/***
 *** Error message
 ***/

.errorbox {
/*   color:#ffffff; */
   border-width: 2px;
}
/***** ebasedacademy/fw_layout.css end *****/

/***** ebasedacademy/fw_color.css start *****/

/* Core */

body {
  background-color: #F7F6F1;
}

/*
a:link {
    color: #0033CC;
}

a:visited {
    color:#0033CC;
}

a:hover {
    color: #990000;
}
*/

a.dimmed:link,
a.dimmed:visited {
  color:#AAAAAA;
}

h1 {
  background-color: #C6BDA8;
  border-color: #333333;
  color: #333333;
}

h2 {
  background-color: #E3DFD4;
  border-color:#C6BDA8;
}

h2.headingblock.header  {
 background: url(pix/grad/gradient_h.jpg);
}


h3 {
  border-color:#C6BDA8;
}
h4 {
  border-color:#C6BDA8;
}


th {
    background-color:#E3DFD4;

}

th.header,
td.header,
div.header {
  background-color: #E3DFD4;

}

th.header {
  border-color: #C6BDA8;
}

#left-column .hidden .header, #right-column .hidden .header {
  border-color:#C6BDA8;
}


#layout-table #left-column, #layout-table #right-column {
    background-color: #FEF9F6;
    border-color:#C6BDA8;
}

.generalbox {
  border-color:#C6BDA8;
  background-color:#FFFFFF;
}

.generaltable,
.generaltable td {
  border-color:#C6BDA8;
  /* background-color:#FFFFFF; */
}

/* .generaltable .r0 td.cell.c0 {
 background-color:#C6BDA8; 
} */

.generaltable .r0 {
 background-color:#FEF9F6; 
}

.generaltable .r1 {
 background-color:#F1EFEB; 
}

.generaltable .r1 td.cell.c0 {
border-color:#C6BDA8; 
/* background-color:#E3DFD4; */
}

.navbar {
  background-color:#C6BDA8;
/*  border-color:#666666;
  height: 20px; */
  background: url(pix/grad/bg_bread.jpg) repeat-x;
}

.sitetopiccontent {
  border-color:#C6BDA8;
  background-color:#FFFFFF;
}

.highlight {
  background-color:#C6BDA8;
}

.highlight2 {
  color:#C6BDA8; /* highlight missing terms in forum search */
}

/***
 *** Roles
 ***/

.rolecap .inherit.capdefault, .rolecap .allow.capdefault {
  background-color:#E3DFD4;
}

#admin-roles-override .capcurrent {
  background-color:#E3DFD4;
}

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

#header-home, #header {
  background-color: #E3DFD4;
  border-color:#C6BDA8;
}

h1.headermain {
  background-color: transparent;
}

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


.loginbox,
.loginbox.twocolumns .loginpanel,
.loginbox .subcontent {
  border-color:#C6BDA8;
}

.loginbox .content {
  border-color:#C6BDA8;
}

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

.sideblock .content {
   background-color:#FEF9F6;
}

.sideblock .header, .sideblock .header h2 {
 background: url(pix/grad/gradient_h.jpg) repeat-x;
 background-color:#E3DFD4; 
}

.sideblock hr {
  color:#C6BDA8;
  /*background-color:#FEF9F6;*/
}

.sideblock .footer {
  border-top-color:#C6BDA8;
}

.sideblock .content .post .head .date,
.sideblock .content .post .head .name {
  color: #000000;
  }

/***
 *** Calendar
***/
 
#calendar .maincalendar,
#calendar .sidecalendar,
#calendar .maincalendar .event {
  border-color: #C6BDA8;
}

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


table.calendarmonth tr td {
   border-color:#C6BDA8;
} 

table.minicalendar {
  border-color:#C6BDA8;
}

table.minicalendar tr.weekdays th {
  background-color:#FEF9F6;
  border-color:#C6BDA8;
  }

table.minicalendar tr td.day {
   border-color:#C6BDA8;
  }
  
table.minicalendar tr td.weekend {
  border-color:#C6BDA8;
  color: red;
  }
  
#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:#2EBA0E !important;
  background-color:#2EBA0E;
}

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

.cal_popup_bg {
  border-color:#C6BDA8;
  background-color:#FEF9F6;
}


/***
 *** Course
 ***/

.headingblock {
  border-color:#C6BDA8;
}

.coursebox {
  border-color:#C6BDA8;
  background: #FEF9F6;
}

.coursebox .info {
 background: #EDEAE4;
}

.categoryboxcontent,
.courseboxcontent {
  border-color:#C6BDA8;
  background: #FFFFFF;
}

.categorybox .category,
.categorybox .category {
  border-color: #C6BDA8;
}

#course-view .section.main .content {
  border-color: #C6BDA8;
  background-color: #FFFFFF;
}

#course-view .section.main .side {
  border-color: #C6BDA8;
  background-color: #FFFFFF;
}

#course-view .current .right.side,
#course-view .current .left.side {
  background-color: #C6BDA8;
}

#course-view .section.hidden .content,
#course-view .section.hidden .side {
  border-color:#C6BDA8;
 }




/***
 *** Tabs
 ***/

.tabs .side {
  border-color: #C6BDA8;
}
.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:#C6BDA8;
}

.forumpost .content {
  background: #FEF9F6;
}

.forumpost .left {
  background:#FEF9F6; 
}

.forumpost .topic {
  border-bottom-color: #C6BDA8;
}

.forumpost .starter {
  background:#FEF9F6; 
}

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

.forumheaderlist td {
  border-color: #C6BDA8;
}

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

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

#mod-forum-discuss .forumpost.unread .content {
/*  border-color: #C6BDA8; */
} 

#mod-forum-discuss .forumthread .unread {
} 

#mod-forum-index .unread {
}

/***
 *** Modules: glossary
 ***/

.picture,
.entryattachment,
.entryapproval {
  background-color: #E3DFD4;
 } 

.entrybox {
  border-color: #C6BDA8;
 }

.glossarypost.dictionary,
.glossarypost.fullwithauthor,
.glossarypost.fullwithoutauthor,
.glossarypost.continuous, 
.glossarypost.encyclopedia,
.glossarypost.faq {
  border-color: #C6BDA8;
  background-color: #FFFFFF;
}

.glossarycategoryheader th  {
  background-color: #F7F6F1;
}


.glossarycategoryheader h2, 
.glossarypost .concept h3 {
  background-color: #FFFFFF
}


/***
 *** Error message
 ***/

.errorbox {
   color:#000000;
   border-color:#990000;
   background-color:#FEF9F6;
 }

.errorboxcontent {
   background-color:#FEF9F6;
}
 

/***
 *** Grade
 ***/

.grade-report-grader table#user-grades td.cell span.gradepass {
  background-color: #C2EBBD; 
}

.grade-report-grader table#user-grades td.cell span.gradefail {
  background-color: #EBC4BD;
}

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

.userinfobox {
 border-color: #C6BDA8;
}

.userinfobox .side {
 background-color: #EDEAE4;
}

.userinfobox .content {
 background-color: #FEF9F6;
}

/***** ebasedacademy/fw_color.css end *****/

/***** ebasedacademy/fw_fonts.css start *****/

/* Core */

.clearer {
  font-size:1px;
}

body, td, li, input, select {
    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.15em;
}
h3 {
    font-size:1.1em;
}
h4 {
    font-weight:bold;
}

th.header,
td.header,
div.header,
.headingblock {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 0.9em;
}


.categorybox .category {
/*  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; */
    font-size: 1.2em;
    font-weight: bold;
}

.generaltable td.cell.c0 {
  font-weight: bold;
}
/***
 *** Header
 ***/
 
.breadcrumb {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:.85em;
    font-weight:bold;
}

.logininfo,
#header-home .headermenu font {
     font-size:.8em;
}

 /***
 *** Blocks
 ***/
 
.sideblock .footer {
    font-size:0.85em;
    text-align: left;
}

/***
 *** 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 {
  font-size:0.7em;
  }
  
/***
 *** Course
 ***/
  
#course-view .section .left {
  font-weight: bold;
  font-size: 1.2em;
}

.coursebox .info .name {
  font-weight: bold;
  font-size: 1.2em;
}

/* Accessibility: only certain fonts support Unicode chars like &#x25BA; in IE6 */
.arrow, .arrow_button input {
  font-family: Arial,Helvetica,sans-serif;
}

/*
span.arrow {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
} */

p.arrow_button input {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


/*Accessibility: resizable icons. */
img.resize {
  width: 1em;
  height: 1em;
}

/***
 *** Glossary
 ***/
.glossarypost div.concept h3,
.glossarypost.continuous .concept {
  display: inline;
}
/***** ebasedacademy/fw_fonts.css end *****/

/***** ebasedacademy/styles.css start *****/

*                                           { margin: 0; padding: 0; }
html                                        { height:100%; margin-bottom: 1px; overflow: -moz-scrollbars-vertical; }
body                                        { background: #37261f url(img/main-bg.gif) repeat top left; font: normal 12px Arial, sans-serif; color: #333; }

body, 
font                                        { font: normal 12px "Arial", sans-serif; }

a, a.autolink font,
.ui-dialog.ui-widget-content.ui-draggable .ui-dialog-content.ui-widget-content a,
p a strong font, .MsoNormal a font          { text-decoration: none; color: #cc0000; }
p a font font                               { text-decoration: none; color: #cc0000!important; }
span.highlight a:hover                      { /*text-decoration: none;*/ }
h2 a.autolink                               { color: #333; }
.sideblock a, .sideblock a font             { color: #996633; }
p                                           { margin: 10px 0; text-indent: 0!important; }
p font strong, p strong, p strong font      { font-weight: bold; }
.news-item p                                { margin-top: 2px; }
h1                                          { font-size: 36px; font-family: "Times", serif; border: 0px; background-color: transparent; color: #d72f2f; font-weight: normal; padding: 0px; }
#faq #content h1,
#news #content h1                           { margin-bottom: 20px; }
h2, h2 font, h1 font                        { background: none; border: none; font-weight: normal; font-size: 18px; color: #333; padding: 0px; line-height: 19px; }
h2 span                                     { display: block; font-size: 10px; font-style: italic; }
h3, h3 font                                 { font-size: 14px; font-weight: normal; border: none; margin-bottom: 5px; color: #333333; padding: 0px; margin-top: 15px; border-bottom: 1px solid #ccc;}
.sideblock .header h2                       { color: #666; text-transform: lowercase;}
ol, ul                                      { margin: 10px 0px 10px 20px; }
ol li, ul li                                { margin-bottom: 3px; }
ul.abc li                                   { list-style-type: lower-alpha; }
#idx-slider ul,
#idx-slider ul li,
#role, #role font                           { margin: 0px; }
#role, h2.main                              { padding: 0px; }
table.p05 td                                { padding: 5px; vertical-align: top; }
.ti                                         { text-indent: -5000px; }

table.p05 h3                                { border: none; margin-top: 0px; }

div.hr                                      { border-top: 1px solid #e4e4e4; height: 1px; margin: 15px 0px;  }
img.fr                                      { margin-bottom: 15px; }

ul li font,
.summary li font strong,
.summary li font strong font                { color: #333!important; }
span.highlight                              { background-color: #dcdcdc; padding: 2px; }

.navbar                                     { background: none; }
.breadcrumb                                 { margin-bottom: 15px!important; }
.breadcrumb li                              { font-size: 11px; }
span.arrow                                  { font-size: 7px; color: #ccc; margin: 0 2px; }

.lf, .fl                                    { float: left; }
.rf, .fr                                    { float: right; }
.clr, .cb                                   { clear: both; }
.w                                          { width: 980px; margin: 0 auto; padding-top: 25px; }
.generalbox                                 { border: none; padding: 0; position: relative; margin-bottom: 30px; }
.hide                                           {display:none;}

strong, b, b font                           { font-weight: bold; }

.q, .a                                      { padding-right: 0px; font-weight: bold; color: #d00203; }
.question, .news-item                       { margin-bottom: 20px; }
.question td                                { padding: 3px; padding-bottom: 0px; }

.indicator                                  { width: 95px!important; height: 25px; position: absolute; top: 270px; left: 333px; background: transparent url(img/indicator-bkg.png) no-repeat left top; padding: 6px 8px 0px 8px; }
.indicator a                                { outline: none; }
.indicator .item                            { cursor: default; }
#slider1prev, #slider1next                  { width: 8px; display: block; height: 12px; background: transparent url(img/a-prev.gif) no-repeat; float: left; text-indent: -5000px; margin-right: 10px; }
#slider1next                                { margin-right: 0px; margin-left: 1px; background: transparent url(img/a-next.gif) no-repeat; }
a.item                                      { width: 8px; height: 8px; display: block; float: left; background: transparent url(img/a-item.gif) no-repeat; margin-right: 9px; margin-top: 3px; }
a.item.active                               { background: transparent url(img/a-item-active.gif) no-repeat; }

.news-item,
#course-search .coursebox                   { border-bottom: 1px solid #ccc; }

#page                                       { background: #FFF url(img/c-bgx01.gif) repeat-x top left; border: 6px solid #FFF; width: 968px; clear: both; margin-bottom: 40px; }
#page .bgx                                  { background: transparent url(img/c-bgx02.gif) repeat-x bottom left; width: 928px; padding: 20px; }
#page .cj                                   { margin-bottom: 30px;}

#social                                     { display: inline; float: right; position: absolute; margin: 9px 0 0 965px; }
#social a                                   { display: block; width: 18px; height: 16px; padding: 5px; background: #F00305 url(img/ico-bgx.gif) repeat-x top left; margin-bottom: 3px; }

#hdr                                        { height: 155px; margin-bottom: 20px; }
#hdr .top                                   { height: 104px; position: relative; }
#hdr .left                                  { float: left; width: 500px; position: relative; }
#hdr .right                                 { float: right; height: 104px; width: 400px; }
#header-home, #header                       { background: none; border: none; }
h1.headermain                               { position: absolute; top: -31px; left: 30px; }
h1.headermain a                             { display: block; width: 438px; height: 115px; background: transparent url(img/eba-logo.png) no-repeat; outline: none; }
#u-login                                    { float: right; padding-bottom: 3px; font-size: 10px; }
#u-login, 
#u-login a                                  { color: #b2b2b2; text-transform: uppercase; }
.loginbox                                   { border: none; }
/*.loginbox .guestsub { border: none; }*/
#searchbox                                  { width: 209px; height: 24px; background: transparent url(img/search-bkg.gif) no-repeat; float: left; position: absolute; top: 33px; right: 33px; }
#stext                                      { width: 167px; height: 20px; margin-top: 0px; padding: 0px 4px 4px 10px ; outline: none; border: none; background-color: transparent; color: #636363; }
#sbtn                                       { border: none; /*background: transparent url(img/search-submit-bkg.gif) no-repeat left top;*/ width: 24px; height: 24px; cursor: hand; background-color: transparent; outline: none; } 

#coursesearchnavbar                         { display: none; }
#coursesearch2                              { text-align: left; margin-top: 0px; }
.coursebox                                  { background-color: transparent; border: none; }
.coursebox .info                            { background-color: transparent; }

/*#course-search .coursebox.clearfix .info      { float: left; }*/
#course-search .coursebox .summary,
#course-search .coursebox .info             { float: none!important; width: 100%!important; }
#course-search ul.teachers                  { display: none; }

#eba-menu                                   { background: url(img/nav-bgx.gif) repeat-x top left; /*position: relative; top: -20px;*/ }
#eba-menu ul                                { list-style-type: none; margin: 2px 0 0 10px; }
#eba-menu li                                { float: left; }
#eba-menu li a                              { display: block; width: 130px; height: 37px; padding-top: 8px; text-align: center; color: #636363; font-size: 14px; background: url(img/nav-div-bgf.gif) no-repeat top right; }
#eba-menu li a:hover                        { text-decoration: none; }
#eba-menu li a span                         { display: block; font-size: 11px; color: #b8b8b8; font-style: italic; }
#eba-menu li.active a,
#eba-menu li a:hover                        { color: #d00203; }
#eba-menu li.active a span,
#eba-menu li a:hover span                   { color: #636363; }
#eba-menu .bgf01                            { background: url(img/nav-bgf01.gif) no-repeat top left; }
#eba-menu .bgf02                            { background: url(img/nav-bgf02.gif) no-repeat top right; height: 52px; } 

#layout-table                               { margin-top: 0px;  }
#layout-table td#middle-column              { padding-right: 4px; }
#layout-table #left-column, 
#layout-table #right-column                 { background: none; border: none; width: 210px !important; }
.sideblock .content                         { background: none; }

#idx-features, 
#idx-features li                            { font-size: 11px; }
#idx-slider                                 { width: 746px; height: 289px !important; }
#idx-slider li                              { list-style-type: none !important; }
#idx-features   .lf                         { width: 240px; padding-right: 10px; }
#idx-features   .news                       { padding-right: 0; }
#idx-features h2                            { padding-left: 35px; }
#idx-features .schedule h2                  { background: url(img/h2-schedule-bgf.gif) no-repeat center left; }
#idx-features .schedule ul                  { margin: 10px 0 0 20px; }
#idx-features   .schedule li                { margin-bottom: 10px; }

#idx-features .news h2                      { background: url(img/h2-news-bgf.gif) no-repeat center left; }
#idx-features .blog h2                      { background: url(img/h2-blog-bgf.gif) no-repeat center left; }
#idx-features   .blog a                     { display: block; }

#layout-table #right-column                 { background: url(img/sidebar-footer-bgf.gif) no-repeat center bottom; }
#left-column .hidden .header, 
#right-column .hidden .header               { border: none; }
#right-column .sideblock                    { margin-bottom: 20px; }
#right-column .sideblock .content           { background: url(img/sidebar-right-bgx.gif) repeat-x top left; width: 187px; margin: 0 2px; padding: 10px; }
#right-column .sideblock .header            { background: url(img/sidebar-hdr-bgy.gif) repeat-y top left; padding: 0; }
#right-column .sideblock .footer            { border: none; margin-top: 10px;  }
#right-column .sideblock .title             { background: transparent url(img/sidebar-hdr-bgf01.gif) no-repeat top left; }
#right-column .sideblock h2                 { background: transparent url(img/sidebar-hdr-bgf02.gif) no-repeat bottom left; padding: 8px; min-height: 26px; height: auto !important; height: 26px; text-align: center; }
#right-column .sideblock li                 { border-bottom: 1px dotted #666; padding: 10px 0; }
#right-column .block_course_summary li      { margin: 0 0 0 15px; border: none; padding: 0; }
#right-column .sideblock .column            { margin: 0; padding: 0; }
#right-column .sideblock li a               { display: block; padding: 0; }
.block_eba_courselist input                 { display: none; }
.sideblock .header h2                       { font-size: 14px; }
.sideblock .header .commands                { background: #FFF; margin-top: 0; border-bottom: 1px solid #ccc; text-align: right; padding: 3px 0;  }
.block_rss_client .link                     { border: none; }

#footer                                     { background: url(img/footer-bgx.gif) repeat-x bottom left; border-top: 1px solid #e4e4e4; padding: 10px 10px 15px 10px; }
#footer, 
#footer a                                   { font-size: 10px; color: #666; }
#footer ul                                  { list-style-type: none; margin: 0px; float: left; }
#footer li                                  { display: block; float: left; margin-bottom: 0px; vertical-align: baseline; margin: 0 3px; }
#footer div.lf                              { margin-top: 1px; }
#footer li span                             { margin-top: 2px; display: block; width: 2px; float: left; margin-right: 5px;  }

.addbloglink                                { text-align: right; }
.mdl-right, 
.addbloglink                                { display: none; }
.forumpost .topic                           { border-bottom: 1px dotted #666; padding-bottom: 15px; }
.audience                                   { color: #999; }
.forumheaderlist, 
.mdl-right, 
.addbloglink,
.forumpost                                  { border: none; width: 97%; }
.forumpost td.starter, 
.forumpost td.content,
.forumpost td.left                          { background: none; }
.forumpost .subject a                       { font-size: 200%; color: #D00203; }
img.userpicture, 
img.grouppicture                            { border: 3px solid #ddd; }

div.learn                                   { border: 1px solid #e4e4e4; border-right: none; border-left: none; padding: 10px 0px; font-size: 9px; margin-top: 50px; color: #666666;}
div.learn strong                            { margin-right: 5px; }
div.learn strong a                          { color: #666666; }

h3.ui-accordion-header,
h2.headingblock.header                      { background: transparent url(img/acord-bkg.gif) repeat-x; border: 1px solid #dddddd; border-top: none; border-bottom: none; height: 28px; font-size: 18px; padding-top: 4px; padding-bottom: 0px; padding-left: 12px; -webkit-border-radius: 5px;
-moz-border-radius: 5px; border-radius: 5px; background-color: #f0f0f0; font-weight: normal; color: #636363; margin: 0px; }
.ui-accordion-header.ui-state-active        { color: #d00203; }
.ui-accordion-content                       { background-color: #f0f0f0; }
.ui-accordion-content a                     { color: #636363; }
.ui-accordion-content ul                    { list-style: none; margin: 0px!important; }
.ui-accordion-content ul li                 { border-bottom: 1px dashed #ccc; }
.ui-accordion-content ul li a               { padding: 5px 0 5px 30px; display: block; }

#course-view .section td.side,
#course-view .section td.content            { border-right: none!important; border-top: none!important; border-left: none!important; padding: 0px; padding-bottom: 10px; }
.summary                                    { font-weight: bold; padding-bottom: 5px; }
#section-0 .summary                         { font-weight: normal; }
.box.generalbox.conent.generalboxcontent.boxaligncenter { padding: 0 15px!important; }
.box.generalbox.conent.generalboxcontent.boxaligncenter table   { border-color: #ccc!important; }
#site-index #content,
#course-index #content { padding: 0px; }
/*#mod-resource-view #content,
#mod-feedback-view #content,
#course-search #content,
#mod-forum-view #content,*/
#content, #course-accordion                 { padding: 0 15px; }
#course-accordion                           { padding-bottom: 15px; }
table.generaltable.boxaligncenter           { margin: 0px; width: 100%; margin: 10px 0; }
table.generaltable.boxaligncenter tr td,
table.generaltable.boxaligncenter th,
table.forumheaderlist th        { padding: 5px; color: #333; border-color: #ccc; background-color: #dcdcdc; }
table.generaltable.boxaligncenter tr td.cell, .forumheaderlist td   { background-color: white!important; }
.forumheaderlist    { border: 1px solid #ccc!important; }
.forumheaderlist td { padding: 5px; border-color: #ccc!important; }
table.border                                { border: 1px solid #ccc; margin: 15px; width: auto; border-collapse: inherit!important; }
table.bq                                    { border: 2px dashed #ccc; margin: 20px; width: auto; }
table.bq td,
table.border td                             { padding: 25px; }
table.border.td                             { border: none; }
table.border.td td                          { border: 1px solid #ccc; }
table.generaltable.quizattemptsummary.boxaligncenter { width: 100%!important; margin: 15px 0; }
.quizinfo,
#notice.generalbox.box .continuebutton .singlebutton,
.quizattemptcounts,
.forumnodiscuss,
.continuebutton .singlebutton,
.singlebutton   { text-align: left!important; }
#notice.generalbox.box,
#intro.generalbox.box                       { margin: 0px; }
#intro.generalbox.box                       { margin-top: 5px; }
.generalbox.boxaligncenter                  { margin: 0px; }

.ui-dialog h2                               { margin-bottom: 10px; }
.ui-widget-header   { background-image: none!important; background-color: #dcdcdc!important; border-color: #ccc!important; border: none!important; }

#mod-glossary-view .glossarypost.dictionary { border: none; border-bottom: 1px solid #ccc; margin-bottom: 10px!important; padding-bottom: 10px; }
#mod-glossary-view .glossarydisplay, #mod-glossary-view .glossarypost   { margin: 0px!important; width: 100%!important; }
#mod-glossary-view .entrybox { padding: 20px; width: 95%!important;}
#mod-glossary-view .entrybox hr { display: none; }
#mod-glossary-view .glossarycategoryheader  { margin: 0px!important; }

#my-index .navbutton {display:none;}
#my-index p {padding:12px;}
#my-index #right-column div {clear:both;}
#my-index .mycourses {background:url("img/sidebar-right-bgx.gif") repeat-x scroll left top transparent;}
#my-index .mycourses h3 {background:url("img/footer-bgx.gif") repeat-x scroll left bottom transparent;height:20px;padding:2px 4px 2px 4px;}
#my-index .mycourses .course-list {padding:2px 8px 2px 8px;}
#my-index .mycourses .course-list h2 {font-size:12px;}
#my-index .mycourses .course-list .coursebox {margin-bottom:4px;}
#my-index .sideblock li {clear:both;height:20px;}
#my-index .profile-box {float:left;clear:right;margin-bottom:14px;}
#my-index .profile-box img{float:left;border:2px Solid #CCC;}
#my-index .profile-box ul{float:left;margin:12px;}
#my-index .profile-box ul li {list-style:none;}
#my-index .course-tbl {width:100%;}
#my-index .course-tbl th{border:1px solid #CCC;padding:6px;background-color:#CCC;}
#my-index .course-tbl td {border:1px solid #CCC;padding:6px;}
#my-index .course-tbl td.grade{width:15%;text-align:center;}

#mod-feedback-complete .generalbox {width:100%}
#mod-feedback-complete td {padding:6px;}
#mod-feedback-complete td td{padding:2px;}
#course-view .headingblock{display:none;}

.guestsub {display:none;}

/***** ebasedacademy/styles.css end *****/


/***** ebasedacademy/styles.css end *****/


