@charset "utf-8";

.search {
  padding: 0px 0px;
  /*background-color:#ddc;*/
}
/* The sticky class is added to the header with JS when it reaches its scroll position */

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 102px;
}

.anchor {
padding-top: 140px; margin-top: -140px; border:none; text-decoration:none
}
div.toggler { 
	} /* background:lightblue; cursor:pointer; */
div.toggler div { display:none; }
span.toggler span { display:none; } /* used inside td */
.toggler p {
	/*background-color:#dff; */
	padding:5px; 
	margin:-2px;
	margin-left:-5px;
	border-top:thin;
}
div.fontsizer {
	 color:#09C; 
	 position:fixed; 
	 right:5px; 
	 top:5px; 
	 background-color:#FFF; 
	 padding:2px; 
	 border:#963 double
}
h1, h2, h4 {
	margin-bottom:2px;
	margin-top:0px;
	padding-bottom:2px;
	padding-top:0px;
}
h1 {
	font-size:1.3em;
}
h2 {
	color:#C66;
	padding-top:5px;
	font-size:1.2em;
}
a:link, a:visited, a:hover {
	color:#073;
}
.fakelink {
	text-decoration:underline;
	color:blue;
}
h1 a:link,
h1 a:visited,
h1 a:hover {
	color:#036;
	text-decoration:none;
}
h4,
h4 a:link, 
h4 a:visited,
h4 a:hover {
	color:#C66;
	text-decoration:none;
}
body {
	font-family: Tahoma, Geneva, sans-serif;
	margin:5px;
	color:#036;
	font-size:90%;
}
.ctr {
	text-align:center;
	margin:auto;
}
.banner {
	padding:12px;
	background: #ddc;
	padding-bottom: 0px;
}
.mug {
	vertical-align:bottom;
	float:right; 
	margin-top:0px;
	border:thin #FF0;
}
.content {
	padding:15px;
	background: #eeeedd;
}

.section {
	clear:both;
}
.section p {
	margin-top:0px;
}
.section h3 {
	margin-top:0px;
	font-size:75%;
}

.flex table, .flex tr, .flex th, .flex td {
	width:98%;
	border: 1px solid #999;
	border-collapse: collapse;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
}
.flex th {
	font-size:1em;
	background-color:#FFF;
	color:#09C;
}
.flex tr:hover {
	background-color: #fff;
	border: 1px solid black;
}
.flex td {
	padding-left:5px;
	padding: 5px 2px 2px 5px;
	width:50%;
}
.jump table, .jump tr, .jump th, .jump td {
	width:98%;
	border:none;
	vertical-align:top;
	margin-left:auto;
	margin-right:auto;
}
.jump td {
	width:50%;
}
.jump ul {
	/*font-size:90%;*/
}
.jump ul, li {
	list-style-type:none;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:bold;
	margin-left:0px;
	padding-left:0px;
	margin-right:8px;
	padding-bottom:4px;
}
/*.jump ul li:before {
	content: "\25B7 \0020";
}*/
.jump li:hover {
	background-color: #fff;
	border: 1px solid yellow;
}
.jump a {
	text-decoration:none;
}
.jump a:visited, 
.jump a:hover {
	color:#073;
}
.jumpback table, .jumpback tbody .jumpback tr, .jumpback td {
	/*width:95%;*/
	height:16px;
	font-size:70%;
	font-weight:bold;
	text-align:right;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	border:none;
}
.jumpback a:visited { color:blue; }

.empty table{
	width:95%;
	border:none;
	border-collapse: collapse;
	margin-left:0px;
	margin-right:auto;
	margin-bottom:0px;
}
.empty td {
	padding-left:5px;
	padding: 5px 2px 2px 5px;
	width:50%;
}
.empty a,
.empty a:visited, 
.empty a:hover {
	text-decoration:none;
	color:#C66;
	border:none;
}
	


.tip {
    text-decoration:none;
    position:relative;
}
.tip span {
    display:none;
	color:#333;
}
.tip img {
	height:20px;
	vertical-align:bottom; 
	text-align:right;
	float:right;
	margin-left:2px;
	/*background-image:"../images/speech-bubble20.png";*/
}
.tip:hover span {
    display:block;
	background:#FF9;
    position:absolute;
	font-family:ABeeZee;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-top:10px;
	border: 1px solid #999999;
	box-shadow: 0 10px 10px 2px rgba(0,0,0,0.3);
	overflow:hidden;
	z-index:100;
	float:right;
	/* see desktop/mobile for positioning */
}
.tip:hover span p {
	margin:0px;
}

/*????
.tip:not(.active):hover,
.tip:active span {
	display:block;
}
*/
