
body
{
	font-size: 100%;
	font-family: Verdana, sans-serif, Helvetica, Arial;
	color: #553333;
	text-align: center;
	margin: 0;
	background: #1a801a;;
}
.hide
{
	display: none;
}
#wrapper
{
	padding: 0 0 5px;
	background-color: rgb(252,252,252);
}

#mainMenu
{
	list-style-type: none;
	text-align: right;
	overflow: hidden;
	padding: 0px 15px 5px 15px;
	margin: 0px;
}

#mainMenu li
{
	float: left;
	color: white;
	font-weight: bold;
	padding: 5px 15px 0 0;
	font-family: "sans-serif", helvetica;
	font-size: 1.2em;
}

#mainMenu li a	
{
	color: white;
	display: block;
}

#content
{
	padding: 10px 20px;
}

.textIO
{
	width: 95%;
}

@media only screen and (min-width:420px)
{
	body
	{
		padding: 20px 0;
	}
	#wrapper
	{
		max-width:100%;
	}
}
@media only screen and (max-width:780px)
{
	.desklink
	{
		display: none;
	}
	.link
	{
		display: block;
	}
}
@media only screen and (min-width:780px)
{
	.link
	{
		float: left;
		display: none;
	}
	#wrapper
	{
		min-width:760px;
		max-width: 2500px;
		width: 80%;
		margin: 0 auto;
	}
	.textIO
	{
		min-width: 380px;
	}
}
.tcPanel
{
    border: 1px solid navy;
    border-radius: 10px;
    background-color: aliceblue;
	padding: 10px;
	margin: 10px 0;
}
.tcPanel li
{
	padding-bottom: 10px;
}

