@media print 
{
  	.widetable {width: 760px;margin:0;}
  	.usertable {width: 760px;margin:0;}

  	#header {display: none;}
	#submittabletop {display: none;}
	#helpbutton {display: none;}
	#instructions  {display: none;}
	#submittable {display: none;}
	#downloadforms {display: none;}

	h2, h3 {page-break-after: avoid;orphans: 4;widows: 4;}
}



h2 {
    	font: normal 16px Tahoma, Arial;
	font-weight: bold;
    	margin:15px 0 5px 0;
	color: #3979EB;
}

h3 {
    	font: normal 14px Tahoma, Arial;
	font-weight: bold;
    	margin-bottom:5px;
}

li {
	margin-top: 8px;
}

.white-text a{
	color: #ffffff;
}

.contactbutton
{
	position: relative;
	top: 4px;
	margin-right:10px;
}

.divnotes
{
	text-align:left;
	width:400px;
	margin: 8px 0 8px 0;
}
.divnotes td
{
	color: #5EC24E;
}
.divnotes p
{
	margin-top: 0;
	margin-bottom: 4px;
}
.divnotes ul
{
	margin-top: 0;
	margin-bottom: 4px;
}
.divnotes ol
{
	margin-top: 0;
	margin-bottom: 4px;
}
.divnotes li
{
	margin-top: 4px;
	margin-bottom: 4px;
}

.subdivnotes
{
	text-align:left;
	width:400px;
	margin: 8px 0 8px 0;
}
.subdivnotes td
{
	color: #5EC24E;
}
.subdivnotes p
{
	margin-top: 0;
	margin-bottom: 4px;
}
.subdivnotes ul
{
	margin-top: 0;
	margin-bottom: 4px;
}
.subdivnotes ol
{
	margin-top: 0;
	margin-bottom: 4px;
}
.subdivnotes li
{
	margin-top: 4px;
	margin-bottom: 4px;
}


.classnotes
{
	color: #3979EB;
	margin: 8px 0 8px 0;
}
.classnotes ol
{
	margin-top: 0px;
	margin-bottom: 4px;
}
.classnotes li
{
	margin-top: 4px;
	margin-bottom: 4px;
}
.classnotes td
{
	color: #3979EB;
}

.widetable 
{
	width: 1000px;
}
.datatable 
{
	width: 600px;
	border:1px;
}
.usertable 
{
	width: 800px;
	border:1px;
}

.usertable td {}

.usertableleft  
{
	width: 400px;
	text-align:right;
}
.usertableright 
{
	width: 400px;
	text-align:left;
}
.button 
{
	padding:5px 0 5px 0;
	width:180px;
	color:white;
	border:#80AA77;
	background-color:#027744;
}

#submittabletop, #submittable
{
	width: 100%;
}

.submitcell 
{
	text-align:center;
	padding: 5px 0 5px 0;
}
.classtablenumber
{
	width: 52px;
}
.classtableleft
{
	text-align:left;
	padding-left:10px;
}
.classtableinfo
{
	width: 20px;
}

.classtablemiddle
{
	width: 400px;
	text-align:left;
	padding-left:10px;
}
.classtableright 
{
	text-align:right;
}
.classtableheading 
{
	text-align:left;
	padding-left: 58px;
	height:30px;
	border:0;
	padding-top:10px;
}
.classtablesubheading 
{
	text-align:left;
	padding-left: 58px;
	height:25px;
	border:0;
	padding-top:10px;
}
.centred
{
	padding-top: 5px;
	text-align: center;
}

#helpicon
{
	width:  32px;
	height: 32px;
	border: 0;
	position: relative;
	top: 10px;
	left: -4px;
}
#closeicon
{
	border: 0;
	position: relative;
	top: -1px;
	left: 497px;
}
#helpbutton
{
	width: 500px;
	height: 50px;
}
#instructions
{
	width: 500px;
	display: none;
	text-align: left;
	padding: 0px 10px 10px 10px;
	border: 1px dotted #606472;

}
#javascriptwarning 
{
	background: #ffffff; 
	width:1000px; 
	margin: auto;
}


