#header {
	background-color: #9DC4D3;
	background-image: url(../img/header_bgs.jpg);
}

#header a {
	color: #46678E;
}

#header .greeting, #header .username {
	color: #558BA9;
}

#header .teaser li a.disabled {
	color: #6088A1;
	text-decoration: none;
	cursor: not-allowed;
}

#header .teaser li a.current {
	color: #34343C;
	text-decoration: none;
}

#header .owner {
	color: white;
}

#header .owner .highlight {
	color: #436B7E;
}

#tabs li.inactive a {
	color: #79A4BB;
	background-color: #C1D5E0;
	background-image: url(../img/header_bgs.jpg);
}

#tabs li.active a, #tabs li a:hover, #path {
	background-color: #EAF6F6;
	background-image: url(../img/header_bgs.jpg);
	color: #25374d;
}

#path strong {
	color: #46678E
}

#path .current, #path .current a {
	color: #0C1218;
}

#path .separator {
	color: #92ADDA;
}

#messages {
	color: #666;
	background-color: #FFEB9A;
}

#messages span {
	background-image: url(../img/messages_progress.gif);
}