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

body {
	background-color: #99cccc;
	background-image: url(../images/topgrad.png);
	background-position: top left;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin: 0px 8px 0px 8px;
}

table {
	border: none;
	width: 100%;
}

table td {
	border: solid 1px #99cccc;
	background-color: #e5f2f2;
	padding: 4px 8px 4px 8px;
}

#tabletop td {
	border: solid 0px #99cccc;
	background-color: transparent;
	padding: 4px 8px 4px 8px;
}

#row_header td {
	background-color: #336666;
	color: #ffffff;
	font-size: 0.8em;
}

#header_pdf {
	background-image: url(../../images/icon_pdf.png);
	background-position: center right;
	background-repeat: no-repeat;
}

h1 {
	color: #336666;
	font-size: 3.5em;
	display: inline;
}

#introtext {
	font-size: 1.2em;
}

td#introtext {
	padding: 16px;
	background-color: #e5f2f2;
}

#notes {
	margin: 0 140px 0 140px;
	font-size: 1.1em;
	padding: 16px;
	background-color: #e5f2f2;
}

#jumper {
	font-size: 0.7em;
}




#grade_k {
	background-color: #f54c00;
	background-image: url(../images/gradeK.gif);
	background-position: center;
	background-repeat: no-repeat;
}

#grade_1 {
	background-color: #b3013c;
	background-image: url(../images/grade1.gif);
	background-position: center;
	background-repeat: no-repeat;
}

#grade_2 {
	background-color: #c47c00;
	background-image: url(../images/grade2.gif);
	background-position: center;
	background-repeat: no-repeat;
}

#grade_3 {
	background-color: #017c70;
	background-image: url(../images/grade3.gif);
	background-position: center;
	background-repeat: no-repeat;
}

#grade_4 {
	background-color: #681888;
	background-image: url(../images/grade4.gif);
	background-position: center;
	background-repeat: no-repeat;
}

#grade_5 {
	background-color: #567eb9;
	background-image: url(../images/grade5.gif);
	background-position: center;
	background-repeat: no-repeat;
}

#fullsheet {
	background-color: #e5f2f2;
	background-image: url(../images/page_full.gif);
	background-position: center right;
	background-repeat: no-repeat;
}

#halfsheet {
	background-color: #e5f2f2;
	background-image: url(../images/page_half.gif);
	background-position: center right;
	background-repeat: no-repeat;
}


#corner_ul {
	background-image: url(../images/corner10px_dgreen_tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#corner_ur {
	background-image: url(../images/corner10px_dgreen_tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

/*
td#module_link a:link {
	text-decoration: none;
	color: #000000;
}

td#module_link a:hover {
	text-decoration: underline;
}

td#module_link a:visited {
	text-decoration: none;
	color: #000000;
}
*/




img#locked {
	padding: 0 4px 0 4px;
}
	
img#exlink {
	padding: 0 4px 0 4px;
}
	
img#pdficon {
	padding: 0 4px 0 4px;
}
	
#pdf_header {
}

#grade_text {
	display: none;
}

