<!-- /* 1:1.3 Ratio - portrait A */
.A-Size_Port { overflow:hidden; position:relative; width:600px; height:780px;
  border:1px solid #3f7f00; margin-left:auto; margin-right:auto; margin-bottom:10px; } 
/* 1.3:1 Ratio - landscape A, C, E */
.A-Size_Land { overflow:hidden; position:relative; width:780px; height:600px;;
  border:1px solid #3f7f00; margin-left:auto; margin-right:auto; margin-bottom:10px; } 
/* 1.5:1 Ratio - landscape B, D */
.B-Size { overflow:hidden; position:relative; width:900px; height:600px;
  border:1px solid #3f7f00; margin-left:auto; margin-right:auto; margin-bottom:10px; }
/* 350 x 250 drawing */
.DWG_350x250 { overflow:hidden; position:relative; width:350px; height:250px;
  background-color:#C6F7BD; border:1px solid #3f7f00; box-shadow: 5px 5px 5px #888888;}
/* 450 x 250 drawing */
.DWG_450x250 { overflow:hidden; position:relative; width:450px; height:250px;
  background-color:#C6F7BD; border:1px solid #3f7f00; box-shadow: 5px 5px 5px #888888;}

.Dim_Table {
  border-collapse: collapse; /* 'cellspacing' equivalent */
  border: solid 1px #000000; font-size: 8pt;
	/* padding: 0px; float:left; */
	/* margin-left:auto; margin-right:auto; */
	/* margin-top:5px; margin-bottom:5px; */
}
.Dim_Table tr { vertical-align: middle; }
.Dim_Table th { border: solid 1px #000000; text-align:center; padding: 1px 2px 1px 2px;}
.Dim_Table td { border: solid 1px #000000; text-align:center; padding: 1px 2px 1px 2px;}

.Sng_Wire_Quarter { overflow:hidden; position:relative; width:400px;height:420px;
	/* margin-left:auto; margin-right:auto; */ 
  float:right; margin-left:15px; margin-bottom:15px; margin-top:15px;
	border:1px solid #3f7f00; /* box-shadow: 5px 5px 5px green; */ }

.Fat_Dipole { overflow:hidden; position:relative; width:700px;height:400px;
	/* margin-left:auto; margin-right:auto; */ 
  /* float:right; */ margin-left:auto; margin-right:auto; margin-bottom:15px; margin-top:15px;
	border:1px solid #3f7f00; /* box-shadow: 5px 5px 5px green; */ }

.Sng_Wire_Half { overflow:hidden; position:relative; width:250px; height:220px;
	/* margin-left:auto; margin-right:auto; */ 
  /* float:right; */ margin-left:auto; margin-right:auto; margin-bottom:15px; margin-top:15px;
	border:1px solid #3f7f00; /* box-shadow: 5px 5px 5px green; */ }

.Sng_Wire_Random { overflow:hidden; position:relative; width:250px; height:220px;
	/* margin-left:auto; margin-right:auto; */ 
  float:right; margin-left:15px; margin-bottom:15px; margin-top:15px;
	border:1px solid #3f7f00; /* box-shadow: 5px 5px 5px green; */ }

.CB_Dwg { overflow:hidden; position:relative; width:300px; height:220px;
	/* margin-left:auto; margin-right:auto; */ 
  float:right; margin-left:15px; margin-bottom:15px; margin-top:15px;
	border:1px solid #3f7f00; /* box-shadow: 5px 5px 5px green; */ }

.Data_Input{ width:40px; font-size:14px; text-align:center; }

.Data_Sel{ width:70px; font-size:14px; text-align:center; }
