/* general */

body {
	font-family: sans-serif;
	color: black;
}

a:hover {
	color: green;
	text-decoration: none;
	}

a:link {
	color: initial;
	text-decoration: none;
	}

header p {
	background-color: bisque;
	padding-left: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-left: 0px;

}

h1 {
	font-size: 1.5em;
	color: #3a3a3a;
	margin-top: 0px;
	margin-bottom: 0px;
}

h1 a:visited a:link{
	color: #84B;
	font-size: 1.25em;
	margin-top: 0px;
	margin-bottom: 0px;
}

h1 img {
	height : 35px;
	vertical-align: middle;
}

h2 {
	font-size: 1.25em;
	color: #3a3a3a;
	margin-top: 0px;
	margin-bottom: 0px;
}

h3 {
	font-size: 1.25em;
	color: #84B;
	margin-top: 0em;
	margin-bottom: 0.5em;
}


h3 a:visited a:link{
	font-size: 1.5em;
	color: #84B;
	margin-top: 0px;
	margin-bottom: 0px;

}

h3 img {
	height : 1.25em;
	vertical-align: middle;
}

img.icons {
	height: 20px;
	width: 20px;
	vertical-align: middle;	
	}

img.downloadable {
	height: 150px;
	width: 150px;
}

.little-grey {
	font-size: .5em;
	color: #888;
}

.contentlist {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1em;
}

.selection {
	background-color: beige;
}

.actions a:link{
	color: blue;
}

.actions a:hover{
	color: orange;
}

/* Reader */

.imagefoot {
	color: #4a4a4a;
	font-style: italic;
	font-weight: lighter;
	margin-top: 0.5em;
	margin-left: 1em;
}

.reader_img img{
	width: 350px;
	border: #333;
	border-width: 3px;
	border-radius: 0.5em;
	border-style: outset;
}

.reader h1 {
	background-color: #00b9b9;
	color: #013c5d;
	margin-bottom: 1em;
	padding-left: 1em;
}

.reader h2,h3,h4 {
	margin-left: 2em;
}

.reader p{
	text-align: justify;
	margin-left: 1em;
	margin-right: 1em;
}

.reader_img {
	text-align: center;
}

.littleinfo {
	color: #3a3a3a;
}

.info {
	background-color: #d7edfd;
	font-size: 0.8em;
	margin-top: 1em;
	margin-bottom: 1em;
}

.warning {
	background-color: #ff9955;
	color: #4d4d4d;
}

.warning p {
	padding-left: 2em;
}

.trk {
	font-weight: bolder;
	padding-top: 1em;
	padding-bottom: 1em;
	background-color: #cccccc;
	border-radius: 1em;

}

.trk_active {
	background-color: #00c300;
	border-radius: 1em;
}
.trk_active_button input{
	background-color: #00c300;
	border-block-color: #00c300;
}

.Last3VisitedzonesButt input{
	background-color: #a8f0b3;
	border-block-color: #a8f0b3;
}


.ZoneVisitedButt input{
	background-color: #a8f0b3;
	border-block-color: #a8f0b3;
}

.Downloadable img{
	vertical-align: -moz-middle-with-baseline;
}

.Downloadable {
	text-align: center;
}

.planstable table {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	border: 3px solid purple;
}
  
.planstable th, .planstable td {
	padding: 10px;
	text-align: center;
  }

.planstable thead {
	background-color: #f2f2f2;
}

.yourplan p {
	background-color: #f2f2f2;
	padding: 0.5em;
	margin: 0px;
	font-size: 0.75em;
}