.Cap_Series_Dwg {
  overflow:hidden; position:relative; float:right; border:1px solid green;
	/* box-shadow: 10px 10px 5px green; */ margin-left:15px; margin-bottom:15px; margin-top:15px;
	width:400px; height:320px; background-color:#C6F7BD; }

.Cap_Ser_Equ {
  overflow:hidden; position:relative; float:left; border:1px solid green;
	/* box-shadow: 10px 10px 5px green; */ margin-right:15px; margin-bottom:10px; margin-top:15px;
	width:225px; height:320px; background-color:#C6F7BD; }

.Cap_Par_Dwg {
  overflow:hidden; position:relative; float:right; border:1px solid green;
	/* box-shadow: 10px 10px 5px green; */ margin-left:15px; margin-bottom:15px; margin-top:0px;
	width:400px; height:250px; background-color:#C6F7BD; }

.Cap_Par_Equ {
  overflow:hidden; position:relative; float:left; border:1px solid green;
	/* box-shadow: 10px 10px 5px green; */ margin-right:15px; margin-bottom:10px; margin-top:15px;
	width:200px; height:40px; background-color:#C6F7BD; }

.Cap_Ser_Par {
  overflow:hidden; position:relative; float:right; border:0px solid green;
	/* box-shadow: 10px 10px 5px green; */ margin-right:auto; margin-left:auto; margin-bottom:0px; margin-top:0px;
	width:380px; height:250px; background-color:#C6F7BD; }
	
.Cap_Ser_Par_Table { border-collapse: collapse; /* 'cellspacing' equivalent */ 
  float:right; margin-left:15px; margin-bottom:10px; margin-top:15px; }
.Cap_Ser_Par_Table th { border: solid 1px green; text-align: center; }
.Cap_Ser_Par_Table td { border: solid 1px green; text-align: center; }

.Par_Val_Dim { width:45px; font-size:14px; text-align:center; }
.Par_Val_Input { width:50px; font-size:14px; text-align:center; }
.Ser_Val_Dim { width:45px; font-size:14px; text-align:center; }
.Ser_Val_Input { width:50px; font-size:14px; text-align:center; }
.Ser_Par_Val_Input { width:50px; font-size:14px; text-align:center; }
