
/* topschools */
table.topschools{
	width:100%;
	border-collapse:collapse;
}
table.topschools th{
	text-transform:uppercase;
	background:#444;
	color:#fff;
	padding:5px;
	border:1px solid white;
	font-weight:bold;
}
table.topschools td{
	border:1px solid white;
	padding:5px;
	text-align:center;
}
table.topschools tr.a td{
	background:#eee;
}
table.topschools tr.b td{
	background:#eee;
}

div.tooltip{
	position: absolute; 
	z-index: 1000;
	background:#fff;
	display:none;
	border:1px solid #000;
	padding:1px;
}
td.rating_hover span{
	border-bottom:1px dotted black;
}

