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

/***** wset-new/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-new/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-new/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-new/styles_menu.css end *****/

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

/***** wset-new/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-new/styles_buttons.css end *****/

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

/* backgrounds and basics */
body {
    background: url(images/body_bg.gif) repeat-x;
    background-color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    }

.all {
  background-image: url(images/content_bg1.png);
  background-position: 50% 0;
  background-repeat: repeat-y;
  height: auto;
  min-height: 100%;
}

#pagecontainer {
    margin-left: auto;
    margin-right: auto;
    background: url(images/top_bg.png) repeat-x;
    }

#page {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    background: url(images/top_bg.png) repeat-x;
    padding-top: 1px;
    top: -116px;
    z-index: -1;
    }

#content {
    width: 928px;
    margin-left: auto;
    margin-right: auto;
    }


#pageshadow {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -40px;
    background: url(images/foot_bg.png) no-repeat;
    min-height: 42px;
    }

/* header image stuff */

#header-home, #header {
    position: relative;
    height: 115px;
    background-color: #edceff;
    overflow: hidden;
    width: 943px;
margin-top: 28px;
    }

.headermenu {
    position: relative;
    top: 4px;
    right: 132px;
    height:26px;
   }

.headermain {
    display: none;
    }

.headermainimg {
   padding-top: 13px;
   }

.mycoursesbutton {
   position: relative;
   float:right;
   top: -142px;
   padding-right: 5px;
}
.mycoursesbutton a:link, .mycoursesbutton a:visited {
   border: 0px none;
}

.navbar, #nav-bar{
   border:0px;
   padding-bottom: 20px;
   color: #ffffff;
   position: relative;
   margin-top: 9px
   }

.navbar .navbutton, .navbar .menu {
    float:right;
    position:relative;
    right:-95px;
}

.navbar a:link, .navbar a:visited, .logininfo a:link, .logininfo a:visited {
   color: #ffffff;
   }
   
.logininfo {
    font-size: 0.9em;
    color: #ffffff;
    padding-bottom: 10px;
    }

.navigation {
    font-size: 0.9em;
    color: #ffffff;
    }

.top-side p {
    color:#0061aa;
    position: relative;
    font-size:1em;
    font-weight:bold;
    float: right;
    top: -70px;
    }
#logoutimage {
    vertical-align: middle;
    }

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

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

.generalbox, .headingblock {
    background-color: #ffffff;
    }

#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%;
    }
    
/* footer stuff */

#footer {
    background: url(images/foot-bot_bg.png) repeat;
    margin-top: 0px;
    font-size: 10px;
    overflow: hide;
    }

#footer a {
    text-decoration: none;
    border-bottom: none;
    }
#footer .logininfo {
    background: url(images/foot-bot_bg.png) repeat;
    top: 0px;
    color: #000000
    }

#footer .logininfo a {
   color: #000000;
   }
    
#content .clearfix, .section {
    background-color: #ffffff;
    }

#footer .shell {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background: url(images/foot_bg2.png) 50% 0 no-repeat;
    }

#footer .flo {
    float: left;
    padding: 0;
    margin-left: -6px;
    margin-bottom: 15px;
    }

#footer .flo ul {
    margin-left: -6px;
    }

#footer .shell .footlogo {
    float: right;
    padding-top: 42px;
    margin-right: 29px;
}

#footer .cont {
    padding-top: 42px;
    margin-right:28px;
    margin-left:29px;
}

#footer .shell li {
    float: left;
    padding-left:7px;
    padding-right:8px;
    list-style-type: none;
}

#footer .shell p {
    clear: both;
    width: 83%;
}

#footer .pagebottom {
    margin-top:-5px;

}

#header-tabs {
  margin: 0;
  position: absolute;  
  top: 108px;
  width:943px;
}

#header-tabs .tabrow0 {
   text-align: right;
}

.noheaderspacer {
   margin-top: 20px;
   min-height: 1px;
   height:1px;
   width:1px;
}

#header-tabs .last {
   display: none;
   }

.ouw_topheading {
   background-color: #EDCEFF;
}

#mod-ouwiki-history .ouw_history th, #mod-ouwiki-wikihistory th, #mod-ouwiki-contributions th {
   background-color: #EDCEFF;
}
#mod-ouwiki-wikiindex .ouw_title {
   background-color: #EDCEFF;
}

#mod-ouwiki-reportssummary .ouw_dodgyextrarow td, #mod-ouwiki-reportsgroup .ouw_dodgyextrarow td, #mod-ouwiki-reportssummary th, #mod-ouwiki-reportsusers th, #mod-ouwiki-reportsuser th, #mod-ouwiki-reportsgroup th, #mod-ouwiki-entirewiki .ouw_entry h1.ouw_entry_heading, #mod-ouwiki-viewold .ouw_versionbox, #mod-ouwiki-diff .ouw_versionbox {
   background-color: #EDCEFF;
}

#mod-ouwiki-reportsgroup .ouw_bargraph1, .ouw_bargraph1key {
  background-color: #0061aa;
}
.categorypicker select, select.menumoveto {
  width: 640px;
}

.course-content div#footer {
  display: none;
}

.studycalevent {
  display: none;
}

#turnitintool_style table.gradeTable td.c5.markscell {
display: none;
}
.forumpost .content img {
  max-width: 875px;
}
 
#layout-table #middle-column .forumpost .content img {
  max-width: 410px;
}

#course-view table.topics tr.section td {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
}
 
#course-view table.topics tr#section-0 td, div.sitetopic {
  border: 0;
}
 
h2.headingblock.outline {
  display: none;
}

.headingblock.header {
background: #EDCEFF;
}

.subscription div.helplink a {
display: block;
float: left;
margin: 0 7px 0 0;
background-color: whiteSmoke;
border: 1px solid #DEDEDE;
border-top: 1px solid #EEE;
border-left: 1px solid #EEE;
font-family: Tahoma, Arial, Verdana, sans-serif;
font-size: 12px;
line-height: 130%;
text-decoration: none;
font-weight: bold;
color: #565656;
cursor: pointer;
padding: 5px 10px 6px 7px;
border-image: initial;
}

.generalbox#intro {
border: 0;
}
/***** wset-new/user_styles.css end *****/


