/**************************************
 * THEME NAME: natstrat_standardwhite
 *
 * Files included in this sheet:
 *
 *   natstrat_standardwhite/gradients.css
 *   natstrat_standardwhite/styles_color.css
 *   natstrat_standardwhite/styles_fonts.css
 *   natstrat_standardwhite/styles_layout.css
 **************************************/

/***** natstrat_standardwhite/gradients.css start *****/

/**
  *  Adds all the nice finish to the standard theme
  *
  */

th.header,
td.header,
div.header {     
    background-image:url(gradient.jpg);     
    background-position:top;    
    background-repeat:repeat-x;     
}

.navbar {
    background-image:url(gradient.jpg);     
    background-position:top;    
    background-repeat:repeat-x;     
}

/***** natstrat_standardwhite/gradients.css end *****/

/***** natstrat_standardwhite/styles_color.css start *****/

/*******************************************************************
Added by MRB

Changes just the body background colour to pure white.

*******************************************************************/

body {
  background-color:#FFFFFF;
}
/* was #fafafa */

a.autolink:link,
a.autolink:visited {
  color:#000000;
  background: #FFFFFF;
  text-decoration: none;border-bottom:1px dashed #000000;
}
a.autolink.glossary:hover {
  cursor: help;
  text-decoration: none;border-bottom:1px solid #000000;
}
/***** natstrat_standardwhite/styles_color.css end *****/

/***** natstrat_standardwhite/styles_fonts.css start *****/

/*******************************************************************
 styles_fonts.css

Added by MRB 17/09/05
  
 This CSS file contains all font definitions like family, size,
 weight, text-align, letter-spacing etc.

 Styles are organised into the following sections:
  core
  header
  footer

  admin
  blocks
  calendar
  course
  doc
  grades
  login
  message
  tabs
  user

  various modules

*******************************************************************/


/***
 *** Core
 ***/


body, td, th, li, p, generalboxcontent, sitetopiccontent  {
  font-family:Arial, Verdana, Helvetica, sans-serif;
  font-size:97%;
  letter-spacing:0.02em;
}


/***** natstrat_standardwhite/styles_fonts.css end *****/

/***** natstrat_standardwhite/styles_layout.css start *****/

#course-view .section .side a {
 display:none;
}

.editing#course-view .section .side a {
  display:inline;
}
/***** natstrat_standardwhite/styles_layout.css end *****/

