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

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

a:link {
    color: #479FB8;
    font-family: Arial,Helvetica,sans-serif;
    text-decoration: none;
}

a:hover {
    background-color: #D7DFDD;
    color: #479FB8;
    text-decoration: none;
}
/***** COFT/gradients.css end *****/

