/**************************************
 * THEME NAME: standardwhite
 *
 * Files included in this sheet:
 *
 *   standardwhite/gradients.css
 **************************************/

/***** standardwhite/gradients.css start *****/

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

th.header,
td.header,
h1.header,
h2.header,
h3.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;     
}

body {
  background-color:#F9F7FA;
  color:#000;
}

.generalbox {
  background-color: #FFFFFF;
  border-color:#DDDDDD;
}

.sideblock .content {
  border-color: #dddddd;
  background-color:#FFFFFF;
}

/* .content should match the body background, sides are white. */
#course-view .weekscss .content {
  background: #FFFFFF;
}/***** standardwhite/gradients.css end *****/


