.rangeBubbleContainer,
.groupBubbleContainer {
	background: url("groupBubble-bg.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	background: #004a80;
}
.rangeBubbleTopFixer,
.groupBubbleTopFixer {
	background: #004a80;
}
.thumb:hover img,
.navLinkOn {
	border: solid 1px #004a80 !important;
}

.bgLight {
	background-color: #d9e4ec;
}
.bgMedium {
	background-color: #a6c0d3;
}
.bgMediumDark {
	background-color: #6c97b6;
}
.bgDark {
	background-color: #004a80;
}

.fgLight {
	color: #d9e4ec !important;
}
.fgMedium {
	color: #a6c0d3 !important;
}
.fgMediumDark {
	color: #6c97b6 !important;
}
.fgDark {
	color: #004a80 !important;
}

.groupBubbleItem:hover {
	color: #004a80;
}