

#legend ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#legend ul li {
	display: inline;
	position: relative;
	font-size: 10px;
	color: blue;
}


#le_firstname {
	left: 30px;
}

#le_lastname {
	left: 90px;
}


#le_grade {
	left: 120px;
}

#le_group {
	left: 185px;
}

#le_instrument {
	left: 290px;
}


#le_height {
	left: 350px;
}


tr.spacer {
	height: 20px;
}

td.spacer {
	width: 30px;
}

#students {
	overflow: scroll;
	height: 500px;
}


p.studentrow {
	position: relative;
	left: 0px;
}


.bge {
	background-color: #e2e1c3;
}


.delete {
	background-color: #e2e1c3;
	color: red;
	font-weight: bold
}

.tr_a {
	background-color: #e2e1c3;
}

.tr_b {
	background-color: #ffffff;
}

thead {
	background-color: #6188af;
	color: #ffffff;
	font-weight: bold;
}

th a {
	background-color: #6188af;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

th a:hover {
	color: #e2e1c3;
}

caption {
	color: blue;
	margin-bottom: 15px;
}


.load_active { visibility: visible; color: blue; font-weight: bold; margin-bottom: 15px  }
.load_inactive { visibility: hidden; font-weight: bold; margin-bottom: 15px } 




