body, html {
  margin: 0;
  padding: 0;
  background-color: white;
  font-family: arial, sans serif;
  font-size: 13px;
  scroll-y: scroll;
}

html {
  height: 100%; 
  margin-bottom: 1px;
}

* {
	box-sizing: border-box;
}

a, a:link {
  color: blue;
}

#page {
	background-color: white;
	width: 850px; 
  overflow-x: hidden; 
  overflow-y: visible; 
  position: absolute; 
  top: 0; 
  left: 50%; 
  margin-left: -425px;  
}

#content {
  color: black;
  width: 850px;
  
  background-color: transparent;
  background-position: bottom left;
  background-repeat: no-repeat;
}

#content2 {
  width: 800px;
  margin: 25px;
  color: #333333;
  background-position: top right;
  background-repeat: no-repeat;
  position: relative;
}

#footer {
  background-image: url(/images/do-footer.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  height: 150px;
  width: 850px;
  text-align: center;
  color: silver;
}

#footer a {
  color: white;
}

h1 {
/*  border-bottom: solid 1px #e9b400; */
  margin: 0;
  padding: 0;
  font-size: 17px;
}

h2 {
/*  border-bottom: solid 1px #e9b400; */
  margin: 0;
  padding: 0;
  color: #990000;
  font-size: 17px;
  font-weight: normal;
}

h3 {
  color: #e9b400;
  font-weight: normal;
/*  border-bottom: solid 1px #e9b400; */
  margin: 0;
  padding: 0;
  font-size: 15px;
}

a img {
  border-style: none;
  border-width: 0;
}

.error {
  color: red;
}

.message {
  color: red;
  border: solid 2px black;
  padding: 5px;
  margin: 5px 10px 5px 5px;
  text-align: center;
  font-weight: bold;
}

.critical {
  color: yellow;
  background-color: red;
  border: solid 2px black;
  padding: 5px;
  margin: 5px 10px 5px 5px;
  text-align: center;
  font-weight: bold;
  display: block; 
}

label {
  display: block;
  margin-top: 5px;
  margin-bottom: 2px;
}

img.png {
  behavior: url(/css/iepngfix.htc)
}

th {
  text-align: left;
  border-bottom: double 3px gray;
}

.definition {
  display: none;
  padding: 10px;
  font-style: italic;
}

#did-you-know {
  margin: 5px 25px;
  padding: 5px;
  background-color: #FFFFCC;
  display: none;
}

#did-you-know-details {
  color: #999966;
  padding: 5px;
  font-style: italic;
}

#ad-loc-1 {
  position: absolute;
  top: 25px;
  left: 50%;
  margin-left: 440px;
}

.icon {
	width: 16px;
	height: 16px;
	vertical-align: top;
}

.button img.icon, button img.icon {
	padding-top: 0;
  vertical-align: -0.15em
}

td p:first-child {
	margin-top: 0;
	padding-top: 0;
}

td p:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.steps {
	white-space-collapse: discard;
  margin: 1em 0;
  border-top: solid 1px #DDD;
  border-bottom: solid 1px #DDD;
  text-align: center;
}

.steps > span {
	margin: 0; 
  display: inline-block;
  padding: 0.4em 0.7em;
  background-color: #EEE;
  position: relative;
  font-size: 90%;
}

.steps > span.selected {
	background-color: #000;
  color: white;
}


table.data {
	border-collapse: collapse;
}

table.data th {
	background-color: white;
}

table.data th, table.data td {
	padding: 0.5em 1em;
}

table.data thead tr:last-child th {
	border-bottom: double 3px gray !important;
}

table.data tbody tr:nth-child(even) {
	background-color: rgba(0, 0, 0, 0.05);
}

table.data tbody tr:nth-child(odd) {
	background-color: rgba(0, 0, 0, 0.1);
}

table.data tbody tr:hover {
	background-color: #FFFF99;
}

table.data strong {
	color: #000;
}

.button {
	display: block;
  padding: 0.5em;
  text-align: center;
  border: solid 1px rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.1);
  margin: 0.25em 0;
  text-decoration: none;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.8);
}

.button:visited, .button:link {
  color: rgba(0, 0, 0, 0.8);
}

.button:hover {
	background-color: rgba(0, 0, 0, 0.2);
}

.button:first-child {
	margin-top: 0;
}

.button:last-child {
	margin-bottom: 0;
}

.info {
	background-color: #EEE; 
  padding: 20px; 
  margin-bottom: 20px; 
  border: solid 1px silver; 
  box-shadow: inset 0 50px 50px #ddd, inset 0 -2px 5px #ccc;
}

.info h3 {
	color: #333;
}

.info h2, .info h3 {
	color: #e9b400;
}

.deleted td {
	text-decoration: line-through;
  color: silver !important;
}

span.input {
	position: relative;
}

span.input input[type=checkbox] {
  display: inline-block;
  padding: 0.5em;
  vertical-align: top;
  font-weight: bold;
  visibility: hidden;
  position: relative;
  margin: 0;
}

span.input input[type=checkbox] + label {
	display: block;
  height: 1em;
  width: 1em;
  border: solid 1px #CCC;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: #EEE;
  visibility: visible;
  cursor: pointer;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

span.input input[type=checkbox]:checked + label {
	background-color: #EEE;
  border-color: #ddd;
}

span.input input[type=checkbox]:checked + label:after {
	color: #000 !important;
  content: "✔";
  line-height: 50%;
  display: inline-block;
  text-align: center;
  font-size: 160%;
  
}

span.input input[type=radio] {
  display: inline-block;
  padding: 0;
  vertical-align: top;
  font-weight: bold;
  visibility: hidden;
  position: relative;
  margin: 0;
}

span.input input[type=radio] + label {
	display: block;
  height: 1em;
  width: 1em;
  border: solid 1px #CCC;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: #EEE;
  visibility: visible;
  cursor: pointer;
  border-radius: 100%;
  margin: 0;
  padding: 0;
}

span.input input[type=radio]:checked + label {
	background-color: #000;
  border-color: #666;
}


span.input input[type=radio]:disabled + label, input[type=checkbox]:disabled + label {
	cursor: not-allowed;
}

input[type=checkbox] {
	background-color: black;
}

.menu {
	margin-top: 1em;
	background-color: rgba(0, 0, 0, 0.05);
  margin-bottom: 1em;
  
}

.menu a {
	display:table-cell;
  padding: 0.5em 1em;
  border-left: solid 1px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  text-transform: uppercase;
}

.menu a:hover {
	background-color: rgba(0, 0, 0, 0.1);
}

.menu a:first-child {
	border-width: 0;
}

.menu img.icon {
	vertical-align: -0.25em;
}

#main-menu .number {
	font-size: 150%; 
  position: absolute; 
  top: 0; 
  left: 0; 
  line-height: 1.5em; 
  background-color: rgba(255, 255, 255, 0.4); 
  padding: 0.25em; 
  border-radius: 50%; 
  width: 2em; 
  height: 2em; 
  text-align: center; 
  moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
