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

/***** standardlogo/gradients.css start *****/

/**
  *  Adds all the nice finish to the standard theme
  *
  */
body{
	background-color: #ffffff;
	}
a {
	color: #003366;
	}
a:hover {
	color: #3e6fc3;
	text-decoration: none;
	}
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;     
}

/***** standardlogo/gradients.css end *****/

