
.marker_text_0{
    font-family:  Segoe UI; 
	font-size:12px;
    text-align:left;
    border-style:none;
    color:black;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

.marker_text_0_1{
    font-family:  Segoe UI; 
	font-size:12px;
    text-align:left;
    border-style:none;
    color:blue;
	font-weight:bold;
}


.marker_text_1{
    font-family:  Segoe UI; 
	font-size:12px;
    text-align:left;
    border-style:none;
    color:black;
	padding:0px;
	margin:0px;
}

.marker_text_2{
	font-family:  Segoe UI; 
    font-size:12px;
    text-align:left;
    border-style:none;
    color:blue;
	padding:0px;
	margin:0px;
}

.marker_text_3{
	font-family:  Segoe UI; 
    font-size:12px;
    text-align:left;
    border-style:none;
    color:red;
	font-weight:bold;
	padding:0px;
	margin:0px;
}

.marker_text_4{
	font-family:  Segoe UI; 
    font-size:12px;
    text-align:left;
    border-style:none;
    color:green;
	font-weight:bold;
	padding:0px;
	margin:0px;
}


.main_header_class
{
	background-color:green;
    padding:0px;
	margin:0px;
	width:100%;
	height:50px;
	border:1px solid black;
	position:relative;
		overflow:hidden;
}  
 
 .header_image_class
{
	padding:0px;
	margin:0px;
	height:100%;
	border:0px solid black;
	position:absolute; 
	top:0px;
	left:0px;

}

.header_textarea_class {
    -moz-appearance: textfield-multiline;
    -webkit-appearance: textarea;
    font: medium -moz-fixed;
    font: -webkit-small-control;
    overflow: hidden;
	margin:0px;
	padding:0px;
	/*height:50px;
    min-height:50px;*/
	height:100%;
	width:100%;
	background-color:transparent;
	border-radius:0px;
	color:yellow;
	font-size:30px;
	font-weight:bold;
	border:0px solid #0038a8;
    font-family: "Segoe UI";
	overflow-wrap: break-word;
	padding-left:310px;
	position:absolute;
	align-items:center;

	top:3px;
	left:0px;

}
 
 
.main_page_body_class
{
	background-color:transparent;
    padding:0px;
	margin:0px;
	width:100%;
	height:1000px;
	border:1px solid black;
	display:block;
	white-space:nowrap;
}   

.left_frame_class
{
	background-color:gray;
    padding:0px;
	margin:0px;
	width:250px;
	height:100%;
	border:0px solid black;
	float:left;
}   

.right_frame_map_class
{
	background-color:orange;
    padding:0px;
	margin:0px;
	width:calc(100% - 250px);
	height:100%;
	border:0px solid black;
	float:left;
}  

.first_wait_div
{
	position:absolute;
	top:0px;
	left:0px;
	visibility:hidden;
	width:100%;
	height:100%;
	background-color:transparent;
	/* opacity: 0.70 */
	z-index:100000005;
    display: flex;
   align-items: center
}

.wait_text
{
	font-weight:normal;
	font-family: Segoe UI; 
	text-align:center;
	font-size:30px;
	padding:0px;
	background:transparent;
	border:none;
	color: white;
	display: block;
	margin:0 auto;
	z-index:100000005;
} 

.map {
	
	height: 100%;
	width: 100%;
	overflow:hidden;
	visibility:visible;
	border:0px solid black;
	border-left:1px solid black;
	border-right:1px solid black;
  }
  
  
.volcano_names_div_class
{
	background-color:transparent;
    padding:0px;
	margin:0px;
	width:100%;
	height:250px;
	border:0px solid black;
	border-bottom:2px solid black;
}   

.crater_names_div_class
{
	background-color:transparent;
    padding:0px;
	margin:0px;
	width:100%;
	height:calc(100% - 250px);
	border:0px solid black;
	overflow:hidden;
	overflow-x:hidden;
}   

.crater_list_title_style
{
margin:0px;
padding:0px;
width:100%;
border:none;
line-height:20px;
height:20px;
font-size:14px;
text-align:center;
font-weight:bold;
color:blue;
background-color:transparent;
margin-top:2px;

}

.crater_myButton_blue{
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
	background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
	background-color:#3d94f6;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	border:1px solid #337fed;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	padding:5px 5px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
	height:28px;
	width:100%;
	text-align:center;
	margin-bottom:1px;
	display:block;
}

.crater_myButton_blue:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
	background:-moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
	background-color:#1e62d0;
}

