.colour {
	position: absolute;
	right: 3px;
	top: 1px;
	width: 34px;
	height: 34px;
}

.pink .colour {
	background: url(../images/corner_pink.png) no-repeat;
}
.pink .headerBox,
.pink .subtitle {
	border-bottom: 2px solid #fd3354;
}

.pink .warning {
	color: #fd3354;
}

.pink .highlight {
	background: #fd3354;
}

.turquoise .colour {
	background: url(../images/corner_turquoise.png) no-repeat;
}
.turquoise .headerBox,
.turquoise .subtitle {
	border-bottom: 2px solid #0ca393;
}

.turquoise .warning {
	color: #0ca393;
}

.turquoise .highlight {
	background: #0ca393;
}

.purple .colour {
	background: url(../images/corner_purple.png) no-repeat;
}
.purple .headerBox,
.purple .subtitle {
	border-bottom: 2px solid #3b4c6d;
}

.purple .warning {
	color: #3b4c6d;
}

.purple .highlight {
	background: #3b4c6d;
}


.lilac .colour {
	background: url(../images/corner_lilac.png) no-repeat;
}
.lilac .headerBox,
.lilac .subtitle {
	border-bottom: 2px solid #9c88a0;
}

.lilac .warning {
	color: #9c88a0;
}

.lilac .highlight {
	background: #9c88a0;
}


.blue .colour {
	background: url(../images/corner_blue.png) no-repeat;
}
.blue .headerBox,
.blue .subtitle {
	border-bottom: 2px solid #75add4;
}
.blue .headerbox,
.blue .subtitle {
	border-bottom: 2px solid #75add4;
}

.blue .warning {
	color: #75add4;
}

.blue .highlight {
	background: #75add4;
}

.green .colour {
	background: url(../images/corner_green.png) no-repeat;
}
.green .headerBox,
.green .subtitle {
	border-bottom: 2px solid #a8a881;
}

.green .warning {
	color: #a8a881;
}

.green .highlight {
	background: #a8a881;
}

.yellow .colour {
	background: url(../images/corner_yellow.png) no-repeat;
}
.yellow .headerBox,
.yellow .subtitle {
	border-bottom: 2px solid #ffc600;
}

.yellow .warning {
	color: #ffc600;
}

.yellow .highlight {
	background: #ffc600;
}


.lime .colour {
	background: url(../images/corner_lime.png) no-repeat;
}
.lime .headerBox,
.lime .subtitle {
	border-bottom: 2px solid #92ea3c;
}

.lime .warning {
	color: #92ea3c;
}

.lime .highlight {
	background: #92ea3c;
}

