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

/***** standardgreen/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:#cccccc;
//  border-color:#F7F7F7;
//}

//#footer {
//background-color: #ffffff;
//}

//#header {
//background-color: #ffffff;
//}
/***** standardgreen/gradients.css end *****/

