/**************************************
 * THEME NAME: page_ebooklearn
 *
 * Files included in this sheet:
 *
 *   page_ebooklearn/styles_menu.css
 *   page_ebooklearn/styles_page.css
 *   page_ebooklearn/master_fix.css
 **************************************/

/***** page_ebooklearn/styles_menu.css start *****/

/***
 *** Menu CSS for the header menu
 ***/

/* This fixes sub-menu placement for Safari */
body {
  margin: 0pt;
  padding: 0pt;
}

 /* YUI will show the menu and move it to an appropiate location */
.menutreeroot {
 visibility: hidden;
 position: absolute;
}

div.yuimenu {
  background-color: #FFFFFF;
}

div.yuimenu .yuimenuitem a.selected {
  background-color: #FFFFFF;
}

div.yuimenu .yuimenuitemlabel.hassubmenu em {
    background-image: url(http://www.ebooklearn.com/corso/mod/pagemenu/pix/inactive.gif);
    background-position:0 0;
}

div.yuimenu .yuimenuitemlabel.hassubmenu.selected em {
    background-image: url(http://www.ebooklearn.com/corso/mod/pagemenu/pix/active.gif);
    background-position:0 0;
}

div.yuimenu .yuimenuitem a {
  color: #0000FF;
}

div.yuimenu li.selected a.selected {
  color: #FF0000;
  text-decoration: underline;
}

div.yuimenu .yuimenuitem a.yuicurrent,
div.yuimenu .yuimenuitem a.yuicurrent:hover,
div.yuimenu li.yuicurrent.selected a.yuicurrent.selected {
  text-decoration: none;
  color: #000000;
}/***** page_ebooklearn/styles_menu.css end *****/

/***** page_ebooklearn/styles_page.css start *****/

/***
 *** General CSS File
 ***/

/**
 * Give the header tabs some breathing room
 **/
.header-tabs {
  margin-top: 20px;
}

#site-index .header-tabs {
  margin-bottom: -32px;
}

/**
 * Clean up the formatting of the navbutton area
 **/

.navbar .navbutton form {
  float: left;
}

.navbar .navbutton .popupform {
  padding-top: 2px;
}

.navbar .navbutton #switchrole .helplink {
  display: block;
  float: left;
  margin-top: 2px;
}

/**
 * This toggles block visibility
 **/

.sideblock.hidden .content {
    display: none;
}

.sideblock.hidden .header {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

/**
 * Add block
 **/

.block_adminblock {
  width: 100%;
}/***** page_ebooklearn/styles_page.css end *****/

/***** page_ebooklearn/master_fix.css start *****/

body {
	font-size:15px;
}

div a {
font-size:1.1em;
}

#calendar .maincalendar table.calendarmonth td {
  font-size:1.2em;
}

#calendar .maincalendar .calendar-controls .current {
  font-weight: bold;
}

#calendar .sidecalendar .filters {
  font-size:1.1em
  }

table.minicalendar tr.weekdays th {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:1.1em;
  font-weight:normal;
  }

table.minicalendar tr td {
  font-size:1.1em;
  }
  
 .yui-panel-container .content {

font-size:1em;
}/***** page_ebooklearn/master_fix.css end *****/


