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

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

/**
  *  Adds all the nice finish to the standard theme
  *
  */
body { margin-left:10px;
margin-right:10px;
background-color:#FFFFFF}

a:link, a:visited {
  font-size         : 12px;
  color             : #0066FF;
  text-decoration   : none;
}
a:hover {
  font-size         : 12px;
  color             : #999999;
  text-decoration   : none;
}
h2 {color:#666666;}

th.header,
td.header,
h1.header,
h2.header,
h3.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;     
}
/***** standardwhite/gradients.css end *****/

