@charset "ISO-8859-1";
/**
 * Copyright 2022-2024 Bunch of Help LLC dba Wizard Beans
 * All rights reserved.
 */
body {
	margin:0;
	background-color: #F0F4F8;
	font-family: "Verdana";
	font-size: 13px;
	/*padding: 30px; */
}

.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   text-align: center;
}

#menu-drop {
  text-align:left;
  display:inline;
  margin:0;
  padding:0px;
  list-style:none;
}

#menu-drop li{
  display:inline-block;
  margin-right: -4px;
  position: relative;
  padding: 10px 15px;
  color: #102A43;
  font-weight: bold;
  background: transparent;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

#menu-drop li:hover {
  background: #243b53;
  color: #fff;
  
}


#menu-drop li ul {
	
  padding: 0;
  position: absolute;
  top: 35px;
  left: 0;
  width: 125px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}

#menu-drop li ul li { 
  background: #243b53; 
  display: block; 
  color: #fff;
  
}

#menu-drop li ul li:hover { 
  background: #829AB1;
  color: #3C403D;
  font-weight: bold;
}

#menu-drop li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
a {
  color: inherit;
  text-decoration: none;
}


#menubar1 {
  
  background-color: #F0F4F8;
  width: 100%;
}

thead tr {
        background-color: #243b53;
        color: white;
		text-decoration: none;
		font-size: 13px;
    }
    
table.sortable thead tr[data-calc] th {
	white-space: nowrap;
	text-align: right;
	background-color: #9FB3C8;
    color: #102A43;
    border: 1px solid #ddd;
	text-decoration: none;
  	font-size: 13px;
}

table.sortable thead tr:nth-child(n+2) {
	white-space: nowrap;
	text-align: right;
	background-color: #243b53;
    color: #F5F5DC;
    border: 1px solid #ddd;
	text-decoration: none;
  	font-size: 13px;
}
    

table.sortable {
	border: 1px solid #C0C0C0;
	border-collapse: collapse;
	padding: 5px;
	/* width: 100%; */
	margin: auto;
	
	
}

table.sortable th, table.sortable td {
	border:1px solid #C0C0C0;
	padding: 5px;
}

table.sortable td {
	text-align: right;
}

table.sortable thead {
	background-color: #C0C0C0;
	position: sticky;
	top: 0;
	z-index: 400;
	
}

table.sortable th:hover {
	cursor: pointer;
}

.totals {
	text-align: center;
  	padding: 3px;
  	white-space: nowrap;
  	border: 1px solid #ddd;
  	background-color: #A3BCB6;
  	font-weight: bold;
}
  	
table.sortable tbody {
    counter-reset: sortabletablescope;
    white-space: nowrap;
}

table.sortable thead tr::before {
    content: "";
    display: table-cell;
    vertical-align: middle;
    font-size: 13px;
}

table.sortable thead tr:nth-child(1)::before {
    content: "Rank";
    display: table-cell;
    vertical-align: middle;
    font-size: 13px;
}


table.sortable thead tr:nth-child(n+2)::before {
    background-color: #9FB3C8;;
    border: 1px solid #ddd;
}
table.sortable tbody tr::before {
    content: counter(sortabletablescope);
    counter-increment: sortabletablescope;
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #c0c0c0;
}

