/* CSS Document for Grade Statistic pages - 2007 grade stats onward */

/* LAYOUT */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin:20px;
}

/* BASIC ELEMENTS
-----------------------------*/


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 250%;
	font-weight: normal;
}

h3 {
	margin: 5px 0 0 0;
	font-size: 120%;
	font-weight: bold;

}

a:link {
	color: #006699;
}

a:visited {
	color: #800080;
}

a:hover, a:focus, a:active {
	background: #428db1;
	color: #fff;
}

a.no-bg {
	background: none;
}

a:hover img {
	color: #006699;
}

ul {
	margin: 10px 0px 10px 0px;
	list-style: disc;
}

ul li {
	margin: 5px 0;
	line-height: 160%;
}



table {
	margin: 10px;
	border-collapse: collapse;	
	width: 550px;
}

th {
	background: #eee;
	font-weight: bold;
	text-align: center;
}

th, td {
	border: 1px solid #ccc;
	padding: 4px;
}

.percentages {
text-align:right;
}
