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

/***** UNLV/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;     
}

/***
 ***  Core
 ***/

a:link,
a:visited {
  color:#993300;
}

a.dimmed:link,
a.dimmed:visited {
  color:#9b9b9b;
}

a:hover {
  color:#990000;
}


/***** UNLV/gradients.css end *****/