.crater_myButton_blue_notouch{
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
	background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
	background-color:#3d94f6;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	border:1px solid #337fed;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	padding:5px 5px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
	height:28px;
	width:100%;
	text-align:center;
	margin-bottom:1px;
	display:block;
}




.crater_myButton_purple{
background: #a90329;
background: -moz-linear-gradient(top,  #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */

	background-color:#ccccc;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	border:1px solid #566963;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	padding:5px 5px;
	text-decoration:none;
	text-shadow:0px -1px 0px #2b665e;
	height:28px;
	width:100%;
	text-align:center;
	margin-bottom:1px;
	display:block;
}

.crater_myButton_purple:hover {
background: #cc0000; /* Old browsers */
background: -moz-linear-gradient(left, #cc0000 0%, #cc0000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #cc0000 0%,#cc0000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #cc0000 0%,#cc0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#cc0000',GradientType=1 ); 
}

.crater_myButton_blue_select_unselect{
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
	background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
	background-color:#3d94f6;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	border:1px solid #337fed;
	cursor:pointer;
	color:yellow;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	padding:5px 5px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
	height:28px;
	width:50%;
	display:inline-block;
	text-align:center;
	margin-bottom:0px;
}


.crater_myButton_blue_select_unselect:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
	background:-moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
	background-color:#1e62d0;
}

.crater_myButton_black_notouch{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d7e7d+0,0e0e0e+100;Black+3D */
	background: #45484d; /* Old browsers */
	background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #45484d 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); 

	background-color:#ccccc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #566963;
	display:inline-block;
	cursor:pointer;
	color:yellow;
	font-family:Arial;
	/* font-family: "Times New Roman", Georgia, Serif; */
	font-size:12px;
	font-weight:normal;
	padding:5px 5px;
	text-decoration:none;
	text-shadow:0px -1px 0px #2b665e;
	text-align:center;
	height:28px;
	width:100%;
}

.crater_myButton_black{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d7e7d+0,0e0e0e+100;Black+3D */
	background: #45484d; /* Old browsers */
	background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #45484d 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); 

	background-color:#ccccc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #566963;
	display:inline-block;
	cursor:pointer;
	color:yellow;
	font-family:Arial;
	/* font-family: "Times New Roman", Georgia, Serif; */
	font-size:12px;
	font-weight:normal;
	padding:5px 5px;
	text-decoration:none;
	text-shadow:0px -1px 0px #2b665e;
	text-align:center;
	height:28px;
}

.crater_myButton_black:hover {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4c4c4c+0,595959+12,666666+25,474747+44,2c2c2c+50,000000+51,111111+60,2b2b2b+76,1c1c1c+91,131313+100;Black+Gloss+%231 */
background: #7d7e7d; /* Old browsers */
background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #7d7e7d 0%,#0e0e0e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
}


.crater_volcano_names_inner
{
	width:100%;
	height: calc(100% - 28px);
	padding:0px;
	margin:0px;
	background-color:white;
	overflow:scroll;
	overflow-x: hidden;
	border:0px solid black;
	border-bottom:2px solid black;
}

.crater_names_inner
{
	width:100%;
	height: calc(100% - 20px);
	padding:0px;
	margin:0px;
	background-color:transparent;
	overflow:scroll;
	overflow-x: hidden;
	border:0px solid black;
}


.crater_names_select_buttons_div
{
	width:100%;
	height: 30px;
	padding:0px;
	margin:0px;
	background-color:transparent;
	border:0px solid black;
	display:block;
	white-space:nowrap;
}

.background_div
{
	position:absolute;
	top:0px;
	left:0px;
	visibility:hidden;
	width:100%;
	height:100%;
	background-color:black;
	opacity: 0.6;
	z-index:10000000;
}

.mylogin_div
{
position:absolute;
/*width: 100%;*/
/*margin: 10px 30% 10px 25%; */
/*padding:10px 0;*/
border: 2px solid gray;
border-radius:10px;
background-color:white;
padding:5px;
z-index:100000000;
}

.form_input_text{
margin:3px;
width:98%;
padding: 0px;
padding-left:5px;
border-radius:5px;
padding-top:10px;
padding-bottom:10px;
border:1px solid #7ac9b7;
font-size:18px;
text-align:left;
}

.main_menu_div_style
{
	position:absolute;
	top:0px;
	left:0px;
	visibility:hidden;
	background-color:transparent;
	z-index:10000;
} 

.main_scrool_div_class {
   /* position:absolute; */
   /* top:230px;*/
   /* left:-2px;*/
   /* visibility:hidden; */
    z-index:1;
    width:100%;
    height:230px;
    background-color:gray;
    border:1px solid gray;
    overflow:scroll;
    padding:0px;
    margin:0px;
}

.general_main_place_list_class
{
	margin:0px;
	padding:0px;
	list-style-type: none;
	background-repeat: no-repeat;
}

.main_place_list_class
{
	margin:0px;
	padding:0px;
	list-style-type: none;
	background-repeat: no-repeat;
}

.place_list_style 
{
	margin:0px;
	padding:0px;
	margin-top:0.15em;
	margin-bottom:0.15em;
}

.list_item_div_class
{
	width:100%;
	background-color:transparent;
	margin:0px;
	padding:0px;
	height:auto;
	border:none;
	white-space:nowrap;
	display:inline-block;
	position:relative
}


.crater_list_black{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d7e7d+0,0e0e0e+100;Black+3D */
	background: #45484d; /* Old browsers */
	background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #45484d 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #45484d 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); 

	background-color:#ccccc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #566963;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	/* font-family: "Times New Roman", Georgia, Serif; */
	font-size:12px;
	font-weight:normal;
	padding:5px 5px;
	text-decoration:none;
	text-shadow:0px -1px 0px #2b665e;
	text-align:left;
	height:28px;
	width:100%;
}

.crater_list_black:hover {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4c4c4c+0,595959+12,666666+25,474747+44,2c2c2c+50,000000+51,111111+60,2b2b2b+76,1c1c1c+91,131313+100;Black+Gloss+%231 */
background: #7d7e7d; /* Old browsers */
background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #7d7e7d 0%,#0e0e0e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #7d7e7d 0%,#0e0e0e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
}

.crater_list_purple{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a90329+0,8f0222+44,6d0019+100;Brown+Red+3D */
background: #a90329; /* Old browsers */
background: -moz-linear-gradient(top,  #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */

	background-color:#ccccc;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #566963;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	/* font-family: "Times New Roman", Georgia, Serif; */
	font-size:12px;
	font-weight:normal;
	padding:5px 5px;
	text-decoration:none;
	text-shadow:0px -1px 0px #2b665e;
	text-align:left;
	height:28px;
	width:100%;
}

.crater_list_purple:hover {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4c4c4c+0,595959+12,666666+25,474747+44,2c2c2c+50,000000+51,111111+60,2b2b2b+76,1c1c1c+91,131313+100;Black+Gloss+%231 */
background: #cc0000; /* Old browsers */
background: -moz-linear-gradient(left, #cc0000 0%, #cc0000 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #cc0000 0%,#cc0000 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #cc0000 0%,#cc0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0000', endColorstr='#cc0000',GradientType=1 ); 
}




.legend_image_container
{
	position:relative;
	width:100%;
	height:calc(100% - 130px);
	background-color:white;
	display:block;
	overflow: hidden;
	overflow-y: auto;
	border: 1px solid black;
	padding-top:2px;
	padding-bottom:5px;
}


.opacity_slider_delete_image_style
{
	float:left;
	left:5px;
	top: 0px;
	
	margin-left:5px;
	margin-right:10px;
	margin-top:1px;
	width:13px;
	height:13px;
}

.opacity_gradation_div
{
	position:relative;
	padding:0px;
	margin:0px;
	border: 1px solid white;
	width:100%;
	height: 13px;
    background: gray; /* For browsers that do not support gradients */
    background: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,1)); /* Standard syntax (must be last) */
	background-color:white;
}

.opacity_slider_div_style
{
	width:350px;
	margin-bottom:15px;
	position:absolute;
	top:0px;
	left:0px;
	visibility:hidden;
	z-index:1000000;
	background-color:transparent;
}

.opacity_control_drag{
  position:absolute;
  top:-6px;
  left:10px;
  background-color:blue;
  width: 12px;
  height:22px;
  border: 1px solid white;
  padding:0px;
  margin:0px;
}

.opacity_title_text_class_0{
	 text-align:center;
	 font-size:12px;
	 color:yellow;
	 width:100%;
	 background-color:transparent;
	 margin:0px;
	 padding:0px;
	 border:0px solid black;
	
	margin-bottom:10px;
	 
}

.opacity_title_text_class_1{
	 text-align:center;
	 font-size:12px;
	 color:cyan;
	 width:100%;
	 background-color:transparent;
	 margin:0px;
	 padding:0px;
	 border:0px solid black;
	
	margin-bottom:10px;
	 
}

.opacity_text_class_0{
	 text-align:left;
	 font-size:12px;
	 color:yellow;
	 width:40px;
	 background-color:transparent;
	 margin:0px;
	 padding:0px;
	 border:0px solid black;
	 float:right;

	 margin-bottom:1px;
	 padding-left:0px;
}

.opacity_text_class_1{
	 text-align:left;
	 font-size:12px;
	 color:cyan;
	 width:40px;
	 background-color:transparent;
	 margin:0px;
	 padding:0px;
	 border:0px solid black;
	 float:right;

	 margin-bottom:1px;
	 padding-left:0px;
}

/* popup */ 

.span_popup_style00 {
	font-family: Arial, Helvetica, sans-serif; 
    font-size: 14px;
    border-style: none;
    text-align: left;
    color: 	black;
    font-weight:bold;
}

.span_popup_style01 {
	font-family: Arial, Helvetica, sans-serif; 
    font-size: 12px;
    border-style:none;
    text-align: left;
    color: black; 
}

.span_popup_style02 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
    border-style: none;
    text-align: left;
    color: 	#0066cc;  
}