table.sortable tbody tr[data-stripe="odd"] { background: #fff; } /* Zebra-striping */
table.sortable tbody tr[data-stripe="even"] { background: #F0F4F8; } /* Zebra-striping */

table.sortable tbody tr:hover {background-color: #ffd500;}


.centermetricstable {

		border-spacing: 0;
  		width: 100%;
  		border: 1px solid #ddd;
  		
	}

	.centermetricstable th, thead {
		position: sticky;
  		top: 0; 
  		cursor: pointer;
  		padding-top: 5px;
  		padding-bottom: 5px;
  		text-align: center;
  		background-color: #243b53;
  		color: #f2f2f2;
  		border: 1px solid #ddd;
  		text-decoration: none;
  		font-size: 17px;
 
	}

	.centermetricstable td {
  		text-align: left;
  		padding: 3px;
  		white-space: nowrap;
  		border: 1px solid #ddd;
	}

	.centermetricstable tr:nth-child(even) {
  		background-color: #f2f2f2
  	}
  		
  	.centermetricstable tr:hover {background-color: #ddd;}
  	
.totals {
	text-align: center;
  	padding: 3px;
  	white-space: nowrap;
  	border: 1px solid #ddd;
  	background-color: #A3BCB6;
  	font-weight: bold;
}

.wishlist {
  margin: auto;
  width: 50%;
  border: none;
  padding: 10px;
}

.middleofpage {
  margin: auto;
  width: 70%;
  text-align: center;
  color: #243b53;
}

.chartsmiddleofpage {
  margin: auto;
  width: 95%;
  text-align: center;
  color: #243b53;
  clear: both;
}

.leftblock {
	display: inline-block;
	text-align: left;
}

.terms {
	font-size: 0.75em;
}

table.favorites thead tr[data-calc] th {
	white-space: nowrap;
	text-align: right;
	background-color: #9FB3C8;
    color: #102A43;
    border: 1px solid #ddd;
	text-decoration: none;
  	font-size: 13px;
}
    

table.favorites {
	border:1px solid #C0C0C0;
	border-collapse: collapse;
	padding: 5px;
	width: 50%;
	margin: auto;
	
}

table.favorites th, table.favorites td {
	border:1px solid #C0C0C0;
	padding: 5px;
}

table.favorites td {
	text-align: right;
}

table.favorites thead {
	background-color: #C0C0C0;
	position: sticky;
	top: 0;
}

table.favorites th:hover {
	cursor: pointer;
}

.totals {
	text-align: center;
  	padding: 3px;
  	white-space: nowrap;
  	border: 1px solid #ddd;
  	background-color: #A3BCB6;
  	font-weight: bold;
}
  	
table.favorites tbody {
    counter-reset: sortabletablescope;
    white-space: nowrap;
}


table.favorites thead tr:nth-child(n+2)::before {
    background-color: #9FB3C8;;
    border: 1px solid #ddd;
}

table.favorites tbody tr[data-stripe="odd"] { background: #fff; } /* Zebra-striping */
table.favorites tbody tr[data-stripe="even"] { background: #F0F4F8; } /* Zebra-striping */

table.favorites tbody tr:hover {background-color: #ffd500;}

.centertext {
	text-align: center;
}

.navmenuanchortext {
	font-size: 1.5em;
}

.smallheadingtext {
	font-size: 1.5em;
	font-weight: bold;
}

.underlinetext {
	text-decoration: underline;
}

table.editaccounts thead tr[data-calc] th {
	white-space: nowrap;
	text-align: right;
	background-color: #9FB3C8;
    color: #102A43;
    border: 1px solid #ddd;
	text-decoration: none;
  	font-size: 13px;
}
    

table.editaccounts {
	border:1px solid #C0C0C0;
	border-collapse: collapse;
	padding: 5px;
	width: 50%;
	margin: auto;
	
}

table.editaccounts th, table.editaccounts td {
	border:1px solid #C0C0C0;
	padding: 5px;
	white-space: nowrap;
}

table.editaccounts td {
	text-align: right;
	background-color: #9FB3C8;
}

table.editaccounts thead {
	background-color: #C0C0C0;
	position: sticky;
	top: 0;
}

table.favorites tbody {
    white-space: nowrap;
}

table.definitions thead tr[data-calc] th {
	/* white-space: nowrap; */
	text-align: right;
	background-color: #9FB3C8;
    color: #102A43;
    border: 1px solid #ddd;
	text-decoration: none;
  	font-size: 13px;
}
    

table.definitions {
	border:1px solid #C0C0C0;
	border-collapse: collapse;
	padding: 5px;
	width: 50%;
	margin: auto;
	
}

table.definitions th, table.definitions td {
	border:1px solid #C0C0C0;
	padding: 5px;
	white-space: nowrap;
}

table.definitions td {
	text-align: left;
	/* background-color: #9FB3C8; */
}

table.definitions thead {
	background-color: #C0C0C0;
	position: sticky;
	top: 0;
}

table.definitions tbody tr:nth-child(even) {background-color: #F0F4F8;}
table.definitions tbody tr:nth-child(odd) {background-color: #fff;}
