/**************************************
 * THEME NAME: wset-page
 *
 * Files included in this sheet:
 *
 *   wset-page/styles_menu.css
 *   wset-page/styles_page.css
 *   wset-page/styles_buttons.css
 *   wset-page/user_styles.css
 **************************************/

/***** wset-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(http://www.wsetonlineclassroom.com/pix/smartpix.php/wset-page/mod/pagemenu/pix/inactive.gif);
    background-position:0 0;
}

div.yuimenu .yuimenuitemlabel.hassubmenu.selected em {
    background-image: url(http://www.wsetonlineclassroom.com/pix/smartpix.php/wset-page/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;
}/***** wset-page/styles_menu.css end *****/

/***** wset-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%;
}/***** wset-page/styles_page.css end *****/

/***** wset-page/styles_buttons.css start *****/

/***
 *** Submit Buttons
 ***/

span.button {
  background: transparent url(pix/btn/btn_left.gif) left no-repeat; /* changed from top left to left for ie7 fix*/
  padding: 5px 0 5px 5px;
  margin: 2px;
  font-size: 12px;
}

span.button a,
span.button input {
  background: transparent url(pix/btn/btn_right.gif) top right no-repeat;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
}

/* Tag specific */
span.button input {
  border: 0px;
  margin: 0px;
  padding: 5px 5px 5px 0px;
}

span.button a {
  padding: 5px 5px 5px 0px;
}

span.button a:link, 
span.button a:visited,
span.button a:active {
  color: #000000;
  text-decoration: none;
}

/***
 *** Submit Button Style Fixes
 ***/

/* For login/index.php */
#login-index .loginbox td.left #login .button {
  margin-right: 20px;
}

/* For admin settings pages */
#adminsettings .button input {
  float: none;
  margin: 0px;
}

/* For quiz module, when taking the quiz */
.que .submit {
  float: none; /* Prevent the button from breaking in half */
}/***** wset-page/styles_buttons.css end *****/

/***** wset-page/user_styles.css start *****/

/* backgrounds and basics */
body {
    background-color: #9f1c22;
    font-family: arial, sans serif;
    font-size: 0.9em;
    }

#page {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    padding: 8px;
    }

/* header image stuff */
#header-home, #header {
    height: 141px;
    background: url(images/wsethead.png) no-repeat;
    }

.headermain {
    display: none;
    }

.logininfo {
    padding-top: 8px;
    font-size: 0.9em;
    }

/* links */
a:link, a:visited {
    color: #000000;
    text-decoration: none;
    border-bottom: 1px dotted;
    }

/* login info in header */
/* #header-home .logininfo, #header-home .logininfo a,
#header .logininfo, #header .logininfo a {
    color: #ffffff;
    font-size: 0.9em;
    } */

/* sideblocks */
.sideblock {
    background-color: #c2dbe2;
    }

#left-column {
    /*background: url(images/gradient.gif) repeat-x;*/
    }

/* category listing */
.categorybox .category {
    font-weight: normal;
    }

/* course listing */
.coursebox .teachers {
    padding: 8px 0 0 0;
    }

.coursebox .summary {
    width: 45%;
    }
/***** wset-page/user_styles.css end *****/

