:root {
	--clrBlue: #009;
	--text-light-gray: #999;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 16px;
	background: #CCC url(/pics/bg.jpg) repeat top left;
	color: #222;
}
h4 {
	margin: 5px 0 0 0;
	padding: 5px 0;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	border-top: 1px solid #DDD;
}
h4:first-child {
	margin-top: 0;
	border: none;
}
p {
	margin: 0 0 10px 0;
	padding: 0;
}
#outerwrapper {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#innerwrapper {
	position: relative;
	margin: 1em auto;
	padding: 1em;
	width: 100%;
	max-width: 1000px;
	background: #FFF;
	border: .1em solid #555;
	border-radius: 10px;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	box-shadow: -.25em .25em .25em #777;
	text-align: left;
}
#header {
	float: left;
	margin: 0;
	padding: 0 0 10px 0;
	width: 100%;
}
#hdrDemo,
#hdrDemo a {
	float: left;
	position: relative;
	font-weight: bold;
	font-size: 1.7em;
	text-decoration: none;
}
#hdrDemo a { color: #009}
#hdr_date {
	position: relative;
	float: right;
	text-align: right;
	font-size: .9em;
}
#hdr_date ul {
	margin-top: 10px;
}
#hdr_date ul li {
	display: inline-block;
	padding: 0 0 0 10px;
}
.gray { color: #888; }

#mainbody {
	position: relative;
	clear: left;
	margin: 0 auto;
	width: 100%;
	background-color: #FFF;
	text-align: left;
	border: 1px solid #006;
}

#innerbody {
	position: relative;
	padding: 0;
	float: left;
	width: 100%;
	min-height: 500px;
}

#footer {
	clear: both;
	position: relative;
	float: left;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	width: 100%;
	font-size: .75em;
}

#sidemenu {
	position: relative;
	float: left;
	width: 17%;
	font-size: 1em;
}
#sidemenu p {
	margin: 1em 0 0 0;
}
#sidemenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#sidemenu li {
	margin: 5px 0;
	padding: 0;
	border: 1px solid #999;
	border-radius: 5px;
	background: #EEE;
	font-size: .9em;
	box-shadow: 2px 2px 2px #999;
}
#sidemenu li.curr,
#sidemenu li.curr a,
#sidemenu li.curr a:hover {
	font-weight: bold;
	color: #FFE;
	background: #009;
}
#sidemenu li a {
	display: block;
	margin: 0;
	padding: 2px 5px;
	text-decoration: none;
	width: 100%;
}
#sidemenu li a:hover {
	background:#6FA2FF;
	color:#FFF;
	font-weight:bold;
}

img { border: 0; }
table {
	border-collapse: collapse;
	border: 0;
}
table th {
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	background: #009;
	color: #FFF;
}
td {
	vertical-align: middle;
	padding: 3px 5px;
	font-size: 1em;
	line-height: 22px;
}

table.tbl_silver {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	background-color: #EEE;
	border: 1px solid #555;
	font-size: 1em;
}
.tbl_silver td:nth-child(1) a {
	font-weight: bold;
}
.tbl_silver td img {
	vertical-align: middle;
}
.tbl_header,
table.tbl_silver tr.nodrag td {
	background-color: #DFE7FF;
	font-weight: bold;
}
table.tbl_silver tr:hover:not(.tbl_header):not(.nodrag) td {
//	background-color: #FEFEFE;
}

form { margin: 0; }

.clear { clear: both; }
.pg_header {
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 2px;
}

.tbl_lbl {
	padding-right: 5px;
	background: #DDD;
	font-size: 1em;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	width: 20%;
	min-width: 125px;
	line-height: 2em;
}

.tbl_hdr {
	background: #CCC;
	font-size: 1em;
	font-weight: bold;
}