.span_popup_style000 {
	font-family: Arial, Helvetica, sans-serif; 
    font-size:12px;
    border:none;
    text-align:left;
    color:blue;
    font-weight:bold;
	background:transparent;
	margin:0px;
	padding:0px;
	width:49%;
	cursor:pointer;
}
.span_popup_style000:hover {
	color:red;
}

.crater_info_div_style
{
  position:absolute;
  right:10px;
  top:120px;
  visibility:hidden;
  width:300px;
  height:auto;
  z-index:10000000;
  margin:0px;
  padding:10px;
  background-color:white;
  border-radius:5px;
  padding-right:15px;
  border:1px solid black;
}

/* end popup */ 


.crater_myButton_pink{
background: #ff00ff;
background: -moz-linear-gradient(top,  #ff00ff 0%, #ff00ff 44%, #ff00ff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ff00ff 0%,#ff00ff 44%,#ff00ff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ff00ff 0%,#ff00ff 44%,#ff00ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff00ff', endColorstr='#ff00ff',GradientType=0 ); /* IE6-9 */

	background-color:#ccccc;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	border:1px solid #566963;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	padding:5px 5px;
	text-decoration:none;
	text-shadow:0px -1px 0px #2b665e;
	height:28px;
	width:100%;
	text-align:center;
	margin-bottom:1px;
	display:block;
}

.crater_myButton_pink:hover {
background: #ff00ff; /* Old browsers */
color:cyan;
}


/* Latest Version */

.main_crater_list_drag
{

	background-color:rgb(50,121,203);
	position:absolute;
	top:0px;
	left:0px;
	border-radius: 5px;
	padding: 10px;
	margin: 10px 10px;
	width: 350px;
	height:250px;
	z-index:10000;
	border: 1px solid black;
	visibility:hidden;
	box-sizing: border-box;

}

.crater_list_general_container
{
  width:100%;
  height:auto;
  border: 0rem solid gray;
  padding:0rem;
  border-radius:0rem;
  overflow:hidden;
  background-color:RGBA(255,255,255,1);
}

.crater_list_textarea_div {
    -moz-appearance: textfield-multiline;
    -webkit-appearance: textarea;
    font: medium -moz-fixed;
    font: -webkit-small-control;
    overflow: hidden;
	margin:0rem;
	padding:0rem;
	/*padding-left:10px; */
    width:100%;
	background: transparent;
	color:#0038a8;
	font-size:0.875rem;
	border:0rem solid black;
    font-family: Segoe UI;
	overflow-wrap: break-word;
	text-align:left;
	cursor:pointer;
	white-space:normal;
	
  padding-left: 20px;
  text-indent: -10px;
}

.crater_list_textarea_div:hover
{
  color:red;
}

.crater_list_textarea_div_red {
    -moz-appearance: textfield-multiline;
    -webkit-appearance: textarea;
    font: medium -moz-fixed;
    font: -webkit-small-control;
    overflow: hidden;
	margin:0rem;
	padding:0rem;
	padding-left:10px;
    width:100%;
	background: transparent;
	color:red;
	font-size:0.875rem;
	border:0rem solid black;
    font-family: Segoe UI;
	overflow-wrap: break-word;
	text-align:left;
	cursor:pointer;
	white-space:normal;
	
	padding-left: 20px;
    text-indent: -10px;
}

.crater_list_textarea_div_red:hover
{
  color:pink;
}

/* detailed crater information */

.edit_table_title_button
{
	width:100%;
	height:20px;
	margin:0px;
	padding:0px;
	text-align:center;
	margin-bottom:2px;
	font-weight:bold;
	font-size:12px;
	border:none;
	background-color:transparent;
	color:blue;
	cursor:move;
}


.edit_data_main_div
{
   display:block;
   width:100%;
  /*height:calc(100% - 120px);*/
  height:calc(100% - 45px);
  border:none;
  background-color:transparent;
  border:1px solid black;
  overflow-y:scroll;
  overflow-x:scroll;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling:touch;
}

.edit_data_sub_div_header
{
	display:inline-block;
	padding:0px;
	margin:0px;
	border:1px solid black;
	background-color:gray;
	white-space:nowrap;
min-height: xxx;
overflow: hidden;
  	height:20px;	
}

.edit_input_data_header
{
	display:inline-block;
	margin:0px;
	padding:0px;
	border:1px solid black;
	background-color:transparent;
	text-align:center;
	color:white;
	font-size:12px;
	cursor:pointer;
	width:60px;
	height:100%;
}

.edit_input_data_header:hover
{
	color:red;
}

.edit_data_sub_div
{
	display:inline-block;
	padding:0px;
	margin:0px;
	border:1px solid black;
	background-color:white;
	white-space:nowrap;
	min-height: xxx;
overflow: hidden;
	height:20px;

}

.edit_input_data
{
	display:inline-block;
	margin:0px;
	padding:0px;
	border:0px solid black;
	background-color:transparent;
	text-align:left;
	color:blue;
	font-size:12px;
    padding-left:4px;
	border-left:1px solid black;
	border-right:1px solid black;
	height:100%;
}

.edit_bottom_div
{
	display:block;
	width:100%;
	height:20px;
	padding:0px;
	margin:0px;
	border:1px solid black;
	background:transparent;
	white-space:nowrap;
	margin-top:5px;
}

.edit_edit_button_plain
{
	display:inline-block;
	width:12.5%;
	height:100%;
	padding:0px;
	margin:0px;
	border:1px solid black;
	/*background-color:gray;*/
	color:black;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
}

.edit_edit_button_plain:hover
{
  color:red;
}
