/*
20201017
-------------------------------- */

html, /* body, ul, ol, li,*/ form, fieldset, legend {
                          font-family: verdana, sans-serif;
	margin: 0;
	padding: 0;
	width: 100%; 
}

p { 
  margin-top: 0;
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 { 
  margin-top: 0;
  margin-bottom: 0;
  border: 2px solid blue;
  text-align:center;
  font-weight:bold;
  color:darkblue;
}
h1 { font-size:200%;
}

h2 { font-size:150%;
}

h3 { font-size:150%;
  border: 1px solid blue;
}

h4 { font-size:130%;
  border: 1px solid blue;
  color:green;
}

h5 { font-size:130%;
  color:green;
  border: 1px solid blue;
}

h6 { font-size:130%;
  border: none;
} 

fieldset,img { border: 0; }
legend { color: #000; }
/*li { list-style: none; }*/
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }

table {
        border: 1px solid black;
	border-collapse: collapse;
	border-spacing: 1px solid black;
	width: 100%; 
}

table.staffing {
  table-layout: fixed;
}
table.damageform {
  table-layout: fixed;
}
table.head {
  color: red;
}
table.navigation {
	background: yellow;
  table-layout: fixed;
        border: 1px solid black;
}

caption {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

input, textarea, select {
	font-size: 100%;

}

abbr, acronym {
	border-bottom: .1em dotted;
	cursor: help;
}

body {
	margin: 0;
	padding: 0;
	width: 100%; 
	height: 100%; 
	text-align: left;
	color: #000;
	background: #eeeeee;
	font: 100% "Helvetica Neue", Helvetica, Arial, "Microsoft Sans Serif", sans-serif;
}
a { color:blue; text-decoration:underline; }
a:hover { text-decoration:none }
a:choosename { color:red; text-decoration:underline; }

#container {
	float: left;
	width: 1000px;
	background: #bbb;
}

#nav {
	float: left;
	width: 200px;
	background: lime;
}

#content {
	float: left;
	width: 550px;
	margin: 0 0 0 25px;
	background: yellow;
}

#extras {
	float: right;
	width: 200px;
	background: gray;
}

.feature-image {
	float: right;
	margin: 0 0 10px 10px;
}

@media only screen and (max-width:640px) {
	#container { width: 600px; }
	#extras
	{
		clear: left;
		float: none;
		margin: 0 0 0 225px;
		width: 550px;
	}
}

@media screen and (max-width:480px) {
	#container { width: 400px; }
	#nav
	{
		float: none;
		width: auto;
	}
	
	#content
	{
		float: none;
		width: auto;
		margin: 0;
	}
	
	#extras
	{
		float: none;
		width: auto;
		margin: 0;
	}
	
	.feature-image { display: none; }
}

h5 { background: lightyellow;
     border: 2px solid black;
}

div.map {
	position:relative;
	left:25px;
	top:0px;
	z-index: -1;
}

img.mapbase {
	position:absolute;
	z-index:0;
}

canvas.map_marker {
	position:absolute;
	z-index: 100;
}

input[type=submit] {
  transform: scale(1.0);
  color: red; font-weight: bolder; font-size: 120%;
  background-color: powderblue;
	position: static;
}

input[type='checkbox'] {
  transform: scale(1);
  margin-left:00px;
  margin-right:00px;
}

input[type='radio'] {
  transform: scale(1);
  margin-left:00px;
  margin-right:00px;
}

.button
{
    background-color:#4CAF50;
    border: none;
    color: blue; /*blue*/
    padding: 0px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 100%;
    margin: 0px 0px;
    cursor: pointer;
    z-index: 1;
}

.SpecialNeedsLabel
{ color: red; 
    padding: 0px 0px;
    margin: 0px 0px;
    background-color:black;
    display: block;
}

.SpecialNeeds
{
    background-color:black;
    padding: 0px 0px;
    margin: 0px 0px;
    text-align: left;
    display: block;
    font-size: 100%;
    z-index: 1;
    cursor: pointer;
}

#SpecialNeedsBlink {
  animation-name: SpecialNeedsAnimate;
  animation-duration: 4s ease infinite;
  z-index: 1;
}

@keyframes SpecialNeedsAnimate {
  0% {color: red; }
  30% {color: green; }
  60% {color: blue; }
  100% {color: pink; }
}

#imagedelete {
  transform: scale(1.0);
  color: red; font-weight: bolder; font-size: 120%;
  background-color: powderblue;
}

#helpButton { 
  color: orange; font-size: 100%;
}

#Cancel { 
  color: red; font: bold; font-size: 130%;
}

#choosename {
  color: red;
  font: bold;
  font-size: 130%;
}

.svg-division {
  font-size:60%; font-style:italic; font-weight:bolder;
}

tr:nth-child(even) {
                      background-color: #dddddd;
                    }

th { text-align:center;
                        padding: 2pt;
                        vertical-align: top;
                        border-bottom: 1pt solid;
                    }
td { text-align:left;
                        padding: 2pt;
                        vertical-align: top;
                    }
.widthSet {
	max-width: 200px;
      }

#name {
  color: yellow;
}

#Home {
  color: yellow;
}

#MyNeighbor {
  color: blue;
}

#addname {
  color: red; font-weight: bolder; font-size: 100%;
  background-color: powderblue;
}

.symbolLayer {
  top: 0; left: 0;
  margin: 0; padding: 0;
  cursor: pointer;
  display: inline-block;
}

.textLayer {
  margin: 0;
  z-index: 9;
  display: block;
  cursor: pointer;
  position: absolute;
}

#textBlock
{ 
  position: absolute;
  margin: 0;
  display: block;
  background-color: black;
  color: white;
  text-align: left;
  font-size: 100%;
}


#SpecialNeedsBox {
  position: absolute;
  display: block;
  margin: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.0);
  cursor: pointer;
  font-size:100%;
}

#SpecialNeedsCircle {
  position: absolute;
  display: block;
  margin: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.0);
  cursor: pointer;
  font-size:100%;
}

.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  user-select: none;
}
.popup .popuptext {
 visibility: hidden;
 position: absolute;
 z-index: 1;
}

.popup .popuptext::after {
  content:"";
  position:absolute;
}

.popup .show {
  visibility: visible
}

.hide {
  display: none;
}

#navigation {
	background: lightyellow;
        border: 2px solid black;
}
#headerInfo {
  height:3px;
  border: 1px solid black;
  background-color: red;
}
#imageType {
  color:green;
}
