/*
color 1a	C8213D	[h4]
color 1b	9D1A30	[h4 border]
color 2a	B73849	[draggable]
color 2b	C53E50	[draggable:hover, activeinput]
*/
a,
.basicindex h5 a {
	color: #2B79FF;
}
.pagetitle h4 {
	background-color: #C8213D; /* color 1a */

	border-color: #9D1A30; /* color 1b */
}
#content h5 {
	color: #C8213D;
}
.inputwrap.activeinput {
	border-color: #C53E50; /* color 2b */
}

div#html5overlay .playicon,
div#html5overlay.embeddedicon.pause .playicon {
	border-color: #9D1A30;
}

.notouch a.control:hover,
.notouch a.control:focus,
.notouch .control.link:hover,
div#html5overlay .playicon,
div#html5overlay.embeddedicon.pause .playicon,
.usetouch a.control:active,
.usetouch .control.link:active,
.usetouch a.control:focus:active,
.usetouch .control.link:focus:active {
	background-color: #C8213D;
}


p.summaryhighlight,
li.summaryhighlight,
table tr.summaryhighlight td,
.qtip-theme .highlight {
	color: #B73849; /* color 2a */
}
.highlightbg {
	background-color: #C8213D;
}

.multiple_choice.enabled .choices .label:active,
.multiple_choice.enabled .choices .label:focus,
.multiple_choice.enabled .choices .label.activeinput {
	border-color: #C53E50;
}
.multiple_choice .choices .label:active .radio,
.multiple_choice .choices .label:focus .radio,
.multiple_choice .choices .label.activeinput .radio,
.multiple_choice .choices .label.activeinput:hover .radio {
	color: #C53E50;
}




.draggable,
.options.enabled .draggable.ui-draggable-disabled:hover,
.options.enabled .draggable.ui-draggable-disabled:active,
.options.enabled .draggable.ui-draggable-disabled.active {
	background-color: #B73849;
}
.options.enabled .draggable:hover,
.options.enabled .draggable.hidden.placed:hover,
.options.enabled .draggable.bankhidden.placed:hover,
.options.enabled .draggable:active,
.options.enabled .draggable.active,
.dragoption.ui-draggable-dragging {
	background-color: #C53E50;
}
.ui-state-hover .dropzone {
	color: #C53E50;
	border-color: #C53E50;
}
.dragoption.ui-draggable-dragging:before {
	border-color: #C53E50 transparent transparent transparent;
}