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

/***** standard_phys/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;     
}

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

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

.forumpost .content {
  background:#C1FFC1
}

.forumpost .left {
  background:#C1FFC1
}

.forumpost .topic{
  background:#41FFA1
}/***** standard_phys/gradients.css end *****/

