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

/***** cec/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;  **/
	 background:#CDDDF4;
	 color:#0E4170;
}

/**h1.header, 
h2.header, 
h3.header {
background-image:url(gradient.jpg);
background-position:center top;
background-repeat:repeat-x;
}**/
.navbar {
   /**background-image:url(gradient.jpg);     
    background-position:top;    
    background-repeat:repeat-x; **/   
	background:#ff9900; 
}
.categorybox .category {
  font-size:1em;
  font-weight:bold;
}

h2.headingblock {
font-size:1em;
color:#FFFFFF;
}
td.left-column {
width:180px;
}/***** cec/gradients.css end *****/

