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

/***** Christmas/gradients.css start *****/

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

body {
    background-color: snow;
}

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

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

.homelink a:link,
.homelink a:visited,
.homelink a:hover {
  background-color: #dddddd;
  color: #000;
  text-decoration: none;
  background-color: rgb(210,210,210);
  background-image: url(background.png);
  background-repeat: repeat;
  background-attachment: scroll;
}
/***** Christmas/gradients.css end *****/

