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

/***** CSUMB_Wave/gradients.css start *****/

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

body, td, th, li {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:0.95em;
	letter-spacing:0.02em;
	color: #1a2e54;
}

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

#header-home {
	background-image:url(wave-bg01.jpg);
	background-position:left;
	background-repeat:no-repeat;
	background-color: #88a7ce;
	height: 60px;
}

#header {
	height: 60px;
	background-image:url(wave-bg01.jpg);
	background-position:left;
	background-repeat:no-repeat;
	background-color: #003567;
}
.headermenu {
	text-align: right;
	color: #CEC8AE;
	padding-top: 12px;
	padding-right: 10px;
}

.logininfo {
	padding-bottom: 3px;
}

.headermenu A {
	color: white;
}

.headermenu A:hover,
.headermenu A:link,
.headermenu A:visited {
	color: white;
}

.breadcrumb {
	color: #CC0000;

}

#header .headermenu {
	padding-top:33px;
}

#page #header-home a:link {
	color: white;
}

#page #header a:link {
	color: white;
}

link {
	color: #CC0000;
}

a:link,
a:visited {
  color:#001E54;
}
/***** CSUMB_Wave/gradients.css end *****/