a { color: #009; }
a:hover { text-decoration: none; }
a:active {
	color: #D00;
	text-decoration: none;
}

.mnu_sct_head {
	font-weight: bold;
	font-size: 1.2em;
	padding-top: 1em;
	text-decoration: none;
}

.big { font-size: 1.1em; }
.bigger { font-size: 1.2em; }
.biggest { font-size: 1.3em; }

.small { font-size: .9em; }
.smaller { font-size: .8em; }
.smallest { font-size: .7em; }

.pln7 { font-size: 0.63em; font-weight: normal; }
.bld7 { font-size: 0.63em; font-weight: bold; }
.pln8 { font-size: 0.72em; font-weight: normal; }
.bld8 { font-size: 0.72em; font-weight: bold; }
.pln9 { font-size: 0.81em; font-weight: normal; }
.bld9 { font-size: 0.81em; font-weight: bold; }
.pln10 { font-size: 0.9em; font-weight: normal; }
.bld10 { font-size: 0.9em; font-weight: bold; }
.pln11 { font-size: 0.99em; font-weight: normal; }
.bld11 { font-size: 0.99em; font-weight: bold; }
.pln12 { font-size: 1.08em; font-weight: normal; }
.bld12 { font-size: 1.08em; font-weight: bold; }
.pln13 { font-size: 1.17em; font-weight: normal; }
.bld13 { font-size: 1.17em; font-weight: bold; }
.pln14 { font-size: 1.26em; font-weight: normal; }
.bld14 { font-size: 1.26em; font-weight: bold; }
.pln15 { font-size: 1.35em; font-weight: normal; }
.bld15 { font-size: 1.35em; font-weight: bold; }
.pln16 { font-size: 1.44em; font-weight: normal; }
.bld16 { font-size: 1.44em; font-weight: bold; }
.pln17 { font-size: 1.53em; font-weight: normal; }
.bld17 { font-size: 1.53em; font-weight: bold; }
.pln18 { font-size: 1.62em; font-weight: normal; }
.bld18 { font-size: 1.62em; font-weight: bold; }
.pln19 { font-size: 1.71em; font-weight: normal; }
.bld19 { font-size: 1.71em; font-weight: bold; }
.pln20 { font-size: 1.8em; font-weight: normal; }
.bld20 { font-size: 1.8em; font-weight: bold; }
.pln21 { font-size: 1.89em; font-weight: normal; }
.bld21 { font-size: 1.89em; font-weight: bold; }
.pln22 { font-size: 1.98em; font-weight: normal; }
.bld22 { font-size: 1.98em; font-weight: bold; }
.pln23 { font-size: 2.07em; font-weight: normal; }
.bld23 { font-size: 2.07em; font-weight: bold; }
.pln24 { font-size: 2.16em; font-weight: normal; }
.bld24 { font-size: 2.16em; font-weight: bold; }
.pln25 { font-size: 2.25em; font-weight: normal; }
.bld25 { font-size: 2.25em; font-weight: bold; }
.pln26 { font-size: 2.34em; font-weight: normal; }
.bld26 { font-size: 2.34em; font-weight: bold; }
.pln27 { font-size: 2.43em; font-weight: normal; }
.bld27 { font-size: 2.43em; font-weight: bold; }
.pln28 { font-size: 2.52em; font-weight: normal; }
.bld28 { font-size: 2.52em; font-weight: bold; }
.pln29 { font-size: 2.61em; font-weight: normal; }
.bld29 { font-size: 2.61em; font-weight: bold; }
.pln30 { font-size: 2.7em; font-weight: normal; }
.bld30 { font-size: 2.7em; font-weight: bold; }
.pln31 { font-size: 2.79em; font-weight: normal; }
.bld31 { font-size: 2.79em; font-weight: bold; }
.pln32 { font-size: 2.88em; font-weight: normal; }
.bld32 { font-size: 2.88em; font-weight: bold; }
.pln33 { font-size: 2.97em; font-weight: normal; }
.bld33 { font-size: 2.97em; font-weight: bold; }
.pln34 { font-size: 3.06em; font-weight: normal; }
.bld34 { font-size: 3.06em; font-weight: bold; }
.pln35 { font-size: 3.15em; font-weight: normal; }
.bld35 { font-size: 3.15em; font-weight: bold; }
.w25 { width: 25px; }
.w50 { width: 50px; }
.w75 { width: 75px; }
.w100 { width: 100px; }
.w125 { width: 125px; }
.w150 { width: 150px; }
.w175 { width: 175px; }
.w200 { width: 200px; }
.w225 { width: 225px; }
.w250 { width: 250px; }
.w275 { width: 275px; }
.w300 { width: 300px; }
.w325 { width: 325px; }
.w350 { width: 350px; }
.w375 { width: 375px; }
.w400 { width: 400px; }
.w425 { width: 425px; }
.w450 { width: 450px; }
.w475 { width: 475px; }
.w500 { width: 500px; }
.w525 { width: 525px; }
.w550 { width: 550px; }
.w575 { width: 575px; }
.w600 { width: 600px; }
.h50 { height: 50px; }
.h100 { height: 100px; }
.h150 { height: 150px; }
.h200 { height: 200px; }
.h250 { height: 250px; }
.h300 { height: 300px; }
.h350 { height: 350px; }
.h400 { height: 400px; }
.h450 { height: 450px; }
.h500 { height: 500px; }
.h550 { height: 550px; }
.h600 { height: 600px; }
.h650 { height: 650px; }
.h700 { height: 700px; }
.h750 { height: 750px; }
.h800 { height: 800px; }
.w100pct,
.w100p {
	width: 100% !important;
}
.w50pct,
.w50p {
	width: 50% !important;
}

select,
input {
	font-size: 1em;
	padding: .25em .5em;
	line-height: 1.5em;
}
input[type="date"] {
	font-family: arial, verdana, helvetica, sans-serif;
}
.btn,
input[type="submit"],
input[type="button"] {
	font-size: .9em;
	padding: 2px 7px;
	font-size: .9em;
	background-color: #DDD;
	border: .1em solid #CCC;
	border-radius: .25em;
	-moz-border-radius: .25em;
	-webkit-border-radius: .25em;
	width: auto;
}
.btn:hover {
	background-color: #CCC;
}

.right { text-align: right; }
.left { text-align: left; }
.center { text-align: center; }
.justify { text-align: justify; }

div.fleft { float: left; }
div.fright { float: right; }

.pln { font-weight: normal; }
.bold, .bld { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.nounder { text-decoration: none; }

.black { color: #000; }
.white { color: #FFF; }
.red { color: #D00; }
.blue { color: #141E58; }
.navy { color: #006; }
.green { color: #0D0; }
.forest { color: #008080; }
.silver { color: #EEE; }
.darkgray { color: #555; }

.error {
	padding: 3px;
	width: 100%;
	background: #FFE;
	color: #000;
	border: 1px dotted #D00;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
}

/*show/hide password field data */
.sh_pw {
	float: right;
	padding: .25em;
	border: 1px solid #006;
	background-color: #EEE;
	text-align: center;
	white-space: nowrap;
	border-radius: .15em;
	//width: 100px;
}
.sh_pw:hover {
	background: #DDD;
}
a.external {
 padding-right: 13px;
 background: transparent url("//shared.h2owebs.com/pics/external.png") no-repeat scroll right center;
}

#listnotes {
	text-align: center;
	font-weight: bold;
	font-size: 1em;
}

.color_table {
	width: 100%;
	background-color: #FFF;
	font-size: 10px;
	border: 1px solid #CCC;
}
.color_table td {
	padding: 0;
	margin: 0;
	width: 20%;
	text-align: center;
}
.color_table td div {
	clear: both;
	width: 100%;
	height: 30px;
}

.req {
	background-color: #FFE;
}

.dragclass {
	background-color: #AFA;
	font-weight: bold;
}
.success {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	padding: 15px;
	top: 100px;
	left: 0;
	right: 0;
	display: none;
	width: 100%;
	max-width: 500px;
	background-color: #FFF;
	border: 2px solid #000;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	-webkit-box-shadow: 0 0 5px 5px #555;
	-moz-box-shadow: 0 0 5px 5px #555;
	box-shadow: 0 0 5px 5px #555;
	text-align: center;
	font-weight: bold;
	z-index: 1001;
}

/* ********************************************************************** */
/* horizontal menu containing top-level menu items with(out) links */
nav {
	position: sticky;
	z-index: 10000;
	background: var(--clrBlue);
	width: 100%;
	font-weight: bold;
}
nav a {
	font-size: 1.2em;
	padding: 1em .75em;
	text-shadow: .2em .2em .2em #333;
	color: #FFF;
}
nav ul {
	margin: 0;
	padding: 0;
	z-index: 1;
	text-align: center;
}
nav li:hover,
nav a:hover {
	background: #C6E2FF;
}

nav ul li {
	display: inline-block;
	position: relative;
}
nav ul li a {
	color: #FFF;
	display: block;
	font-size: 1.1em;
	text-decoration: none;
}

/* all list items with a link */
nav li:hover > a {
	color: #000;
	text-shadow: .1em .1em .1em #888;
}

/* drop menu */
nav ul li ul {
	display: none;
	position: absolute;
	min-width: 200px;
	white-space: nowrap;
	border-bottom: .1em solid #333;
	-moz-box-shadow: 0 .25em .5em #333;
	-webkit-box-shadow: 0 .25em .5em #333;
	box-shadow: 0 .25em .5em #333;
}

/* show drop menu items */
nav ul li:hover ul {
	display: block;
}

nav ul li ul li {
	display: block;
	border-top: .1em solid #555;
	background-color: whitesmoke;
	color: #777;
	text-align: left;
	line-height: 1.5em;
}

nav ul li ul li a {
	display: block;
	padding: .5em .75em;
	font-size: .9em;
	font-weight: normal;
	text-shadow: .1em .1em .1em whitesmoke;
	color: #444;
}

nav ul li ul li a i {
	width: 25px;
	text-align: center;
}
nav ul li a i {
	margin-right: .25em;
	font-size: 1.5em;
}

/* buttoned sections on categorized pages */
.featured {
	font-style: italic;
	color: #363;
}
.tbl_header th { padding: .25em; }
.tbl_silver + .dndtbls { display: none; }
.tbl_silver + .dndtbls:first-child { display: visible; }
.active {
	background: var(--clrBlue);
	color: #FFF;
}
#h2o_buttons {
	display: flex;
	flex-flow: row wrap;
	align-content: center;
	justify-content: center;
}
#h2o_buttons > div {
	margin: .1em;
	padding: 0;
	border: 1px solid #BBB;
	border-radius: .25em;
	background: #EEE;
	text-decoration: none;
	text-align: center;

	display: flex;
	flex: 1 1 auto;
	justify-content: center;
	flex-direction: row;
}
#h2o_buttons a {
	padding: .25em 1em;
	text-decoration: none;
	font-weight: bold;

	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-grow: 1;
}
#h2o_buttons a:hover {
	background: #DDD;
	color: var(--clrBlue);
}

.top {
	margin: .5em 0 1em 0;
	padding: 0;
	width: 100%;
	text-align: center;
	background-color: #DDD;
	border-radius: 4px;
}
.top a {
	padding: .5em;
	display: block;
	text-decoration: none;
	font-variant: small-caps;
}
.top:hover {
	font-weight: bold;
}
