﻿/**********  Main Import  **********/
  @import url(Main.css);
  
  @page { 
        margin-left:.5in;
        margin-right:.5in
}
/**********  Print Only Elements  **********/
.printOnly 
{
	display: inline;
}
div.TFTable 
{
	left: -1050px;
	float: left;
	width: 210px;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.MTable 
{
	float: left;
	width: 210px;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.MCTable 
{
	float: left;
	width: 210px;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.ETable 
{
	margin-top: 20px;
	clear:both;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.Grade 
{
	margin-top: 10px;
	clear:both;
}
#fontSelector 
{
	display:none;
}
.loggedIn
{
	display:none;
}
.noPrint 
{
	display:none;
}
tr.gradeRow
{
	font-size:xx-small;
}