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

/***** standardwhite/gradients.css start *****/

/**
  *  Adds all the nice finish to the standard theme
  *
  */

th.header,
td.header,
h1.header,
h2.header,
h3.header,
div.header {     
    background-image:url(gradient.jpg);     
    background-position:bottom;    
    background-repeat:repeat-x;
	/*border-top: 2px #999 solid; border-left: 2px #999 solid; border-right: 2px #999 solid;*/
	color:#FFFFFF;     
}

.navbar {
    background-image:url(gradient.jpg);     
    background-position:bottom;    
    background-repeat:repeat-x;  
/*	border-top: 2px #999 solid; border-left: 2px #999 solid; border-right: 2px #999 solid !important;*/
	color:#FFFFFF;     
}

/***** standardwhite/gradients.css end *****/

