table.Standard_Form{
	width:100%;
	border-collapse: collapse;
	cursor:default;
}
	table.Standard_Form thead:not(table.Standard_Form thead thead){
		position: sticky;
		position: -webkit-sticky;
		top: 0px;
		z-index: 12;
	}
	table.Standard_Form tfoot:not(table.Standard_Form tfoot tfoot){
		position: sticky;
		position: -webkit-sticky;
		bottom: 0px;
		z-index: 12;
	}
	table.Standard_Form thead tr:not(table.Standard_Form thead tr tr),
	table.Standard_Form tfoot tr:not(table.Standard_Form tfoot tr tr){
		height:30px;
		background-color:#1a2c44;
		border: 0px solid #666;
		color:#fff;
	}
	table.Standard_Form tbody:not(table.Standard_Form tbody tbody){
		background-color:#fff;
	}
	table.Standard_Form tbody tr{
		height:30px;
		border-bottom: 0px solid #666;
	}
	table.Standard_Form tbody tr:last-child{
		border-bottom: 0px solid #666;
	}
	table.Standard_Form tbody tr:nth-child(2n + 0):not(table.Standard_Form tbody tr.NOT_tr,table.Standard_Form tbody tr tr){
		background-color:#f7f7f7;
		border: 0px solid #666;
	}
	table.Standard_Form tbody tr:nth-child(2n + 1):not(table.Standard_Form tbody tr.NOT_tr,table.Standard_Form tbody tr tr){
		background-color:#fff;
		border: 0px solid #666;
	}
	table.Standard_Form_ROWSPAN tbody .Row:nth-child(2n + 0):not(table.Standard_Form_ROWSPAN tbody tr.NOT_tr,table.Standard_Form_ROWSPAN tbody tr tr){
		background-color:#f7f7f7;
		border: 0px solid #666;
	}
	table.Standard_Form_ROWSPAN tbody .Row:nth-child(2n + 1):not(table.Standard_Form_ROWSPAN tbody tr.NOT_tr,table.Standard_Form_ROWSPAN tbody tr tr){
		background-color:#fff;
		border: 0px solid #666;
	}
		table.Standard_Form tr th,
		table.Standard_Form tr td{
			font-size:12px;
			line-height:14px;
			border: 0px solid rgba(0,0,0,0);
		}
		table.Standard_Form tbody tr th:not(table.Standard_Form tr th:first-child),
		table.Standard_Form tbody tr td:not(table.Standard_Form tr td:first-child){
			border-left: 1px solid rgba(200, 200, 200, 1);
		}
			table.Standard_Form thead tr td,
			table.Standard_Form thead tr th,
			table.Standard_Form tfoot tr td,
			table.Standard_Form tfoot tr th{
				border-color:rgba(0,0,0,0);
			}
			
			
table.Standard_Form_Double{
	width:100%;
	border-collapse: collapse;
	cursor:default;
}
	table.Standard_Form_Double thead tr:not(table.Standard_Form_Double tr tr){
		position: sticky;
		position: -webkit-sticky;
		top: 0px;
		z-index: 12;
	}
	table.Standard_Form_Double tfoot tr:not(table.Standard_Form_Double tr tr){
		position: sticky;
		position: -webkit-sticky;
		bottom: 0px;
		z-index: 12;
	}
	table.Standard_Form_Double thead tr:not(table.Standard_Form_Double thead tr tr),
	table.Standard_Form_Double tfoot tr:not(table.Standard_Form_Double tfoot tr tr){
		height:30px;
		color:#fff;
		background-color:#1a2c44;
		border: 0px solid rgba(220, 220, 220, 1);
	}
	table.Standard_Form_Double tbody:not(table.Standard_Form_Double tbody tbody){
		background-color:#fff;
	}
	table.Standard_Form_Double tbody .Row{
		border-bottom: 1px solid rgba(220, 220, 220, 1);
	}
	table.Standard_Form_Double tbody .Row:last-child{
		border-bottom: 0px solid rgba(220, 220, 220, 1);
	}
	table.Standard_Form_Double tbody .Row:nth-child(4n + 1):not(table.Standard_Form_Double tbody tr tr){
		background-color:#f7f7f7;
	}
	table.Standard_Form_Double tbody .Row:nth-child(4n + 2):not(table.Standard_Form_Double tbody tr tr){
		background-color:#f7f7f7;
	}
	table.Standard_Form_Double tbody .Row:nth-child(4n + 3):not(table.Standard_Form_Double tbody tr tr){
		background-color:#fff;
	}
	table.Standard_Form_Double tbody .Row:nth-child(4n + 4):not(table.Standard_Form_Double tbody tr tr){
		background-color:#fff;
	}
		table.Standard_Form_Double tr th,
		table.Standard_Form_Double tr td{
			font-size:12px;
			line-height:14px;
			border: 0px solid rgba(0,0,0,0);
		}
		table.Standard_Form_Double tbody tr th,
		table.Standard_Form_Double tbody tr td{
			border-left: 1px solid rgba(220, 220, 220, 1);
		}
			table.Standard_Form_Double tr th:first-child,
			table.Standard_Form_Double tr td:first-child{
				border-left: 0px solid rgba(220, 220, 220, 1);
			}	

@media (max-width: 800px){
}@media (min-width: 801px){
			.Drive_List_Box.Fillet{
				border-radius: 5px;
			}
}
		
		
			table.Excel_Cell{
				font-size:11px;
				background-color:rgba(255, 255, 255, 1);
			}
				table.Excel_Cell tr{
					border-bottom-width: 1px;
					border-bottom-color: rgb(200, 200, 200);
				}
				table.Excel_Cell tr:last-child{
					border-bottom-width: 0px;
				}
					table.Excel_Cell tr td,
					table.Excel_Cell tr th{
						border-right-width: 1px;
						border-right-color: rgb(200, 200, 200);
					}
					table.Excel_Cell tr td:last-child,
					table.Excel_Cell tr th:last-child{
						border-right-width: 0px;
					}
					table.Excel_Cell thead tr.Row_Tab{
						height:20px;
					}
						table.Excel_Cell thead tr.Row_Tab th.Coll{
							position: sticky;
							position: -webkit-sticky;
							top: 0px;
							z-index: 13;
							color:#fff;
						}
						table.Excel_Cell thead tr.Row_Tab th.Coll_Tab{
							position: sticky;
							position: -webkit-sticky;
							top: 0px;
							left: 0px;
							z-index: 14;
						}
						table.Excel_Cell thead tr.Row_Tab th.Coll,
						table.Excel_Cell thead tr.Row_Tab th.Coll_Tab{
							background-color:rgb(200, 200, 200);
						}
						table.Excel_Cell thead tr.Row_Tab th.Coll:hover,
						table.Excel_Cell thead tr.Row_Tab th.Coll_Tab:hover{
							background-color:rgb(180, 180, 180);
						}
						table.Excel_Cell thead tr.Row_Tab th.Coll:active,
						table.Excel_Cell thead tr.Row_Tab th.Coll_Tab:active{
							background-color:rgb(160, 160, 160);
						}
				table.Excel_Cell tbody{
				}
					table.Excel_Cell tbody th.Coll_Tab{
						position: sticky;
						position: -webkit-sticky;
						left: 0px;
						z-index: 12;
						background-color:rgb(200, 200, 200);
						color:#fff;
					}
		
		
		