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

/***** moodlemoot/gradients.css start *****/

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

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

.navbar {
    background-image:url(pix/gradient2.jpg);     
    background-position:top;    
    background-repeat:repeat-x;     
}
/*
.forumheaderlist .headertopic,
.forumheaderlist  .header author,
.forumheaderlist  .header replies,
.forumheaderlist {
	background-image:url(pix/gradient.jpg);
}
*//***** moodlemoot/gradients.css end *****/


