body {
	font-family: Franklin Gothic Book, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left: 20px;
	margin-right: 20px;
}

table {
	border-collapse:collapse;
	padding:0px;
}

table.horizontal{width:100%; margin-bottom:15px;}

td.horizontal{ 
	border:none /*thin solid black*/; 
	background-image:url(borders/bluehorizontal.gif); 
	height:5px; 
	width:1px; 
	background-repeat:repeat-x;
}

td.left{
	border:none /*thin solid black*/; 
	background-image:url(borders/left.gif); 
	height:5px; 
	width:2px; 
	background-repeat:no-repeat; 
	background-color:transparent;
}

td.right{
	border:none /*thin solid black*/; 
	background-image:url(borders/right.gif); 
	height:5px; width:2px; 
	background-repeat:no-repeat; 
	background-color:transparent;
}

td {
/*	border:1px dotted black;
*/
	border-width: 1px;
/*
	width:70px;
*/
	padding:0px;
	overflow:hidden;
}

td.colspacer{
	width:12px;
}

td.rowspacer{
	padding-bottom:12px;
}

#labtitle {
	width:420px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}

.emheader {
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	text-align:center;
}

#classname { 
	width:420px;
}

.headerunderline {
	font-size:14px;
	border-bottom-style:solid;
	border-bottom-color:#000000;
}

.form {
	padding:10px;
}

.inputlabel {
	font-size:12px;
	font-weight:bold;
	font-variant:small-caps;
	text-align:left;
}

.duecell {
	width:70px;
}

#student {
	width:210px;
}

#instructor {
	width:140px;
}

.datetime {
	width:70px;
}


.label {
	font-weight:bold;
}

.bottomborderrow {
	border-bottom-style:solid;
	border-bottom-color:#000000;
	border-bottom-width:medium;
}
/*
.topborderrow {
	border-top-style:solid;
	border-top-color:#000000;
}	
*/
.cell {
	border-style:solid;
	border-color:#000000;
	width:70px;
}	

.benchmarks {
	padding-left:2px;
	height:14px;
	border:1px solid black;
	width:140px;
}

.ctr {
	text-align:center;
}

.right {
	text-align:right;
}

.boldunderline {
	border-width:medium;
}