html
{
	scroll-behavior: smooth;
}
#content p, #content li
{
	text-align: justify;
}
#content li
{
	padding: 5px 0;
}
.image_title
{
	text-align: center !important;
	font-weight: bold;
}
body
{
	counter-reset: footnote_ref footnote;
}
.footnote_ref::after
{
	counter-increment: footnote_ref;
}
.footnote_ref::after, .footnote_ref_no_inc::after
{
	content: counter(footnote_ref);
}
.footnote_ref_comma::after
{
	counter-increment: footnote_ref;
	content: counter(footnote_ref) ",";
	font-size: 70%;
	vertical-align: top;
}
.footnote_ref_no_num, .footnote_ref::after, .footnote_ref_no_inc::after, .ref_comma::after
{
	font-size: 70%;
	vertical-align: top;
}
.ref_comma::after
{
	content: ",";
}
.footnote::before
{
	counter-increment: footnote;
	content: counter(footnote);
}
.signature
{
	text-align: right !important;
	font-style: italic;
}
.fadeout
{
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1));
}
.fadeoutContainer
{
	position: relative;
}
.quote_right, .quote_left
{
	border: 1px solid black;
	border-radius: 10px;
	padding: 10px;
}
.quote_right
{
	margin: 10px 0 10px 10px;
}
.quote_left
{
	margin: 10px 10px 10px 0px;
}
blockquote
{
    border: 1px solid navy;
    border-radius: 10px;
    background-color: rgb(250,248,208);
	padding: 20px;
	margin: 10px 0;
	text-align: justify;
	clear: both;
}
blockquote p:first-child, blockquote h3:first-child
{
	margin-top: 0px;
	padding-top: 0px;
}
blockquote p:last-child
{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

@media only screen and (min-width:740px)
{
	#logo
	{
		background: url("/images/jars_sepia_730px.jpg") no-repeat bottom;
		background-position: 15px 15px;
		width: 760px;
		height: 230px;
		padding: 0;
		margin: 0 auto 0 0 ;
	}
	#logoSpace
	{
		background-color: white;
		width: 760px;
		height: 230px;
		padding: 0;
		margin: 0 auto 0 0 ;
	}
	.mobile
	{
		display: none;
		-webkit-user-select: none;  /* Chrome all / Safari all */
		-moz-user-select: none;     /* Firefox all */
		-ms-user-select: none;      /* IE 10+ */
		user-select: none;          /* Likely future */   
	}
	
	.grid_right
	{
		float: right;
	}
	.gridAll
	{
		float: left;
	}
	.gridAll, .grid_right
	{
		display: block;
		width: 220px;
		margin: 10px;
	}
	.quote_right, .quote_left
	{
		max-width: 50%;
	}
	.quote_right
	{
		float:right;
	}
	.quote_left
	{
		float:left;
	}
}

@media print
{
	.mobile, #mainNav
	{
		display: none;
	}
	img, table
	{
		break-inside: avoid;
	}
}

@media only screen and (max-width:739px)
{
	#logo
	{
		background: url("/images/jars_sepia_300_200.jpg") no-repeat;
		background-position: center;
		width: 100%;
		height: 210px;
		padding: 0;
		margin: 0 auto 0 0 ;
	}
	#logoSpace
	{
		background-color: white;
		width: 100%;
		height: 210px;
		padding: 0;
		margin: 0 auto 0 0 ;
	}
	.desktop, .postTable
	{
		display: none;    
	}
	.gridAll, .grid_right, .gridMob
	{
		display: block;
		margin: 10px;
	}
}

.postTable, .postTable tr td
{
	border-style: none;
}

.postTable tr td
{
	width: 33%;
	vertical-align: top;
}

.postTable tr td h2
{
	text-align: center;
}

.update25
{
	display: none;
}

#mainNav
{
	width: 100%;
	border-bottom: 1px solid #fff;
	font-size: 85%;
	background-color: #0a600a; #0a600a;;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.halfHR
{
	width: 50%;
	margin: 30px auto 25px;
}

footer
{
	margin: 5px 10px;
	text-align: left;
}

.button, .buttonActive
{
	vertical-align:middle;
	text-decoration:none;
	color:black;
	margin: auto;
}
.button div, .buttonActive div
{
	text-align:center;
	background-color: rgb(220,255,220);
	border: 1px solid;
	padding: 8px;
	height: 25px;
	width: 190px;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid darkgreen;
	border-radius: 5px;
}

input[type="text"], input[type="select"], input[type="password"]
{
	border: 1px black inset;
	padding: 2px;
}
@media only screen and (max-width:420px)
{
	input[type="text"], td input[type="submit"], textarea
	{
		max-width: 130px;
	}
	input[type="password"]
	{
		width: 130px;
	}
	.optionalColumn
	{
		display: none;
	}
}
@media only screen and (max-width:780px)
{
	table
	{
		max-width: 100%;
	}
}

table, th, td
{
	border-collapse: collapse;
	margin-bottom: 10px;
	margin-top: 10px;
	border-width: 2px;
	border-color: black;
	border-style: solid;
	padding: 6px;
	text-align: left;
}
td
{
	padding: 10px;
}
.formLeftCell, .t th
{
	font-weight: bold;
	background-color: rgb(220,255,220);
}
.subTitle
{
	font-weight: normal;
	font-size: small;
	line-height: 1;
}

button, table input, input[type="submit"]
{
	font-size: large;
}
.binarySliderYes, .binarySliderNo
{
	width: 50px;
	height: 20px;
	border: 1px solid #1a801a;;
	border-radius: 20px;
	background-color: #1a801a;;
}
.binarySliderYes .binarySliderKnob
{
	margin-left: 0px;
}
.binarySliderNo
{
	background-color: grey;
	border-color:grey;
}
.binarySliderNo .binarySliderKnob
{
	margin-left: 30px;
}
.binarySliderKnob
{
	background-color:white;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	transition: margin-left 0.3s
}
.binarySliderTextHidden
{
	display: none;
}
.binarySliderYesText
{
	color: green;
}
.binarySliderNoText
{
	color: red;
}
.binarySliderConnecting
{
	color: black;
}
.binarySliderSpan
{
	display: inline-block;
}
@media only screen and (min-width:780px)
{
	.binarySliderSpan
	{
		min-width: 200px;
	}
}
