body {
	
}

.button{
	font-size:12px;
	height:25px;
}

.textbox{
	font-size:15px;
	height:25px;
	width:100px;
}

#ROW{
	width:auto;
	display: flex;
	/*justify-content:space-between;*/
	float:left;
}

.segment{
	min-width:75px;
	max-width:auto;
	display: block;
	/*vertical-align: top;*/
}

#main {
	width:100%;
	height:100%;
	background-color:#FF0000;
}

.navi {
	width:auto;
	height:50px;
	/*background-color:#00FF00;*/
	position:relative;
	top:0;
	left:0;
	right:0;
	Z-index:10;
	display: block;
}

#basic {
	position:relative;
	min-width: 800px;
	min-height: calc(100% - 30px);
	max-height: calc(100% - 30px);
	border-width:40;
	/*background-color:#FF00FF;*/
	overflow:auto;
	z-index:0;
	font-size:12px;
	border: solid;
	border-width: 2 2 2 2;
	border-color: #FFFFFF;
}

#footer {
	width:100%;
	height:20px;
	/*background-color:#FFFF00;*/
	border: solid;
	border-width: 2 0 0 0;
	border-color: #999999;
	position:relative;
	bottom:0;
	left:0;
	right:0;
	Z-index:0;
	display: flex;
	align-items:center;
}

td.table_hidde{
	/*display:none;
	visibility: collapse;*/
}
td.id_hidde{/*info in ground.css*/
	/*display:none;
	visibility: collapse;*/
}
table.basic{
	max-width: 600px;
}
textarea.INS:focus {
	background-color: #FFFFDD;
	border: 0px solid red;
}
textarea.INS {
	width: 100%;
	height: 150px;
	background-color: white;
	background-image: url('searchicon.png');
	background-position: 10px 10px;
	background-repeat: no-repeat;
	padding-left: 2px;
	border: 0px solid red;
}
input[type=text].INS:focus {
	background-color: #FFFFDD;
}
input[type=text].INS {
	width: 100%;
	background-color: white;
	background-image: url('searchicon.png');
	background-position: 10px 10px;
	background-repeat: no-repeat;
	padding-left: 2px;
	border: 0px solid red;
	/*border: none;
	border-bottom: 2px solid red;*/
}

#container { border: 1px solid #808080; width: 350px; position:fixed;left:40%;top:15%;Background-color:red}
#txtarea { border: 1px solid #f0f040; background-color: #fffff0; width: 95%; padding: 10px; margin: 10px; }
div#pic_upload{
	border: 1px solid #808080;
	max-width:450px;
	width: auto;
	max-height: 450px;
	height:auto;
	position:fixed;
	left:5%;
	top:15%;
	Background-color:red;
	overflow:auto;
}
#pic_upload_table{
	/*border: 1px solid #f0f040;*/
	/*background-color: #fffff0;*/
	background-color: #ffffff;
	width: auto;
	padding: 10px;
	margin: 10px;
}
div#STATUS_FORM{
	border: 1px solid #808080;
	max-width:450px;
	width: auto;
	max-height: 450px;
	height:auto;
	position:fixed;
	left:5%;
	top:15%;
	Background-color:red;
	overflow:auto;
	z-index:2;
	visibility:hidden;
}

div#HEAD_BUTTON_LINE{
	position:relative;
	width:100%;
	z-index:0;
	display: flex;
}

div#HEAD_BUTTONS{
	z-index:0;
}

div#SPEED_EDIT{
	max-width:600px;
	min-width:400px;
	z-index:0;
	background-color:yellow;
	color:red;
	font-size:20px;
	text-align:center;
}