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

/***** engage/gradients.css start *****/

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

body {
	background: #0095B9;
}

.logininfo {
	color: black;
}

headermenu a {
	color: white;
}

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;     
}

a:link,
a:visited {
  color: #004286;
}

a:hover {
  text-decoration: underline;
}

.header .title {
	color: #fff;
}

.breadcrumb a {
	color: #fff;
}

.breadcrumb ul {
	padding-left: 6px;
}

.breadcrumb li {
	color: #98B603;
	font-weight: normal;
}

th.header {
	color: #fff;
}/***** engage/gradients.css end *****/

