@charset "UTF-8";
/* CSS Document */

.studentList td {
	width:130px;
	height:25px;
	text-align:center;
	vertical-align:middle;
}
a.student {
	display:inline-block;
	color:#000000;
	text-align:center;
	font-size:1.2em;
	line-height:1.2em;
	width:130px;
	text-decoration:none;
}
a.student:hover {
	position: relative;
}
a.student span {
	display: none;
}
.blackgold a.student:hover span {
	display:inline-block;
   	position: absolute; 
	width:100px;
	top: 10px; 
	left: 0px;
	z-index: 100;
	padding: 5px;
   	background: #000000; 
	border-left: 10px solid #ffcc00;
	border-right: 10px solid #ffcc00;
	color:#ffcc00;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
}
.black a.student:hover span {
	display:inline-block;
   	position: absolute; 
	width:100px;
	top: 10px; 
	left: 0px;
	z-index: 100;
	padding: 5px;
   	background: #000000; 
	border-left: 10px solid #000000;
	border-right: 10px solid #000000;
	color:#ffffff;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
}
.redblack a.student:hover span {
	display:inline-block;
   	position: absolute; 
	width:100px;
	top: 10px; 
	left: 0px;
	z-index: 100;
	padding: 5px;
   	background: #990000; 
	border-left: 10px solid #000000;
	border-right: 10px solid #000000;
	color:#000000;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
}
.redgold a.student:hover span {
	display:inline-block;
   	position: absolute; 
	width:100px;
	top: 10px; 
	left: 0px;
	z-index: 100;
	padding: 5px;
   	background: #990000; 
	border-left: 10px solid #ffcc00;
	border-right: 10px solid #ffcc00;
	color:#000000;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
}
.redgreen a.student:hover span {
	display:inline-block;
   	position: absolute; 
	width:100px;
	top: 10px; 
	left: 0px;
	z-index: 100;
	padding: 5px;
   	background: #990000; 
	border-left: 10px solid #006600;
	border-right: 10px solid #006600;
	color:#000000;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
}
.red a.student:hover span {
	display:inline-block;
   	position: absolute; 
	width:100px;
	top: 10px; 
	left: 0px;
	z-index: 100;
	padding: 5px;
   	background: #990000; 
	border-left: 10px solid #990000;
	border-right: 10px solid #990000;
	color:#000000;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
}
.greenred a.student:hover span {
	display:inline-block;
   	position: absolute; 
	width:100px;
	top: 10px; 
	left: 0px;
	z-index: 100;
	padding: 5px;
   	background: #006600; 
	border-left: 10px solid #990000;
	border-right: 10px solid #990000;
	color:#000000;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
}