/* Inclusive Red: #D00210 */
/* Highlight: #29364C */

html, body {
	background-color: #D00210;
}

.canvasFooter {
	background-color: #D00210;
}


nav.sections ul li ul li a.activeManagementPageLink {
	border-color: #29364C !important;
}

nav.sections ul li a:hover,nav.sections ul li.current ul li a:hover,nav.sections ul li a:focus,nav.sections ul li.current ul li a:focus {
	border-color: rgba(41, 54, 76, 0.5);
}

.headerButtonSelected, .headerButtonSelected:hover {
	border-bottom-color:#29364C !important;
}

.headerButton:hover {
	border-bottom-color:rgba(41, 54, 76, 0.5);
}

.selectedPreviewControl, .selectedPreviewControl:hover {
	border-top-color:#29364C !important;
	cursor: default;
}

.previewControl:hover {
	border-top-color:rgba(41, 54, 76, 0.5);
}

a, a:visited, a:hover, .fakeAnchor {
    color: #2BAF1D;
}
