/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

/* Sortable tables */
table.sortable thead {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: default;
}

body {	text-align: left;
		font-size: 14px;
/* 		color: #00ff00; */
/* 		background-color: #000000; */
		background-repeat: no-repeat;
		background-position:  center;
		background-attachment: fixed;
		margin: 10px 5px;
		padding: 0
}

a:link		{color: #0066FF; text-decoration: underline; font-weight: bold;}
a:visited	{color: #0066FF; text-decoration: underline; font-weight: bold;}
a:active	{color: #0066FF; text-decoration: underline; font-weight: bold;}
a:hover		{color: #0066FF; text-decoration: underline; font-style: italic; font-weight: bold;}

a.nemiuu {color:#FFF;font:bold 10px arial,sans-serif;text-decoration:none;}

.ProjectHoneyPot1 {
background:#999;
width:230px;
}

.ProjectHoneyPot2 {
padding: 1px 2px 5px 4px;
border-right:solid 1px #CCC;
}

.ProjectHoneyPot3 {
font:bold 30px arial,sans-serif;
color:#666;
top:0px;
position:relative;
}

.ProjectHoneyPot4 {
padding:3px 0 0 4px;
}

.w3c {
border:0;
/*width:44px;
height:15.5px */
}

.Footer {
text-align: center;
font-size: xx-small;
}

ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333333;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 10px;
  text-decoration: none;
}

li a:hover {
  background-color: #111111;
}

.active {
  background-color: #04AA6D;
  color: white;
}

#altcolor0 {
    background:#ccc;
    border: 1px solid black !important;
    border-collapse: collapse !important;
}

#altcolor1 {
    background:#fff;
    border: 1px solid black !important;
    border-collapse: collapse !important;
}

.Locations {
  display: none;
}

.HideLocations:focus ~ .Locations {
  display: none;
}
.ShowLocations:focus ~ .Locations {
  display: block;
}
