#contents_title {
	color: white;
}

a:link {
	color: white;
}

a:visited {
	color: white;
}

a:hover {
	color: white;
}

h4.invisible {
	visibility: hidden;
}

#row_labels {
	background-color: #C3C3C3;
}

.row_height {
	height: 60px;
}

/* Styling of the table cells */
.border_style {
	border-top: thin solid black;
	border-left: thin solid black;
}

#title1 {
	background-color: white;
	color: black;
}

#title2 {
	background-color: white;
	color: black;
}

#title3 {
	background-color: white;
	color: black;
}

#title4 {
	background-color: white;
	color: black;
}

#title5 {
	background-color: white;
	color: black;
	border-bottom:thin solid black;
}

#physical1 {
	background-color: #EC1DCB;
}

#physical2 {
	background-color: #EC1DCB;
}

#physical3 {
	background-color: #EC1DCB;
}

#physical4 {
	background-color: #EC1DCB;
	border-top:thin solid #EC1DCB;
}

#physical5 {
	background-color: #EC1DCB;
	border-top:thin solid #EC1DCB;
	border-bottom:thin solid black;
}

#intellectual1 {
	background-color: #07B5FF;
}

#intellectual2 {
	background-color: #07B5FF;
}

#intellectual3 {
	background-color: #07B5FF;
}

#intellectual4 {
	background-color: #07B5FF;
}

#intellectual5 {
	background-color: #07B5FF;
	border-bottom:thin solid black;
}

#language1 {
	background-color: #10E300;
}

#language2 {
	background-color: #10E300;
	border-top: thin solid #10E300;
}

#language3 {
	background-color: #10E300;
}

#language4 {
	background-color: #10E300;
	border-top:thin solid #10E300;
}

#language5 {
	background-color: #10E300;
	border-top:thin solid #10E300;
	border-bottom:thin solid black;
}

#emotional1 {
	background-color: #FF7E00;
}

#emotional2 {
	background-color: #FF7E00;
}

#emotional3 {
	background-color: #FF7E00;
	border-right:thin solid black;
}

#emotional4 {
	background-color: #FF7E00;
	border-right:thin solid black;
}

#emotional5 {
	background-color: #FF7E00;
	border-right:thin solid black;
	border-bottom:thin solid black;
}

#social1 {
	background-color: #FF0004;
	border-right:thin solid black;

}

#social2 {
	background-color: #FF0004;
	border-right:thin solid black;

}

/* Styling of the table cells where emotional and social combine into one cell */
#combo2 {
	background-color: #FF0004;
}

#combo4 {
	background-color: #FF0004;
}

/* Styling of the Foundation cells */

#foundation1 {
	background-color: #EC1DCB;
	border-right: none;
}

#foundation2 {
	background-color: #07B5FF;
	border-left: none;
	border-right: none;
}

#foundation3 {
	background-color: #10E300;
	border-left: none;
	border-right: none;
}

#foundation4 {
	background-color: #FF7E00;
	border-left: none;
	border-right: none;
}

#foundation5 {
	background-color: #FF0004;
	border-left: none;
	border-right:thin solid black;

}

/* Styling of text inside the table cells */
#emotional_and_social1 {
	position: absolute;
	bottom: 68px;
	left: 90px
}

#emotional_and_social2 {
	position: absolute;
	bottom: 68px;
	left: 85px
}

#emotional_and_social3 {
	position: absolute;
	bottom: 68px;
	left: 80px
}