/* Top Menu is the Box Plots and classes */
#top_menu{line-height:130%;font-size:100%;}
#top_menu table{border:1px solid black;}
#top_menu td{text-align: center; border: 1px solid black;}
#top_menu a {display: block;color: black;text-decoration: none;border-radius:5px;border: 1px solid black;box-shadow: 3px 3px 1px #888888;}
#top_menu a:hover {background-color: yellow;border-radius:5px;border: 1px solid black;}
#box_plot {background-color: #FFAAAA;border-radius:5px;}
#graph {background-color: #AA8888;} /* Not sure if this is still needed */
#class {background-color: #FF6666;border-radius:5px;}
#class_gce {background-color: #6666FF;border-radius:5px;}
#class_fm {background-color: #66FF66;border-radius:5px;}
#class_stats {background-color: #FF66FF;border-radius:5px;}
#class_l1 {background-color: #66FFFF;border-radius:5px;}
		
.all{color: #aa6666;}	
.most{color: #66aa66;}
.some{color: #6666aa;}

.afl{}
.keywords{}
.history{}
.starters{}
.probing_questions{}
.misconceptions{}
.cross_curricular{}
.text_book{}
.prior_knowledge{}

.setlist table{}
.setlist th{font-size: 75%;font-weight: bold;text-align: left;background-color: #c2e99f;border:2px solid;}
.setlist td{font-size: 60%;border:1px solid;text-align: left;}
.setlist tr{background-color: #bfe2f9;border:1px;}
.setlist tr.odd{background-color: #f9e2bf;border:1px;}
.setlist a:hover {background-color: yellow;}
.setlist td.achieved{background-color:  yellow;}
.setlist td.achieved_progress{ background-color:  #44ff44;}	

.schemes th{border:none;text-align:left;padding:10px 10px 10px 10px;}
.schemes td{border:none;text-align:left;padding:10px 10px 10px 10px;}

.addons th{border:none;text-align:left;padding:3px 5px 5px 3px;}
.addons td{border:none;text-align:left;padding:3px 5px 5px 3px;}
.addons table{font-size:70%;width:auto;}

.resources th{background-color: #66aa66;border:1px solid black;}
.resources tr{background-color: #ffaaff;border:1px solid black;}
.resources tr.odd{background-color: #ffccff;border:1px solid black;}
.resources tr.extra{background-color: #ccccff;border:1px solid black;}
.resources td{border:1px solid black;}
.resources table{font-size:80%;width:auto;}	

.grade_boundaries th{background-color: #ccc;border:1px solid black; max-width:15px;}
.grade_boundaries tr{background-color: #ccc;border:1px solid black;max-width:15px;}
.grade_boundaries td{border:1px solid black;max-width:15px;}
.grade_boundaries table{font-size:80%;}	

.omg_headline {float:left;font-size:200%;}
.omg_body {float:left; font-size:120%; font-family:'comic sans';}
.code {text-align:center; font-size:150%; font-family:'american typewriter'; color:red;}
		
