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

/***** standardblue/gradients.css start *****/

/**
  *  Adds all the nice finish to the standard theme
  *
  */
a.bookmark:link,
a.bookmark:visited
{
    color: red;
}
a.nobookmark:link,
a.nobookmark:visited
{
    color: blue;
}
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;     
}/***** standardblue/gradients.css end *****/


