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

/***** page/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(https://newcampus.educadium.com/HRSLMS1/theme/EasyCampus_Edu_Green/pix/mod/pagemenu/pix/inactive.gif);
    background-position:0 0;
}

div.yuimenu .yuimenuitemlabel.hassubmenu.selected em {
    background-image: url(https://newcampus.educadium.com/HRSLMS1/theme/EasyCampus_Edu_Green/pix/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/styles_menu.css end *****/

/***** page/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/styles_page.css end *****/

