/* Spec Table */

#spec_table {  text-align: center;  width: 580px;
			 		 margin-top:1em; }  /* border: 1px solid black; */
					/* For Side by Side - float: left; width: 278px; min-height: 630px; */
							
#diagram { text-align: center; min-height: 225px; width: 580px;
				 	 border: 0px solid black; margin-top:1em; }
					 /* float: right;  */ 

#diagram.none img.left { float: left; margin:  10px 0px 10px 0px;  } 
#diagram.none img.right { float: right; margin:  10px 0px 10px 0px;  }
					 
table { width: 285px; margin-left: 3px; padding-left: 0em; font-size: small;  
				 border: 0px solid gray; } /* width: 292px; background-color: white; border: 1px solid grey; */
table.left { float: left; width: 285px;} /* floated width requirement is redundent */
table.right {float: right; width: 285px;}		
		
tr { height: 1.05em; margin: 0 0.1em; }
tr.title { height: 1.05em }			
td { margin: 0px; padding: 2px 0px; border: 0px solid gray; }				 
tr.title td { font-weight: 900; text-decoration: underline;  padding-left: 0em }
tr.title td.c2 { text-decoration: none;  }
td.c1 { width: 160px; text-align: left; padding-left: 0.5em }
td.c2 { width: 130px;  text-align: left; padding-left: 3px }	
td.diagram { padding-left: 0.5em; width: 290px; }			  
 /* end Spec Table */